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
File details
Details for the file create-python-package-0.2.0.2.tar.gz
.
File metadata
- Download URL: create-python-package-0.2.0.2.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c324d514901be98f44668fec49470c88183534e9453eeb00e3cb7752b13691c |
|
MD5 | 9d6fb5fb12937cc4b3abc322567ecd0d |
|
BLAKE2b-256 | c3314d07995d1dc4555932a0103938d2948d4271f3cb0915b5ccb8ad768ea077 |
File details
Details for the file create_python_package-0.2.0.2-py3-none-any.whl
.
File metadata
- Download URL: create_python_package-0.2.0.2-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fba7f4e84248311457849e3faf78dfdeda3ba4cf65235cd3a9612ba0c5991b8 |
|
MD5 | 5f533ef56bf49a14aed898d47362fe6c |
|
BLAKE2b-256 | 400cf37ad6bdfcadfa204cd8883d95988619a80250456f6e47285e4d3d8aa1f6 |