Metadata-Version: 2.1
Name: flowi
Version: 0.5.4
Summary: 
Author-email: Leonardo Silva <psilva.leo@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: dask==2023.7.0
Requires-Dist: distributed==2023.7.0
Requires-Dist: numpy==1.24.3
Requires-Dist: dask==2023.7.0
Requires-Dist: dask-ml>=2022.5.27
Requires-Dist: pandas>=1.2.4
Requires-Dist: cloudpickle>=1.6.0
Requires-Dist: scikit-learn>=0.24.1
Requires-Dist: dill>=0.3.3
Requires-Dist: mlflow>=1.15.0
Requires-Dist: toml>=0.10.2
Requires-Dist: pymongo>=3.11.3
Requires-Dist: s3fs>=2023.9.2
Requires-Dist: boto3>=1.17.0
Requires-Dist: requests>=2.25.1
Requires-Dist: botocore>=1.20.49
Requires-Dist: aiobotocore>=1.3.0
Requires-Dist: tensorflow>=2.7.0
Requires-Dist: alibi-detect>=0.6.2
Requires-Dist: scikeras>=0.4.1
Requires-Dist: click>=8.0.2
Requires-Dist: hyperopt
Requires-Dist: flit>=3.8.0 ; extra == "dev"
Requires-Dist: pytest>=5.2 ; extra == "dev"
Requires-Dist: pytest-cov>=2.11.1 ; extra == "dev"
Requires-Dist: pytest-mock>=3.5.1 ; extra == "dev"
Requires-Dist: pre-commit>=2.12.1 ; extra == "dev"
Requires-Dist: mongomock>=3.22.1 ; extra == "dev"
Requires-Dist: bump2version>=1.0.1 ; extra == "dev"
Provides-Extra: dev

# Flowi

![Build Status](https://github.com/psilva-leo/flowi/actions/workflows/build.yml/badge.svg) [![codecov](https://codecov.io/gh/psilva-leo/flowi/branch/master/graph/badge.svg?token=BTJ776QRUJ)](https://codecov.io/gh/psilva-leo/flowi)

Flowi is a component based ML lifecycle platform that empowers data scientists to bring their knowledge to the model with built-in
scalability, experiment tracking, deploy, monitoring and parameter optimization.

## Development
Useful commands for development

### Bump Version
Using Bum2version specifying major, minor or patch.
``
bump2version patch
``

### Pre-commit
``
pre-commit run --all-files
``

### Publish

Building package
``
poetry build
``

Publishing version
``
poetry publish
``

