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
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
py_proj_init-1.0.0a0.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_proj_init-1.0.0a0.tar.gz.
File metadata
- Download URL: py_proj_init-1.0.0a0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.13.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e903a308a4aa061101ca0b0a517c8a2fba562cc4856759b26c3eb8e15ec469f5
|
|
| MD5 |
487fe81a7a4a737e894ba1bdfaef1a10
|
|
| BLAKE2b-256 |
624bba014124c73a10cba87a7ca626209e66838f428840ed89c2b6da22868f18
|
File details
Details for the file py_proj_init-1.0.0a0-py3-none-any.whl.
File metadata
- Download URL: py_proj_init-1.0.0a0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.13.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cee3831999adbc8a23c7c9f0004c37a3fea9cc864ed47f650ae1872d229f8fcb
|
|
| MD5 |
6f854ff60a907559db62848c27c5e8b3
|
|
| BLAKE2b-256 |
e5a2bea06a8592c397be13a2d5888467caa32d4ee5e171d215abc68e5ec2bb27
|