Metadata-Version: 2.4
Name: metaorm
Version: 0.1.0
Summary: Async repository layer over SQLModel
Author-email: Author Name <author@example.com>
License: MIT
Project-URL: Homepage, https://github.com/username/metaorm
Project-URL: Repository, https://github.com/username/metaorm
Project-URL: Issues, https://github.com/username/metaorm/issues
Keywords: async,database,orm,repository,sqlmodel
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0
Requires-Dist: pydantic-filters>=0.3.5
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: sqlmodel>=0.0.22
