Metadata-Version: 2.1
Name: py_cake
Version: 0.1.0b3
Summary: Python Project Management Tool to Simplify teammate Py Life
Home-page: https://github.com/chuter/pycake
Author: chuter
Author-email: topgun.chuter@gmail.com
License: BSD
Description: 
        =========================
        PyCake
        =========================
        
        |Pypi Release| |Python Version| |Build Status| |Coverage Status|
        
        **Python Project Management Tool to Simplify teammate Py Life**
        
        ------------
        
        Install
        ----------
        
        .. code-block:: bash
        
            pip install py_cake
        
        
        Quickstart
        ----------
        ``pycake`` or ``py.cake``
        
        
        Commands
        ----------
        
        - **prepare**   *prepare all the stuff to start a new python project*
          
          .. code-block:: bash
        
            py.cake prepare
        
        
        .. |Pypi Release| image:: https://img.shields.io/pypi/v/py_cake.svg
        .. |Python Version| image:: https://img.shields.io/pypi/pyversions/py_cake.svg
        .. |Build Status| image:: https://travis-ci.org/chuter/pycake.svg?branch=master
        .. |Coverage Status| image:: https://codecov.io/gh/chuter/pycake/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/chuter/pycake
Keywords: python,develop,starter,manage tool,lifecycle
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Provides-Extra: test
Provides-Extra: dev
