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 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.2.tar.gz
(6.3 kB
view hashes)
Built Distribution
Close
Hashes for create_pypkg-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 201aed3e17b890a3cdd09b26724eab4916f9aacda8e2beaf4df5ff2631bfbade |
|
MD5 | e08aff8ab2cf65a94105a0dfc44f56b1 |
|
BLAKE2b-256 | 075c4329feeefde9e55ff67c713c026fe7fbcf88758e6e88c7e6b9398e5264d7 |