helloheart-airflow-utils


Namehelloheart-airflow-utils JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/Hello-Heart/helloheart-airflow-utils
SummaryApache Airflow Utilities
upload_time2023-10-26 13:56:43
maintainer
docs_urlNone
authorOry Jonay
requires_python>=3.8,<3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HelloHeart Airflow Utilities

Useful utilities for Apache Airflow, courtesy of HelloHeart.

It supports Python 3.6 - 3.8.

## Installation

### Install latest release
Latest release are uploaded to PyPi, install using pip:

```bash
pip install helloheart-airflow-utils
```

### Install from source to use latest development version
Install latest development version, clone the repository and install using Poetry:

```bash
git clone https://github.com/Hello-Heart/helloheart-airflow-utils
cd helloheart-airflow-utils
poetry install
```

## Running the tests

### Single Python version testing
For testing a single Python version, use pytest (after installing from source):

```bash
pytest tests
```

### Multiple Python versions testing
For testing multiple Python versions, use tox:

```bash
tox
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Hello-Heart/helloheart-airflow-utils",
    "name": "helloheart-airflow-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ory Jonay",
    "author_email": "ory.jonay@helloheart.com",
    "download_url": "https://files.pythonhosted.org/packages/d5/05/08670f8de2475f8fdbcab62e88c0fc2c35dc09fed8ad00001bc297fed795/helloheart_airflow_utils-0.2.5.tar.gz",
    "platform": null,
    "description": "# HelloHeart Airflow Utilities\n\nUseful utilities for Apache Airflow, courtesy of HelloHeart.\n\nIt supports Python 3.6 - 3.8.\n\n## Installation\n\n### Install latest release\nLatest release are uploaded to PyPi, install using pip:\n\n```bash\npip install helloheart-airflow-utils\n```\n\n### Install from source to use latest development version\nInstall latest development version, clone the repository and install using Poetry:\n\n```bash\ngit clone https://github.com/Hello-Heart/helloheart-airflow-utils\ncd helloheart-airflow-utils\npoetry install\n```\n\n## Running the tests\n\n### Single Python version testing\nFor testing a single Python version, use pytest (after installing from source):\n\n```bash\npytest tests\n```\n\n### Multiple Python versions testing\nFor testing multiple Python versions, use tox:\n\n```bash\ntox\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Apache Airflow Utilities",
    "version": "0.2.5",
    "project_urls": {
        "Homepage": "https://github.com/Hello-Heart/helloheart-airflow-utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "341dffafaa24a5b94da32576fb24f6ea9163617980b667161478d11497dc0e5b",
                "md5": "95d1c7ec2eb428ffc769762d5edc7079",
                "sha256": "c816f0db8e75ec0d65393c537afc1c3791ae5dc82bb4ca39ff4b8386576e89b0"
            },
            "downloads": -1,
            "filename": "helloheart_airflow_utils-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95d1c7ec2eb428ffc769762d5edc7079",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 3745,
            "upload_time": "2023-10-26T13:56:39",
            "upload_time_iso_8601": "2023-10-26T13:56:39.767966Z",
            "url": "https://files.pythonhosted.org/packages/34/1d/ffafaa24a5b94da32576fb24f6ea9163617980b667161478d11497dc0e5b/helloheart_airflow_utils-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d50508670f8de2475f8fdbcab62e88c0fc2c35dc09fed8ad00001bc297fed795",
                "md5": "714342445b5f1e82d81b4eeabce31465",
                "sha256": "4a9970a572e7225d7e20167d894917f8ebf284132e416853719f92e5de43155b"
            },
            "downloads": -1,
            "filename": "helloheart_airflow_utils-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "714342445b5f1e82d81b4eeabce31465",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 2559,
            "upload_time": "2023-10-26T13:56:43",
            "upload_time_iso_8601": "2023-10-26T13:56:43.025018Z",
            "url": "https://files.pythonhosted.org/packages/d5/05/08670f8de2475f8fdbcab62e88c0fc2c35dc09fed8ad00001bc297fed795/helloheart_airflow_utils-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-26 13:56:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Hello-Heart",
    "github_project": "helloheart-airflow-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "helloheart-airflow-utils"
}
        
Elapsed time: 0.26273s