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.1.3.tar.gz
(6.9 kB
view hashes)
Built Distribution
Close
Hashes for create_pypkg-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee404396ccd8a789fb294d4155319969ab452b67647b6c6c3bacb33b5c771acb |
|
MD5 | 6437a390b4ee898ac55087788dc70ecf |
|
BLAKE2b-256 | ad2acf73edcd72b53d5d9cc95f69a17f5ebc229bd06fd9d7898e99b64de47b44 |