butterfree


Namebutterfree JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/quintoandar/butterfree
SummaryA tool for building feature stores - Transform your raw data into beautiful features.
upload_time2023-01-03 12:33:35
maintainer
docs_urlNone
authorQuintoAndar
requires_python>=3.7, <4
licenseCopyright
keywords feature store sets etl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Butterfree
_A tool for building feature stores. Transform your raw data into beautiful features._

[![Release](https://img.shields.io/github/v/release/quintoandar/butterfree)]((https://pypi.org/project/butterfree/))
![Python Version](https://img.shields.io/badge/python-3.7%20%7C%203.8-brightgreen.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

| Source    | Downloads                                                                                                                       | Page                                                 | Installation Command                       |
|-----------|---------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|--------------------------------------------|
| **PyPi**  | [![PyPi Downloads](https://pepy.tech/badge/butterfree)](https://pypi.org/project/butterfree/)                      | [Link](https://pypi.org/project/butterfree/)        | `pip install butterfree `                  |

### Build status
| Develop                                                                     | Stable                                                                            | Documentation                                                                                                                                           | Sonar                                                                                                                                                                                    |
|-----------------------------------------------------------------------------|-----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ![Test](https://github.com/quintoandar/butterfree/workflows/Test/badge.svg) | ![Publish](https://github.com/quintoandar/butterfree/workflows/Publish/badge.svg) | [![Documentation Status](https://readthedocs.org/projects/butterfree/badge/?version=latest)](https://butterfree.readthedocs.io/en/latest/?badge=latest) | [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=quintoandar_butterfree&metric=alert_status)](https://sonarcloud.io/dashboard?id=quintoandar_butterfree) |


Made with :heart: by the **MLOps** team from [QuintoAndar](https://github.com/quintoandar/)

This library supports Python version 3.7+ and meant to provide tools for building ETL pipelines for Feature Stores using [Apache Spark](https://spark.apache.org/).

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](https://butterfree.readthedocs.io/en/latest/home.html), which is hosted by Read the Docs.

To learn how to use Butterfree in practice, see [Butterfree's notebook examples](https://github.com/quintoandar/butterfree/tree/master/examples)  

## Requirements and Installation
Butterfree depends on **Python 3.7+** and it is **Spark 3.0 ready** :heavy_check_mark:

[PyPI hosts reference to a pip-installable module of this library](https://pypi.org/project/butterfree/), using it is as straightforward as including it on your project's requirements.

```bash
pip install butterfree
```

Or after listing `butterfree` in your `requirements.txt` file:

```bash
pip install -r requirements.txt
```

Dev Package are available for testing using the <version>.devN versions of the Butterfree on PyPi.

## License
[Apache License 2.0](https://github.com/quintoandar/butterfree/blob/staging/LICENSE)

## Contributing
All contributions are welcome! Feel free to open Pull Requests. Check the development and contributing **guidelines** described [here](CONTRIBUTING.md).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/quintoandar/butterfree",
    "name": "butterfree",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "feature store sets ETL",
    "author": "QuintoAndar",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/80/f6/fd9e95e89777deee6695cbc6597065b0bbbc91f070f1991717ac8588009f/butterfree-1.2.1.tar.gz",
    "platform": null,
    "description": "## Butterfree\n_A tool for building feature stores. Transform your raw data into beautiful features._\n\n[![Release](https://img.shields.io/github/v/release/quintoandar/butterfree)]((https://pypi.org/project/butterfree/))\n![Python Version](https://img.shields.io/badge/python-3.7%20%7C%203.8-brightgreen.svg)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n| Source    | Downloads                                                                                                                       | Page                                                 | Installation Command                       |\n|-----------|---------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------|--------------------------------------------|\n| **PyPi**  | [![PyPi Downloads](https://pepy.tech/badge/butterfree)](https://pypi.org/project/butterfree/)                      | [Link](https://pypi.org/project/butterfree/)        | `pip install butterfree `                  |\n\n### Build status\n| Develop                                                                     | Stable                                                                            | Documentation                                                                                                                                           | Sonar                                                                                                                                                                                    |\n|-----------------------------------------------------------------------------|-----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ![Test](https://github.com/quintoandar/butterfree/workflows/Test/badge.svg) | ![Publish](https://github.com/quintoandar/butterfree/workflows/Publish/badge.svg) | [![Documentation Status](https://readthedocs.org/projects/butterfree/badge/?version=latest)](https://butterfree.readthedocs.io/en/latest/?badge=latest) | [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=quintoandar_butterfree&metric=alert_status)](https://sonarcloud.io/dashboard?id=quintoandar_butterfree) |\n\n\nMade with :heart: by the **MLOps** team from [QuintoAndar](https://github.com/quintoandar/)\n\nThis library supports Python version 3.7+ and meant to provide tools for building ETL pipelines for Feature Stores using [Apache Spark](https://spark.apache.org/).\n\nThe library is centered on the following concetps:\n- **ETL**: central framework to create data pipelines. Spark-based **Extract**, **Transform** and **Load** modules ready to use.\n- **Declarative Feature Engineering**: care about **what** you want to compute and **not how** to code it.\n- **Feature Store Modeling**: the library easily provides everything you need to process and load data to your Feature Store.\n\nTo understand the main concepts of Feature Store modeling and library main features you can check [Butterfree's Documentation](https://butterfree.readthedocs.io/en/latest/home.html), which is hosted by Read the Docs.\n\nTo learn how to use Butterfree in practice, see [Butterfree's notebook examples](https://github.com/quintoandar/butterfree/tree/master/examples)  \n\n## Requirements and Installation\nButterfree depends on **Python 3.7+** and it is **Spark 3.0 ready** :heavy_check_mark:\n\n[PyPI hosts reference to a pip-installable module of this library](https://pypi.org/project/butterfree/), using it is as straightforward as including it on your project's requirements.\n\n```bash\npip install butterfree\n```\n\nOr after listing `butterfree` in your `requirements.txt` file:\n\n```bash\npip install -r requirements.txt\n```\n\nDev Package are available for testing using the <version>.devN versions of the Butterfree on PyPi.\n\n## License\n[Apache License 2.0](https://github.com/quintoandar/butterfree/blob/staging/LICENSE)\n\n## Contributing\nAll contributions are welcome! Feel free to open Pull Requests. Check the development and contributing **guidelines** described [here](CONTRIBUTING.md).\n\n\n",
    "bugtrack_url": null,
    "license": "Copyright",
    "summary": "A tool for building feature stores - Transform your raw data into beautiful features.",
    "version": "1.2.1",
    "project_urls": {
        "Homepage": "https://github.com/quintoandar/butterfree"
    },
    "split_keywords": [
        "feature",
        "store",
        "sets",
        "etl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b702a0754352a4ecf88f1197ccdaf39ed6f3f17ef62172b43aa370db7608d058",
                "md5": "28583f122509fd988268d3ccf2bb9cfa",
                "sha256": "111533c20113f16056ac59d81caae232582b609a3fb7df43f3575abe91dcdbe8"
            },
            "downloads": -1,
            "filename": "butterfree-1.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28583f122509fd988268d3ccf2bb9cfa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <4",
            "size": 104956,
            "upload_time": "2023-01-03T12:33:34",
            "upload_time_iso_8601": "2023-01-03T12:33:34.365887Z",
            "url": "https://files.pythonhosted.org/packages/b7/02/a0754352a4ecf88f1197ccdaf39ed6f3f17ef62172b43aa370db7608d058/butterfree-1.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80f6fd9e95e89777deee6695cbc6597065b0bbbc91f070f1991717ac8588009f",
                "md5": "c578df57ab3ab2466043097ffa2b2539",
                "sha256": "2fc05f73450cf4f31670eebbf7e9079ea382360141a5a6ef77889e06c3e085f4"
            },
            "downloads": -1,
            "filename": "butterfree-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c578df57ab3ab2466043097ffa2b2539",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 65455,
            "upload_time": "2023-01-03T12:33:35",
            "upload_time_iso_8601": "2023-01-03T12:33:35.892747Z",
            "url": "https://files.pythonhosted.org/packages/80/f6/fd9e95e89777deee6695cbc6597065b0bbbc91f070f1991717ac8588009f/butterfree-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-03 12:33:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "quintoandar",
    "github_project": "butterfree",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "butterfree"
}
        
Elapsed time: 0.10984s