Metadata-Version: 2.1
Name: exasol-advanced-analytics-framework
Version: 0.1.0
Summary: Framework for building complex data analysis algorithms with Exasol
Home-page: https://github.com/exasol/advanced-analytics-framework
Keywords: exasol
Author: Umit Buyuksahin
Author-email: umit.buyuksahin@exasol.com
Requires-Python: >=3.10,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.0.4,<9.0.0)
Requires-Dist: exasol-bucketfs (>=0.6.0,<1.0.0)
Requires-Dist: importlib-resources (>=6.4.0,<7.0.0)
Requires-Dist: jinja2 (>=3.0.3,<4.0.0)
Requires-Dist: nox (>=2024.4.15,<2025.0.0)
Requires-Dist: pandas (>=1.1.0,<2.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pyexasol (>=0.25.0,<1.0.0)
Requires-Dist: pyzmq (>=26.0.3,<27.0.0)
Requires-Dist: sortedcontainers (>=2.4.0,<3.0.0)
Requires-Dist: structlog (>=24.2.0,<25.0.0)
Requires-Dist: typeguard (>=4.0.0,<5.0.0)
Project-URL: Repository, https://github.com/exasol/advanced-analytics-framework
Description-Content-Type: text/markdown

# Exasol Advanced Analytics Framework

**This project is at an early development stage.**

Framework for building complex data analysis algorithms with Exasol.


## Information for Users

- [User Guide](doc/user_guide/user_guide.md)
- [System Requirements](doc/system_requirements.md)
- [Design](doc/design.md)
- [License](LICENSE)

## Information for Developers

- [Developers Guide](doc/developer_guide/developer_guide.md)


