Metadata-Version: 2.3
Name: detdevlib
Version: 0.1.0
Summary: Internal library to be used across det repositories.
Author: Robert Mertens
Author-email: r.mertens@det.nl
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: azure-identity (>=1.23.1,<2.0.0)
Requires-Dist: azure-storage-blob (>=12.25.1,<13.0.0)
Requires-Dist: numpy (>=2.3.1,<3.0.0)
Requires-Dist: pandas (>=2.3.0,<3.0.0)
Requires-Dist: paramiko (>=3.5.1,<4.0.0)
Requires-Dist: pydantic-settings[dotenv] (>=2.10.1,<3.0.0)
Requires-Dist: pyodbc (>=5.2.0,<6.0.0)
Requires-Dist: pytz (>=2025.2,<2026.0)
Requires-Dist: snowflake-sqlalchemy (>=1.7.5,<2.0.0)
Requires-Dist: sqlalchemy (>=2.0.41,<3.0.0)
Requires-Dist: tenacity (>=9.1.2,<10.0.0)
Description-Content-Type: text/markdown

# detdevlib
Library containing functions and classes that can be used across all det repositories.

## Contributing
Any branch that creates a merge requests into master will be checked for:
- style (black, isort and pydocstyle)
- passing pytest
It is recommended to run these locally first before pushing.

## Documentation publication
Documentation is published to GitHub pages at https://dynamic-energy-trading.github.io/detdevlib/.
The source code for the site is on the `gh-pages` branch.
Any push to master (via merge request or directly) will automatically build documentation using mkdocs, and then push the changes to the site to `gh-pages` to reduce clutter on master.

## Package publication

