Metadata-Version: 2.4
Name: api-foundry
Version: 0.8.3
Summary: The `api_foundry` project is a powerful tool designed to automate the deployment of REST APIs on AWS using Lambda services to access and interact with relational databases (RDBMS). This project leverages the OpenAPI specification to define and manage the APIs
Project-URL: Documentation, https://github.com/DanRepik/api-foundry
Project-URL: Source, https://github.com/DanRepik/api-foundry
Author-email: Daniel Repik <danrepik@icloud.com>
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Requires-Dist: boto3
Requires-Dist: cloud-foundry
Requires-Dist: cryptography
Requires-Dist: fixture-foundry
Requires-Dist: pulumi
Requires-Dist: pulumi-aws
Requires-Dist: pyhumps
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: simplejson
Provides-Extra: dev
Requires-Dist: api-foundry-query-engine; extra == 'dev'
Requires-Dist: docker; extra == 'dev'
Requires-Dist: psycopg2-binary; extra == 'dev'
Requires-Dist: pulumi-automation; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
