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
pip install pipgen
.
To create a new Python project with the pip package structure:
- Launch the Python3 interpreter with the command
Python
orPython3
. - Run
import pipgen
. - Run
pipgen.pipify('< projectname >')
.
To convert a Python project into a pip package:
- Launch the Python3 interpreter with the command
Python
orPython3
. - Run
import pipgen
. - Run
pipgen.pipify('< path/to/project >')
.
To update a pip package distribution:
- Launch the Python3 interpreter with the command
Python
orPython3
. - Run
import pipgen
. - Run
pipgen.update('< path/to/project >', < 'local' | 'test' | 'prod' >)
.
To convert a pip package back into a Python project (for testing only):
- Launch the Python3 interpreter with the command
Python
orPython3
. - Run
import pipgen
- Run
pipgen.depipify('< 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.0.4.tar.gz
(3.6 kB
view hashes)
Built Distribution
pipgen-0.0.4-py3-none-any.whl
(5.2 kB
view hashes)