A package for easily creating and distributing pip packages.
Project description
pip-package-generator
- Maintained by Casey Johnson.
- A pip package for easily creating and distributing pip packages.
- https://github.com/caseyjohnsonwv/pip-package-generator
- https://pypi.org/project/pipgen
Installation:
- Install
Python 3+
andpip3
. - Run
pip3 install pipgen
.
To create a new Python project with the pip package structure:
- Run
sh pipify.sh <new/project/path>
.
To rearrange a Python project into the pip package structure:
- Run
sh pipify.sh <existing/project/path>
.
To update a pip package distribution:
- Run
sh pippush.sh <path/to/project> <local|test|prod>
.
To convert a pip package back into a Python project (for testing only):
- Run
sh depipify.sh <path/to/project>
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pipgen-0.2.0.tar.gz
(3.5 kB
view hashes)
Built Distribution
pipgen-0.2.0-py3-none-any.whl
(4.9 kB
view hashes)