Metadata-Version: 1.1
Name: bottle-boilerplate
Version: 0.1
Summary: Boilerplate code for new Bottle projects
Home-page: https://github.com/avelino/bottle-boilerplate
Author: Thiago Avelino
Author-email: thiago@avelino.xxx
License: MIT
Download-URL: https://github.com/avelino/bottle-boilerplate/tarball/master
Description: ==================
        bottle-boilerplate
        ==================
        
        Boilerplate code for new Bottle projects
        
        
        Installation
        ------------
        
            .. code-block:: bash
        
                pip install bottle-boilerplate
        
        
        Used
        ----
        
        Start new project:
        
            .. code-block:: bash
        
                bottle startproject YOU-PROJECT-NAME
        
        
        Open Bottle documentation:
        
        
            .. code-block:: bash
        
                bottle doc
        
        
Keywords: bottle boilerplate startproject doc
Platform: UNKNOWN
Classifier: Framework :: Bottle
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
