Metadata-Version: 2.1
Name: BL_Python.database
Version: 0.1.0
Summary: Libraries for working with databases in Boutros Lab.
Author-email: Aaron Holmes <aholmes@mednet.ucla.edu>
Project-URL: Homepage, https://github.com/uclahs-cds/BL_Python
Project-URL: Bug Tracker, https://github.com/uclahs-cds/BL_Python/issues
Project-URL: Repository, https://github.com/uclahs-cds/BL_Python.git
Project-URL: Changelog, https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: BL_Python.programming
Requires-Dist: sqlalchemy~=1.4
Requires-Dist: alembic~=1.8
Requires-Dist: sqlalchemy2-stubs~=0.0.2a34
Requires-Dist: injector
Requires-Dist: pydantic
Provides-Extra: postgres
Requires-Dist: psycopg2~=2.9; extra == "postgres"
Provides-Extra: postgres-binary
Requires-Dist: psycopg2-binary~=2.9; extra == "postgres-binary"

# `BL_Python.database`

Libraries for working with databases in Boutros Lab.
