Metadata-Version: 2.1
Name: PyStarter
Version: 1.3.5
Summary: A program to help you start python and git projects with file creations
Home-page: https://github.com/RafaelCenzano/PyStarter
Author: Rafael Cenzano
Author-email: savagecoder77@gmail.com
Maintainer: Rafael Cenzano
Maintainer-email: savagecoder77@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/RafaelCenzano/PyStarter/issues
Project-URL: Source, https://github.com/RafaelCenzano/PyStarter
Keywords: pystarter git python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.4
Description-Content-Type: text/markdown

# PyStarter

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

![Version](https://img.shields.io/pypi/v/PyStarter.svg)
![Supported python versions](https://img.shields.io/pypi/pyversions/PyStarter.svg)
![License badge](https://img.shields.io/github/license/RafaelCenzano/PyStarter.svg)
![GitHub stars](https://img.shields.io/github/stars/RafaelCenzano/PyStarter.svg)
![GitHub forks](https://img.shields.io/github/forks/RafaelCenzano/PyStarter.svg)

## 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: *pystarter create git*, *pystarter create python*, *pystarter create all*, *pystarter create python git*

``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


