Create the file and folder structure for a Python package
Project description
create-python-package
Initialize a new package using best practices as described by the Python Packaging Authority (PyPA). Perfect for beginners and experts alike. Stop writing boilerplate and start coding.
Creates a battle-tested directory structure with setup.py
. Also compatible with Pipenv. Generates a folder structure with a License, test directory, and more.
Overview
This package ships with one CLI entrypoint, create-python-package
.
To use create-python-package:
create-python-package mypackage
cd mypackage
Installation
Python 3.6+ is required
using pip
pip install --user create-python-package
using pipx
pipx allows you to run Python binaries into isolated virtual environments
python3 -m pip install --user pipx
pipx ensurepath
You can run the latest version directly with
pipx run create-python-package
or install with
pipx install create-python-package
Credits
Inspired by create-react-app
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for create-python-package-0.2.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4feb297d278936f5b30d350536bf9edb7f8195530f7dc9ef10c328a4c815360 |
|
MD5 | 7d5b866836d5d5706b6f6d062dd4eefe |
|
BLAKE2b-256 | 5493d57452dcb19409c4030c93f8fc263b2355ae6bf64104fc6fb84dd7f61535 |
Hashes for create_python_package-0.2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7cc34e59d7989c2a94da50356a73e789e12a369da859795324b4e9529bf5e1a |
|
MD5 | 2365fed5b0b485e919b82cf9a22d63c1 |
|
BLAKE2b-256 | 91ce538345e152bc1de90578ac66ed952c5d31dd2a5e71be151c7766e78f7dff |