Last updated:
0 purchases
projtemplate 0.2.1
proj-template
proj-template is a CLI tool to generate a basic structure for Python
projects that use setuptools for build and distribution.
Installation
Install through pip:
python3 -m pip install proj-template
Usage
Create a project description and execute:
proj_template <filename>
You may pipe the project description through the program:
cat <filename> | proj_template
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.