Metadata-Version: 1.1
Name: pystart
Version: 0.1.6
Summary: Quick-start for Python packages
Home-page: https://github.com/limix/pystart
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Download-URL: https://github.com/limix/pystart
Description-Content-Type: text/markdown; charset=ASCII
Description: pystart
        =======
        
        |Travis master| |Travis develop|
        
        Quickly create new Python packages with standard configuration files.
        
        This package provides a command-line utility that asks simple questions
        in order to create a standard Python project from scratch. It is a handy
        way to start a new project with a clean structure!
        
        Install
        -------
        
        It can be installed from command-line using
        `pip <https://pypi.python.org/pypi/pip>`__:
        
        .. code:: bash
        
            pip install pystart
        
        Usage
        -----
        
        From command-line, go to the folder you use to maintain your projects
        and enter
        
        .. code:: bash
        
            pystart
        
        Done. It will asks the package name, author name, among other questions,
        to create the initial structure of your Python project.
        
        Example
        -------
        
        Animated GIF demonstrating the usage.
        
        Authors
        -------
        
        -  `Danilo Horta <https://github.com/horta>`__
        
        Acknowledgements
        ----------------
        
        -  `Readable Licenses <https://github.com/nevir/readable-licenses>`__
           for providing license templates in markdown format.
        
        License
        -------
        
        This project is licensed under the `MIT
        License <https://raw.githubusercontent.com/horta/pystart/master/LICENSE.md>`__.
        
        .. |Travis master| image:: https://img.shields.io/travis/horta/pystart/master.svg?style=flat-square&label=master%20build
           :target: https://travis-ci.org/horta/pystart
        .. |Travis develop| image:: https://img.shields.io/travis/horta/pystart/develop.svg?style=flat-square&label=develop%20build
           :target: https://travis-ci.org/horta/pystart
        
Keywords: quick start,package,setup,python
Platform: OS Independent
Platform: Windows
Platform: MacOS
Platform: POSIX
Platform: POSIX :: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
