Metadata-Version: 2.1
Name: fennel-ai
Version: 1.3.37
Summary: The modern realtime feature engineering platform
Author: Fennel AI
Author-email: developers@fennel.ai
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: frozendict (>=2.3.8,<3.0.0)
Requires-Dist: numpy (==1.24.4) ; python_version < "3.12"
Requires-Dist: numpy (>=1.26.3,<2.0.0) ; python_version >= "3.12" and python_version < "3.13"
Requires-Dist: pandas[performance] (>=2.2.2,<3.0.0)
Requires-Dist: protobuf (>=4.22.4,<5.0.0)
Requires-Dist: pytest (==7.1.3)
Requires-Dist: pytest-rerunfailures (>=13.0,<14.0)
Requires-Dist: pytest-timeout (>=2.2.0,<3.0.0)
Requires-Dist: sortedcontainers (>=2.4.0,<3.0.0)
Description-Content-Type: text/markdown

# Welcome to Fennel

## The modern realtime feature engineering platform

---

Fennel is a modern realtime feature engineering platform written in Rust and this repo contains the Python client to talk to the server. 

Quick Links:
- [Documentation](https://docs.fennel.ai/)
- [Fennel Website](https://fennel.ai/)
- [Main Concepts Behind Fennel](https://docs.fennel.ai/concepts/introduction/)
- [Quickstart Tutorial](https://docs.fennel.ai/getting-started/quickstart/)

