Metadata-Version: 2.4
Name: magic-pocket
Version: 0.2.1
Summary: Deploy system for Django projects.
Project-URL: Documentation, https://worgue.github.io/magic-pocket/
Project-URL: Source, https://github.com/worgue/magic-pocket
Author-email: Masaaki Yasui <yasu@worgue.com>
License: The MIT License (MIT)
        
        Copyright (c) 2024 Masaaki Yasui
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Requires-Dist: apig-wsgi>=2.18.0
Requires-Dist: awslambdaric>=2.0.10
Requires-Dist: boto3>=1.34.28
Requires-Dist: django-storages!=1.14.3,>=1.14.2
Requires-Dist: pydantic-settings>=2.1.0
Requires-Dist: pydantic>=2.5.3
Requires-Dist: rich>=13.7.0
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
Provides-Extra: django
Requires-Dist: django>=4.2.0; extra == 'django'
Provides-Extra: ses
Requires-Dist: django-ses>=4.0.0; extra == 'ses'
Provides-Extra: signing
Requires-Dist: cryptography>=41.0.0; extra == 'signing'
Description-Content-Type: text/markdown

# Magic Pocket - Django Serverless Deployment

ドキュメントはこちら
https://worgue.github.io/magic-pocket/


magic-pocket の目標は、サーバレスDjangoです。Djangoを以下の環境にデプロイします。

- AWS Lambda
- Neon Postgres
- S3 storages

## Motivation

小規模な個人プロジェクトを、1人で複数同時に運用するため開発されたライブラリです。
気軽に作り、飽きたら放っておく、というスタイルで運用するため、以下の要件が最終目標になっています。

- サーバーの保守が不要
- 使わない間のコストが不要
- 環境を作る時にやる気を出す必要なし
