yet (another spark) etl framework
Project description
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/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yetl-framework-1.7.1.tar.gz
(27.4 kB
view hashes)
Built Distribution
Close
Hashes for yetl_framework-1.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a5e5d111a6738ad8a2428db063ac46c3a7b8804d8c081845764b70d122be94f |
|
MD5 | fa54163fcb2c98e242a38d7a48931eac |
|
BLAKE2b-256 | 15e191d8178104dd57db2ca751a0b9256b7af0758551f247fcee60e22c067a81 |