Metadata-Version: 2.1
Name: databudgie
Version: 2.7.0
Summary: 
Author: Andrew Sosa
Author-email: andrewso@known.is
Requires-Python: >=3.7,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: psycopg2
Provides-Extra: psycopg2-binary
Provides-Extra: s3
Provides-Extra: sentry
Requires-Dist: boto3; extra == "s3"
Requires-Dist: click (>=7.0.0)
Requires-Dist: configly[yaml]
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: psycopg2 (>=2.7); extra == "psycopg2"
Requires-Dist: psycopg2-binary (>=2.7); extra == "psycopg2-binary"
Requires-Dist: rich
Requires-Dist: sentry-sdk; extra == "sentry"
Requires-Dist: sqlalchemy (>=1.3)
Requires-Dist: strapp[click,sqlalchemy] (>=0.2.7)
Requires-Dist: typing-extensions (>=3.10.0); python_version < "3.8"
