eccore

Package regrouping useful functions and classe I use often. Inspired by fastcore and adding to it.

Installation:

PyPi

pip install eccore

GitHub

Two options to get versions which are not yet released on PyPi:

  1. clone the github repo and install it in edit mode from within the cloned repo:
pip install -e .
  1. install with pip from the github repo directly for hosted virtual machines:
pip install git+https://github.com/vtecftwy/eccore.git@main
pip install git+https://github.com/vtecftwy/eccore.git@dev

Modules:

WIP