Metadata-Version: 2.1
Name: mlforge
Version: 0.1.0a0
Summary: A package to design and run sequential ML pipelines
Home-page: https://github.com/renero/mlforge
Author: J. Renero
Author-email: jesus.renero@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

ForgeML
=======

**ForgeML** is a simple package to write simple pipelines of calls (to methods, classes, ...).

It surges from the need to execute several things in a row, and to be able to
easily add or remove steps in the pipeline.

.. include:: docs/source/usage.rst
