Skip to main content

Utility for the creation of python packages.

Project description

provision_py_proj

Provision an empty Python package.

Create empty Package with following structure:

test_pkg
├── bin
│   └── test_pkg
├── .gitignore
├── LICENSE.txt
├── MANIFEST.in
├── README.md
├── requirements.txt
├── setup.py
└── test_pkg
    ├── __init__.py
    └── test
        └── __init__.py

Installation

pip3 install provision_py_proj

Usage

provision_py_proj --help

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

provision_py_proj-0.1.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

provision_py_proj-0.1-py3-none-any.whl (9.3 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