Skip to main content

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, and the most importat flag, is -p. With this flag is possible define where the project will be created.

pynumbat -p <Path>

If the flag is not defined, by default, 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

It is important to note that, by default Pynumbat takes the current version of Python on your machine to create the virtual environment.

In the next release you can select the version you want. 🍻

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

pynumbat-0.1.3.tar.gz (5.5 kB view hashes)

Uploaded Source

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