ecutilities
Package regrouping tools (functions and classes) I used in various projects. both locally and on hosted virtual machines.
Installation:
PyPi
pip install ecutilities
GitHub
Two options to get versions which are not yet released on PyPi:
- clone the github repo and install it in edit mode from within the cloned repo:
pip install -e .
- install with pip from the github repo directly for hosted virtual machines:
pip install git+https://github.com/vtecftwy/ecutils.git@master
pip install git+https://github.com/vtecftwy/ecutils.git@develop
Modules:
- General use:
core
ipython
plotting
- Data Science and Machine learning:
eda_stats_utils
ml
- Images
image_utils
- Development
dev_utils