Metadata-Version: 2.1
Name: PyStarter
Version: 1.1.2
Summary: A program to help you start python and git project files and venvs
Home-page: https://github.com/SavageCoder77/PyStarter
Author: Rafael Cenzano
Author-email: savagecoder77@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/SavageCoder77/PyStarter/issues
Project-URL: Source, https://github.com/SavageCoder77/PyStarter
Keywords: pystarter git python venv virtualenv
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 :: 2
Classifier: Programming Language :: Python :: 2.7
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
Description-Content-Type: text/x-rst
Requires-Dist: virtualenv (==16.1.0)
Requires-Dist: requests (==2.20.1)

=========
PyStarter
=========

PyStarter starter provides an easy way to start a git project specifically python projects from the command line. You might find
it most useful for creating all need files, venvs, and more.

Typical usage often looks like this::

    pystarter create

This command will start creating your python and git ready project.


Authors
=======

1. Rafael Cenzano


Usage
=====

Example Command:

``pystarter create``

This command creates a venv and other helpful files needed for python and git projects

This command has 2 extra options that you type after the above command. One to create only git ready or only python ready.
The two options: *git python*

To get full command list run:

``pystarter -h``

or

``pystarter --help``


