dkpkg -- standardized package structure names
Installing from PyPI
This is what you want if you just want to use dkpkg:
pip install dkpkg
As a source package
This is what you want if you are developing dkpkg or want to make local changes to the source code.
pip install -e <path>
See docs/ folder for documentation.