Skip to main content

A short description of the package.

Project description

hygia-logo

A powerful Python ML playground toolkit

PyPI Latest Release License Coverage

What is it?

Hygia is a Python package that provides fast, flexible, and expressive data pipeline configuration through a YAML file to make working with Machine Learning data easy and intuitive. It consists of helping developers and users to register, organize, compare and share all their ML model metadata in a single place, facilitating the generation of requirements in the ETL (Extract, Transform and Load) process. Thus, the migration can be scaled, automated, and accelerated for similar contexts.

Main Features

  • Configure data pipeline through a YAML file
  • Execute through command line or python import
  • Pack the solution into a Python's Package Manager
  • Visualize results in customized dashboards
  • Test on different databases

Where to get it

The source code is currently hosted on GitHub at: https://github.com/hygia-org

Installation from sources

python -m venv env
source env/bin/activate
pip install -r requirements.txt

Boilerplate

examples/hygia_boilerplate.ipynb

Testing

pytest --cov

Documentation

We used sphinx to write the documentation

To run locally, you need to install sphinx:

pip install sphinx

Then install the theme used:

pip install pydata-sphinx-theme

And Run the project

sphinx-build -b html source ./

And open the index.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hygia-0.1.8.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

hygia-0.1.8-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page