Skip to main content

Create the file and folder structure for a Python package

Project description

Code style: black

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create-python-package-0.2.0.1.tar.gz (22.5 kB view hashes)

Uploaded Source

Built Distribution

create_python_package-0.2.0.1-py3-none-any.whl (26.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page