Metadata-Version: 2.4
Name: autodla
Version: 0.0.3
Summary: A simple ORM with history tracking for rapid POC development
Author-email: GuzhiRegem <sebastian.moreiradl@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/GuzhiRegem/autoDLA
Project-URL: Bug Tracker, https://github.com/GuzhiRegem/autoDLA/issues
Project-URL: Documentation, https://github.com/GuzhiRegem/autoDLA#readme
Keywords: orm,database,sql,postgresql,prototype,poc,history-tracking
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: polars>=0.19.0
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: db-postgres
Requires-Dist: psycopg2-binary>=2.9.3; extra == "db-postgres"
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.68.0; extra == "fastapi"
Requires-Dist: uvicorn>=0.15.0; extra == "fastapi"
Dynamic: license-file

# AutoDLA
Data persistance made easy
