Metadata-Version: 2.4
Name: flex-data-sdk
Version: 1.2.0
Summary: Handy tools for data access
Requires-Python: >= 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2
Requires-Dist: adlfs>=2023
Requires-Dist: fsspec>=2023
Requires-Dist: pyarrow>=14
Requires-Dist: sqlalchemy>=2
Requires-Dist: pyodbc>=4
Requires-Dist: azure-identity>=1
Requires-Dist: psycopg2-binary>=2
Requires-Dist: polars>=1.18 ; extra == "polars"
Provides-Extra: polars

# Flexitricity Data Tool Kit 🛠️

![coverage](https://img.shields.io/badge/coverage-100-green)
![pylint-score](https://img.shields.io/badge/pylint-10-green)

Handy tools for data access within Flexitricity.

[Full documentation is available](https://flex-data-docs.azurewebsites.net/flexdata/data.html)

Note that for easier distribution this project is open source, although it's unlikely that functions within here would be of use as packaged, outside of the company context.

Polars is an optional dependency in this project, to include it in your install run:
uv pip install "flex-data-sdk[polars]"
