Metadata-Version: 2.1
Name: core-devoops
Version: 0.0.13
Summary: Low level sqlmodel/fastapi/pydantic building blocks
License: MIT
Author: Thomas Epelbaum
Author-email: tomepel@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Framework :: Pydantic
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: fastapi (>=0,<1)
Requires-Dist: numpy (>=1,<2)
Requires-Dist: pandas (>=2,<3)
Requires-Dist: passlib[bcyrypt] (>=1,<2)
Requires-Dist: pydantic[python-dotenv] (>=1,<2)
Requires-Dist: python-jose[cryptography] (>=3,<4)
Requires-Dist: sqlmodel (>=0,<1)
Description-Content-Type: text/markdown

# core_devoops

<p align="center">
<a href="https://github.com/FR-PAR-ECOACT/core_devoops/blob/main/badges/coverage.svg" target="_blank">
    <img src="https://github.com/FR-PAR-ECOACT/core_devoops/blob/main/badges/coverage.svg" alt="Coverage">
</a>
<a href="https://github.com/FR-PAR-ECOACT/core_devoops/blob/main/badges/pylint.svg" target="_blank">
    <img src="https://github.com/FR-PAR-ECOACT/core_devoops/blob/main/badges/pylint.svg" alt="Publish">
</a>
<a href="https://github.com/FR-PAR-ECOACT/core_devoops/actions/workflows/code-quality.yml/badge.svg" target="_blank">
    <img src="https://github.com/FR-PAR-ECOACT/core_devoops/actions/workflows/code-quality.yml/badge.svg" alt="Package version">
</a>
</p>

Low level ecoact generic code. Aimed at being published in open source with poetry

