Metadata-Version: 1.1
Name: ptool
Version: 0.8
Summary: Skeleton project generator for various programming languages
Home-page: https://github.com/rcook/ptool
Author: Richard Cook
Author-email: rcook@rcook.org
License: MIT
Description-Content-Type: UNKNOWN
Description: ptool

        =====

        

        |View on PyPI| |Licence|

        

        Skeleton project generator for various programming languages

        

        Templates are available

        `here <https://github.com/rcook/ptool-templates>`__

        

        Developer notes

        ---------------

        

        Various package properties are defined in ``ptool/__init__py``:

        

        -  ``__project_name__``

        -  ``__version__``

        -  ``__description__``

        

        When publishing a new build of the package, ensure that ``__version__``

        is incremented as appropriate.

        

        Usage

        -----

        

        ::

        

            usage: ptool [-h] [--version] {new,templates,values,update} ...

        

            Skeleton project generator for various programming languages

        

            positional arguments:

              {new,templates,values,update}

                                    subcommand help

                new                 Create new project from template

                templates           List available templates

                values              List all values available to templates

                update              Update local template repository

        

            optional arguments:

              -h, --help            show this help message and exit

              --version             show program's version number and exit

        

        Licence

        -------

        

        Released under `MIT License <LICENSE>`__

        

        .. |View on PyPI| image:: https://img.shields.io/pypi/v/ptool.svg

           :target: https://pypi.python.org/pypi/ptool

        .. |Licence| image:: https://img.shields.io/badge/license-MIT-blue.svg

           :target: https://raw.githubusercontent.com/rcook/ptool/master/LICENSE

        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
