Metadata-Version: 2.4
Name: saigon-py
Version: 0.15.0
Summary: Common components to build cloud backends
Project-URL: Source Code, https://github.com/abastidian/saigon
Project-URL: Documentation, https://saigon.readthedocs.io/en/latest/
Author: abastidian@gmail.com
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Requires-Dist: httpx~=0.28.1
Requires-Dist: pydantic~=2.13.5
Requires-Dist: python-json-logger~=4.2.0
Requires-Dist: requests~=2.34.2
Provides-Extra: aws
Requires-Dist: aws-lambda-typing~=2.20.0; extra == 'aws'
Requires-Dist: boto3~=1.43.93; extra == 'aws'
Requires-Dist: mypy-boto3-cognito-identity~=1.43.0; extra == 'aws'
Requires-Dist: mypy-boto3-cognito-idp~=1.43.83; extra == 'aws'
Requires-Dist: mypy-boto3-s3~=1.43.93; extra == 'aws'
Requires-Dist: mypy-boto3-secretsmanager~=1.43.0; extra == 'aws'
Requires-Dist: mypy-boto3-sqs~=1.43.0; extra == 'aws'
Requires-Dist: mypy-boto3-ssm~=1.43.53; extra == 'aws'
Requires-Dist: pyjwt~=2.14.0; extra == 'aws'
Provides-Extra: backend
Requires-Dist: fastapi~=0.141.1; extra == 'backend'
Requires-Dist: sqlalchemy~=2.0.52; extra == 'backend'
Provides-Extra: dev
Requires-Dist: flake8~=7.3.0; extra == 'dev'
Requires-Dist: hatch~=1.18.0; extra == 'dev'
Requires-Dist: httpx~=0.28.1; extra == 'dev'
Requires-Dist: hypothesis~=6.168; extra == 'dev'
Requires-Dist: prompt-toolkit~=3.0.53; extra == 'dev'
Requires-Dist: pytest-asyncio~=1.4.0; extra == 'dev'
Requires-Dist: pytest~=9.1.1; extra == 'dev'
Requires-Dist: python-dotenv~=1.2.3; extra == 'dev'
Requires-Dist: shellody~=0.14; extra == 'dev'
Requires-Dist: twine==7.0.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-autodoc-typehints~=3.13.6; extra == 'docs'
Requires-Dist: sphinx-rtd-theme~=3.1.0; extra == 'docs'
Requires-Dist: sphinx~=9.1.0; extra == 'docs'
Provides-Extra: extras
Requires-Dist: paramiko~=5.0.0; extra == 'extras'
Provides-Extra: fastapi
Requires-Dist: fastapi~=0.141.1; extra == 'fastapi'
Provides-Extra: orm
Requires-Dist: sqlalchemy~=2.0.52; extra == 'orm'
Description-Content-Type: text/markdown

# Saigon

Welcome to *Saigon*! This packaage provides a rich set of constructs and reusable components to
build backend applications, reducing boilerplate code to the minimum and allowing you to focus
on the business logic.

Learn more with the [Official Documentation](https://saigon.readthedocs.io/en/latest).
