Metadata-Version: 2.1
Name: gluepy
Version: 1.2.3
Summary: A framework for data scientists
Home-page: https://github.com/gluepy/gluepy
Author: Marcus Lind
Author-email: marcuslind90@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas ~=2.1.4
Requires-Dist: matplotlib ~=3.8.2
Requires-Dist: numpy ~=1.21
Requires-Dist: click ~=8.0
Requires-Dist: pyyaml ~=6.0
Requires-Dist: jinja2 ~=3.0
Requires-Dist: python-box ~=5.4
Requires-Dist: requests ~=2.31.0

# gluepy

The python framework for building workflows, pipelines and DAGs designed for Data Scientists and Machine Learning Engineers.

# Get Started
```
pip install gluepy
```
# Documentation

https://gluepy.github.io/gluepy/
