Metadata-Version: 2.1
Name: backend-sqlalchemy
Version: 0.1.4.dev1681023002
Summary: Core for SQLAlchemy
Home-page: https://example.com/
License: MIT
Keywords: sqlalchemy,python,backend
Author: Martin More
Author-email: martinmore@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: sqlalchemy (>=1.4,<2.0)
Project-URL: Documentation, https://example.com/
Project-URL: Discord, https://discord.com/invite/example123
Project-URL: Mastodon, https://farbun.social/@example123
Project-URL: Repository, https://github.com/martinmore-team/backend-sqlalchemy/
Project-URL: Sponsor on GitHub, https://github.com/sponsors/example123
Project-URL: Sponsor on Open Collective, https://opencollective.com/example123
Project-URL: Twitter, https://twitter.com/example123
Description-Content-Type: text/markdown

# Backend SQLAlchemy


[![codecov](https://codecov.io/gh/martinmore-team/backend-sqlalchemy/branch/main/graph/badge.svg?token=XJER9LZAZV)](https://codecov.io/gh/martinmore-team/backend-sqlalchemy)


## Tests

- poetry run coverage run -m pytest --showlocals -vv
- poetry run coverage xml -i

