Skip to main content

Automatically creates a new python project folder

Project description

newpyproj

Automated Python Project Folder Creation


Automatically creates a new python project folder, using best project standards, with common files, documentation, tests.

Installation

pip install newpyproj

Usage

newpyproj name_of_project [-h] [-c] [-g] [-v] [-p] [-r] [-s] [-t] [-d] [--template]

Arguments

-h or --help       Help message and exit
-c or --cli        Creates a command line interface project
-g or --gui        Creates a graphical user interface project
-v or --verbose    Verbose mode
-p or --pytest     Use pytest as unittest
-r or --resources  Include resources folder
-s or --shebang    Supress shebang line in files
-t or --test       Supress test folders and files
-d or --doc        Supress doc folders and files
--template         Supress template content in files

References

Structuring Your Project by Kenneth Reitz

Python Application Layouts: A Reference by Kyle Stratis

Dead Simple Python: Project Structure and Imports by Jason C. McDonald

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

newpyproj-0.0.4.tar.gz (7.4 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