Metadata-Version: 2.4
Name: getml
Version: 1.5.0
Summary: Python API for getML
Project-URL: Hompage, https://getml.com
Project-URL: Documentation, https://getml.com/latest
Project-URL: Bug Tracker, https://github.com/getml/getml-community/issues
Project-URL: Download, https://getml.com/latest/install
Project-URL: Source Code, https://github.com/getml/getml-community
Author-email: getML <getml@getml.com>
License: Elastic License 2.0 (ELv2)
License-File: LICENSE
Keywords: AutoML,feature engineering,feature learning
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Requires-Dist: jinja2
Requires-Dist: numpy~=1.22
Requires-Dist: pandas
Requires-Dist: pyarrow~=16.0
Requires-Dist: rich~=13.0
Requires-Dist: typing-extensions~=4.0
Provides-Extra: jupyter
Requires-Dist: ipywidgets; extra == 'jupyter'
Requires-Dist: jupyterlab; extra == 'jupyter'
Provides-Extra: pyspark
Requires-Dist: pyspark; extra == 'pyspark'
Provides-Extra: scipy
Requires-Dist: scipy; extra == 'scipy'
Description-Content-Type: text/markdown

# getML - Automated Feature Engineering for Relational Data and Time Series

getML ([https://getml.com](https://getml.com)) is a tool for automating feature engineering on relational data and time series. Unlike similar tools, it includes a database Engine 
that has been customized for this very purpose.

Because of this customized database Engine, it is very fast. In fact, it is
between 60x to 1000x faster than other open-source tools for automated
feature engineering.

This is the official Python API for the getML Engine.

For more information, visit the [getML documentation](https://getml.com) or explore the [Python API documentation](https://getml.com/latest/reference).

### Build

To build the package install `hatch`
```bash
pip install hatch
```

and run
```bash
hatch build -t wheel
```
