Metadata-Version: 2.1
Name: PyStarter
Version: 1.2.1
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
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/x-rst

=========
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.

.. image:: https://img.shields.io/pypi/v/PyStarter.svg
  :target: https://pypi.org/project/PyStarter
  :alt: Latest version on PyPi
.. image:: https://img.shields.io/pypi/pyversions/PyStarter.svg
  :target: https://pypi.org/project/PyStarter/
  :alt: Supported Python versions
.. image:: https://img.shields.io/github/license/RafaelCenzano/PyStarter.svg
  :target: https://pypi.org/project/PyStarter
  :alt: License Badge
.. image:: https://img.shields.io/github/stars/RafaelCenzano/PyStarter.svg
  :target: https://pypi.org/project/PyStarter
  :alt: Stars Badge
.. image:: https://img.shields.io/github/forks/RafaelCenzano/PyStarter.svg
  :target: https://pypi.org/project/PyStarter
  :alt: Forks Badge


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 projects.
The two options: *pystarter create git*, *pystarter create python*

To get full command list run:

``pystarter -h``

or

``pystarter --help``


