Pre-release
This release is a pre-release and may not be stable for production use.
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
Release files for py-proj-init 1.0.0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py_proj_init-1.0.0a0.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_proj_init-1.0.0a0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.5 kB
Release files / py_proj_init-1.0.0a0.tar.gz
| Download URL | py_proj_init-1.0.0a0.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e903a308a4aa061101ca0b0a517c8a2fba562cc4856759b26c3eb8e15ec469f5
|
|
BLAKE2b-256 checksum How to use checksums |
624bba014124c73a10cba87a7ca626209e66838f428840ed89c2b6da22868f18
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / py_proj_init-1.0.0a0-py3-none-any.whl
| Download URL | py_proj_init-1.0.0a0-py3-none-any.whl |
|---|---|
| Size | 8.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cee3831999adbc8a23c7c9f0004c37a3fea9cc864ed47f650ae1872d229f8fcb
|
|
BLAKE2b-256 checksum How to use checksums |
e5a2bea06a8592c397be13a2d5888467caa32d4ee5e171d215abc68e5ec2bb27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|