Counter-like data reader and processor.
Poetry is used to manage python dependencies.
-
install poetry
-
create venv
python -m venv venv
source venv/bin/activate
-
to install all packages and dependecies run:
poetry install
- if
poetry.lock
file has been already created previously remove this file and run the command again
- if
-
to install pre-commits (such as black, isort, etc.) run:
pre-commit install
To pass the basic lints you may want to install pre-push hook to pre-commit to be sure that CI won't fail in the first step.
poetry run pre-commit install -t pre-push
Proprietary