Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.58 KB

PyPI version Python versions Documentation Status Python package contributions welcome Twitter

etlutils

This is a collection of utility functions for my etl projects. Sharing as they might be useful to others as well.

current version

The current version is 0.2.2 as this is a very early release. Use at your own risk as things will change.

documentation

Read the documentation on readthedocs

installing with pip

pip install etlutils

building for development

make init
pip install -e .
make test
make lint

contributions

All contributions are welcome, please submit a PR. Issues and feature requests are fine as well, but they may take some time for me to get to. Better to submit a PR.

requires

Python 3.6 or above, I'm not using any earlier versions of python on any of my projects anymore, so supporting older versions isn't high on my list of priorities.