Skip to main content

Python3 project directory initializer

Project description

py-proj-init

A simple Python3 project directory initializer.

How to use

# install
pip3 install py-proj-init
# run
py-proj-init YOUR-PROJECT-NAME
# or jus
py-proj-init

What you will get

.
└── [project namespace]
    ├── [project package name]
    │   ├── data
    │   │   └── .gitkeep
    │   │
    │   ├── __main__.py
    │   └── __init__.py
    │
    ├── tests
    │   └── test.py
    │
    ├── .gitignore
    ├── LICENSE[DEFAULT MIT]
    ├── MANIFEST.in
    ├── README.md
    ├── requirements.txt
    └── setup.py

Refs

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

py_proj_init-1.0.0a0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

py_proj_init-1.0.0a0-py3-none-any.whl (8.6 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