Python generator project
Project description
PyNumbat
PyNumbat is a Python project generator. Easy to install and easy to use.
Files and folders to be created in the initial setup:
root/
│
├── env/
├── app/
│ ├── config.py
│ ├── __init__.py
│ ├── __main__.py
│
├── tests/
│ ├── test.py
│
├── README.md
├── .gitignore
├── requirements.txt
└── main.py
Commands
With a couple flags you can create a basic and functional setup for your python projects.
The first flag, and the most important, is -p. With this flag is possible define where the project will be created.
pynumbat -p <Path>
If the flag is not defined, the project will be created in te current path.
If a previous python setup exists, you can overwrite it. This action will delete all files and folders previously existing.
pynumbat -p <Path> -f true
Optional, you can ommit the virtual env folder.
pynumbat -p <Path> -f true -v false
Note: by default Pynumbat takes the current version of Python to create the virtual environment.
In the next release you can select the version you want.
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
File details
Details for the file pynumbat-0.1.10.tar.gz
.
File metadata
- Download URL: pynumbat-0.1.10.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64c5025eff66390aa4dea6156cc3c1b448f476b34f434c32281d39f2146589d0 |
|
MD5 | 35f5050ff7a33ede4e3d2fa767b721b6 |
|
BLAKE2b-256 | 876ffda7637871310f24c0050eef5640cdbfda12bdd9527b7d79d6bcda67e69c |