the package manager for Python
Project description
What is pkg-cli?
pkg-cli is a command-line tool for Making a Python package that is configured with the standard 'setup.cfg' file.
Installation
pip install pkg-cli
Usage
Create a 'setup.cfg' file
pkg init
Publish package to PyPi
pkg publish
If the 'pkg' command does not work, you can use the following command :
python -m pkg <command>