create-pypkg
Python Package Scaffold Builder
Installation
$ pip install -U create-pypkg
Docker image
The image is available at Docker Hub.
$ docker image pull dceoy/create-pypkg
Usage
-
Create a new package.
Replace
newpackagebelow with your package's name.$ mkdir newpackage $ create-pypkg ./newpackage
-
Test the command-line interface of the package. (optional)
$ python -m venv venv $ source venv/bin/activate $ pip install -U ./newpackage $ newpackage --help $ newpackage --debug foo bar
Run create-pypkg --help for more information.
Release files for create-pypkg 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| create-pypkg-0.2.0.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| create_pypkg-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.0 kB
Release files / create-pypkg-0.2.0.tar.gz
| Download URL | create-pypkg-0.2.0.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
665733e9ff1f844ef0027b201a3e91f393648e0af8772e4ff673ed16690ffb4e
|
|
BLAKE2b-256 checksum How to use checksums |
d23443b9a08f0d1d643cf5d3219530188f4bfcfc59fe2e346cb9e07ee39c013f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|
Release files / create_pypkg-0.2.0-py3-none-any.whl
| Download URL | create_pypkg-0.2.0-py3-none-any.whl |
|---|---|
| Size | 11.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
138e7150d205983da91476a1e237fbed335c5a66667eae3b9bb80b82bef3c717
|
|
BLAKE2b-256 checksum How to use checksums |
3b0815157869b015b44a7434a58abcfafab9e58273c82de5174999a00a3832f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|