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.7.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file pipgen-0.0.7.tar.gz
.
File metadata
- Download URL: pipgen-0.0.7.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3de0d430b64adb92240363b0ae375f9d7f049e2da3ce4b6e8e2047b2ea192534 |
|
MD5 | f480b8a0b0391f527be9737440d91655 |
|
BLAKE2b-256 | 3e69a2cb71f9bbcf09963d383467060bee0a352eee35dd994f39c02284f66a38 |
File details
Details for the file pipgen-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: pipgen-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4d9f3d164ada389e28028f3a6d431ba41175f5e05f25b01c298322ca2683787 |
|
MD5 | 151edd8ca5d9b9b0151faad8cb8e4269 |
|
BLAKE2b-256 | 5e2e1a77f9168958d5461d392fd550e3df86c867c84f6a1896e266374e666c9d |