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.0.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for create_pypkg-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4f5fe99882c6b5ea2ae844faecc50ed3e315e15d8e425f84dcdcf7e35a36f09 |
|
MD5 | 577bd85f90fabbef451dc6c34986a46e |
|
BLAKE2b-256 | d8cbfc866eca63632a6098ed71dfa99ca89b1e9a78a3a916ee1452d57734bceb |