Metadata-Version: 2.2
Name: palcodeinfra
Version: 0.1.11
Summary: A package containing infrastructure functionalities to build apis
Home-page: https://github.com/Palcode-ai/palcode-infrastructure
Author: Palcode
Author-email: palcode@palcode.ai
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: sqlalchemy
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: psycopg
Requires-Dist: boto3
Requires-Dist: pyyaml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# palcode-infrastructure

Building  the package

py -m pip install twine
py -m pip install build
py -m build --sdist
py -m build --wheel
twine upload dist/*
