Metadata-Version: 2.1
Name: game-realm-keeper
Version: 0.1.0
Summary: A package to manage RPG resources.
Author: sebastian-hsu
Author-email: sebastian.hsu@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: build (>=1.2.1,<2.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: twine (>=5.1.1,<6.0.0)
Description-Content-Type: text/markdown

# This is a serverless RPG API frameworks that allows you to create and manage your own RPG game.
# Prerequisites:
- Python 3.12: Python version support is determined by the AWS Lambda runtime. The latest version of Python supported by AWS Lambda is 3.12. ([AWS Lambda runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html))
- Serverless Framework 4.1.3 ([Serverless Framework Installation](https://www.serverless.com/framework/docs/getting-started))
- [serverless-python-requirements](https://github.com/serverless/serverless-python-requirements)

