yetl-framework


Nameyetl-framework JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://www.yetl.io/
Summaryyet (another spark) etl framework
upload_time2023-10-21 19:37:55
maintainer
docs_urlNone
authorShaun Ryan
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # What Is Yetl

Website: https://www.yetl.io/


## Development Setup

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

## Unit Tests

To run the unit tests with a coverage report.

```
pip install -e .
pytest test/unit --junitxml=junit/test-results.xml --cov=yetl --cov-report=xml --cov-report=html
```

## Integration Tests

To run the integration tests with a coverage report.

```
pip install -e .
pytest test/integration --junitxml=junit/test-results.xml --cov=yetl --cov-report=xml --cov-report=html
```

## Build

```
python setup.py sdist bdist_wheel
```

## Publish


```
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.yetl.io/",
    "name": "yetl-framework",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Shaun Ryan",
    "author_email": "shaun_chiburi@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/9a/ce773152480cfebf079be1d32f5773b9c5354b23034127866a585f49e991/yetl-framework-3.0.0.tar.gz",
    "platform": null,
    "description": "# What Is Yetl\n\nWebsite: https://www.yetl.io/\n\n\n## Development Setup\n\n```\npip install -r requirements.txt\n```\n\n## Unit Tests\n\nTo run the unit tests with a coverage report.\n\n```\npip install -e .\npytest test/unit --junitxml=junit/test-results.xml --cov=yetl --cov-report=xml --cov-report=html\n```\n\n## Integration Tests\n\nTo run the integration tests with a coverage report.\n\n```\npip install -e .\npytest test/integration --junitxml=junit/test-results.xml --cov=yetl --cov-report=xml --cov-report=html\n```\n\n## Build\n\n```\npython setup.py sdist bdist_wheel\n```\n\n## Publish\n\n\n```\ntwine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "yet (another spark) etl framework",
    "version": "3.0.0",
    "project_urls": {
        "Documentation": "https://www.yetl.io/",
        "GitHub": "https://github.com/sibytes/yetl",
        "Homepage": "https://www.yetl.io/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd48c04b128417c663a35d0e5e1ed0db4eb6e88f058dd9b5b849f497c629969e",
                "md5": "754fb2b7b428e0fc36ffe8014f833436",
                "sha256": "b3ab9165adc9eb12a9b986ce05e73e1640d2420d64620e201498e276863f1d08"
            },
            "downloads": -1,
            "filename": "yetl_framework-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "754fb2b7b428e0fc36ffe8014f833436",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 49120,
            "upload_time": "2023-10-21T19:37:53",
            "upload_time_iso_8601": "2023-10-21T19:37:53.621180Z",
            "url": "https://files.pythonhosted.org/packages/bd/48/c04b128417c663a35d0e5e1ed0db4eb6e88f058dd9b5b849f497c629969e/yetl_framework-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f9ace773152480cfebf079be1d32f5773b9c5354b23034127866a585f49e991",
                "md5": "578eec7b148c458ec3650c33ee36d21c",
                "sha256": "6fcba3d21065af12b795b723dba019aaa4c4d63872b708e800307d4803db3c48"
            },
            "downloads": -1,
            "filename": "yetl-framework-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "578eec7b148c458ec3650c33ee36d21c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37881,
            "upload_time": "2023-10-21T19:37:55",
            "upload_time_iso_8601": "2023-10-21T19:37:55.580337Z",
            "url": "https://files.pythonhosted.org/packages/5f/9a/ce773152480cfebf079be1d32f5773b9c5354b23034127866a585f49e991/yetl-framework-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-21 19:37:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sibytes",
    "github_project": "yetl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "yetl-framework"
}
        
Elapsed time: 0.14060s