This release is a pre-release and may not be stable for production use.
Butterfree
A tool for building feature stores. Transform your raw data into beautiful features.
| Source | Downloads | Page | Installation Command |
|---|---|---|---|
| PyPi | Link | pip install butterfree |
Build status
| Develop | Stable | Documentation | Sonar |
|---|---|---|---|
Made with :heart: by the MLOps team from QuintoAndar
This library supports Python version 3.7+ and meant to provide tools for building ETL pipelines for Feature Stores using Apache Spark.
The library is centered on the following concetps:
- ETL: central framework to create data pipelines. Spark-based Extract, Transform and Load modules ready to use.
- Declarative Feature Engineering: care about what you want to compute and not how to code it.
- Feature Store Modeling: the library easily provides everything you need to process and load data to your Feature Store.
To understand the main concepts of Feature Store modeling and library main features you can check Butterfree's Documentation, which is hosted by Read the Docs.
To learn how to use Butterfree in practice, see Butterfree's notebook examples
Requirements and Installation
Butterfree depends on Python 3.7+ and it is Spark 3.0 ready :heavy_check_mark:
Python Package Index hosts reference to a pip-installable module of this library, using it is as straightforward as including it on your project's requirements.
pip install butterfree
Or after listing butterfree in your requirements.txt file:
pip install -r requirements.txt
Dev Package are available for testing using the .devN versions of the Butterfree on PyPi.
License
Contributing
All contributions are welcome! Feel free to open Pull Requests. Check the development and contributing guidelines described here.
Release files for butterfree 1.2.0.dev10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| butterfree-1.2.0.dev10.tar.gz | 61.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| butterfree-1.2.0.dev10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:166.0 kB
Release files / butterfree-1.2.0.dev10.tar.gz
| Download URL | butterfree-1.2.0.dev10.tar.gz |
|---|---|
| Size | 61.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f7de3fa7e65c1afba631e05afc0de7abcbe2936959fee5d7b7f6780d1a4cb340
|
|
BLAKE2b-256 checksum How to use checksums |
058fc8585b80fbb75f5186873791a5f6954701f5cdb84ba1c44d8da7eeb19cab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.7.0 requests/2.25.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9
|
Release files / butterfree-1.2.0.dev10-py3-none-any.whl
| Download URL | butterfree-1.2.0.dev10-py3-none-any.whl |
|---|---|
| Size | 104.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2f803a44261a9ca1387592da9eba59ab4bafb96c599595343c7959a32affe627
|
|
BLAKE2b-256 checksum How to use checksums |
48ba4b4da130c9bf75464e8312f0d68d92585c06c7f0a833cc5457d3a83eeb20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.7.0 requests/2.25.1 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9
|