Name | yetl-framework JSON |
Version |
2.0.6
JSON |
| download |
home_page | https://www.yetl.io/ |
Summary | yet (another spark) etl framework |
upload_time | 2023-08-01 19:01:18 |
maintainer | |
docs_url | None |
author | Shaun Ryan |
requires_python | |
license | MIT |
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/ed/30/0e16d22517e8b17ad358e8a52672e8bb4bb1bd64d05120e7ebbc5dd94185/yetl-framework-2.0.6.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": "2.0.6",
"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": "3dbe34a655b557ffdd63faf3d3c95add9c93e820450705ffa5aaa5cbd0849ca2",
"md5": "508a7cce68b4c124940b6c9dec8775d1",
"sha256": "6a0294f3bafc386d29e6169d5ad7303a8247154b212c975debced290ff50f93b"
},
"downloads": -1,
"filename": "yetl_framework-2.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "508a7cce68b4c124940b6c9dec8775d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 48685,
"upload_time": "2023-08-01T19:01:16",
"upload_time_iso_8601": "2023-08-01T19:01:16.985841Z",
"url": "https://files.pythonhosted.org/packages/3d/be/34a655b557ffdd63faf3d3c95add9c93e820450705ffa5aaa5cbd0849ca2/yetl_framework-2.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed300e16d22517e8b17ad358e8a52672e8bb4bb1bd64d05120e7ebbc5dd94185",
"md5": "c7f8487b3c18cba52cc163764ca9d050",
"sha256": "32695f5d081e232348d348cbbaf73fb66d0b396fce62ac6713953563d3a5370b"
},
"downloads": -1,
"filename": "yetl-framework-2.0.6.tar.gz",
"has_sig": false,
"md5_digest": "c7f8487b3c18cba52cc163764ca9d050",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37434,
"upload_time": "2023-08-01T19:01:18",
"upload_time_iso_8601": "2023-08-01T19:01:18.435357Z",
"url": "https://files.pythonhosted.org/packages/ed/30/0e16d22517e8b17ad358e8a52672e8bb4bb1bd64d05120e7ebbc5dd94185/yetl-framework-2.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-01 19:01:18",
"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"
}