pip install -e .
Installing code management tools:
sudo apt install isort
pip install black
Running:
isort .
python -m black .
Uploading to PyPI
python -m pip install --upgrade setuptools twine wheel build
python -m build
python -m twine upload dist/*