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
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.1.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for create_pypkg-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81d10185ecedba1c5a326d932aa08cc848a3aec546972b4b406691f8f99f3dc9 |
|
MD5 | 5c29e1e1e5d32605dbe05355d33cebba |
|
BLAKE2b-256 | 6af59011a14b160adfdae0c881d91b63f2d101c1a322314efc97db8f2f6408f8 |