Python package scaffold builder
Project description
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
newpackage
below 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
create-pypkg-0.2.0.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for create_pypkg-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 138e7150d205983da91476a1e237fbed335c5a66667eae3b9bb80b82bef3c717 |
|
MD5 | fddf403fc0d9c141228955e060ccc572 |
|
BLAKE2b-256 | 3b0815157869b015b44a7434a58abcfafab9e58273c82de5174999a00a3832f7 |