Metadata-Version: 2.1
Name: PyStarter
Version: 0.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
Description: =========
        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
        
        Check out the PyPi page `HERE <https://pypi.org/project/PyStarter/>`_.
        
        Check out the GitHub page `HERE <https://github.com/Savagecoder77/PyStarter>`_.
        
        
        
        
        
        Other helpful rst file stuff that will be removed
        
        Paragraphs are separated by blank lines. *Italics*, **bold**,
        and ``monospace`` look like this.
        
        
        A Section
        =========
        
        Lists look like this:
        
        * First
        
        * Second. Can be multiple lines
          but must be indented properly.
        
Keywords: pystarter git python venv virtualenv
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
