Metadata-Version: 1.2
Name: templateme
Version: 0.0.3
Summary: Template Me - module with template for your favourite projects.
Home-page: https://github.com/rafyco/templateme
Author: Rafal Kobel
Author-email: rafalkobel@rafyco.pl
License: GNU
Project-URL: Bug Reports, https://github.com/rafyco/templateme/issues
Project-URL: Source, https://github.com/rafyco/templateme
Description: =======================================
        template me - Manager for templates 
        =======================================
        
        Console programs to make new project in defined language
        
        .. image:: https://img.shields.io/badge/author-Rafa%C5%82%20Kobel-blue.svg
            :target: https://rafyco.pl
        
        .. image:: https://img.shields.io/travis/rafyco/templateme.svg
           :target: https://travis-ci.org/rafyco/templateme
        
        .. image:: https://img.shields.io/pypi/v/templateme.svg
           :target: https://pypi.python.org/pypi/templateme/
        
        .. image:: https://img.shields.io/github/license/rafyco/templateme.svg
           :target: https://www.gnu.org/licenses/gpl.html
        
        
        Instalation
        -----------
        
        PyPi
        ~~~~
        
        ::
        
            sudo pip3 install templateme
        
        setup.py
        ~~~~~~~~
        
        ::
        
            sudo python3 setup.py install
        
        Usage
        -----
        
        To invoke program type in your console:
        
        ::
        
            templateme -t <template_name> -p <your_project_name>
        
        or try:
        
        ::
        
            templateme --help
        
        
        Unit test
        ---------
        
        For testing module write:
        
        ::
        
            python3 setup.py test
        
        Author
        ------
        
        Rafal Kobel rafalkobel@rafyco.pl
        
        
Keywords: template,programming,fast
Platform: Any
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Terminals
Requires-Python: >=3.5
