A program to help you start python and git projects with file creations


Keywords
pystarter, git, python, cli, pypi, pypi-package
License
MIT
Install
pip install PyStarter==1.5.1

Documentation

PyStarter

PyStarter starter provides an easy way to start a git or python projects with helpful file creation.

Version Supported python versions License badge GitHub stars GitHub forks

Usage

Main Commands:

pystarter create

This command creates project files for python and git projects

This command has 3 extra options. One to create git ready, one to create python ready projects, and one to create both python and git ready projects. The options are: git, python, all, setup

  • git creates files needed for git projects
  • python creates files need for python projects
  • all creates files for git and python but doesn't include setup.py
  • setup creates a template setup.py

pystarter clean

This command removes compiled python (pyc) files and pycache folders in your project

To get full command list run:

pystarter -h

or

pystarter --help

Authors

  1. Rafael Cenzano

License

This project is licensed under the MIT License