the package manager for Python


Keywords
pypi, package, pkg-cli, pkg, cli, command-line, python
License
MIT
Install
pip install pkg-cli==3.2.1

Documentation

version python versions license

This tool is no longer actively maintained

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>