Metadata-Version: 1.0
Name: zapi
Version: 0.0.4
Summary: An easy lightweight web framework by python.
Home-page: https://github.com/linzhonghong/zapi
Author: Zhonghong Lin
Author-email: 1529909253@qq.com
License: MIT
Download-URL: https://github.com/linzhonghong/zapi/tarball/2016-05-10
Description: Zapi: An simple lightweight web framework
        =========================================
        
        .. image:: https://img.shields.io/pypi/v/zapi.svg
            :target: https://pypi.python.org/pypi/zapi
        
        .. image:: https://img.shields.io/pypi/dm/zapi.svg
                :target: https://pypi.python.org/pypi/zapi
        
        Zapi is an Application Development Framework - a library - for people who build http api service using Python,
        without the need for manual labor. There's no need to manually add a class or function, binding to a url path.
        Everything is automatic.
        Zapi lets you build your api service by minimizing the amount of code needed for a given task.
        
        Zapi supports Python >= 2.6.
        
        Installation
        ------------
        
        To install Zapi, simply:
        
        .. code-block:: bash
        
            $ pip install zapi
        
        Documentation
        -------------
        
        Fantastic documentation is available at http://docs.python-zapi.org/, coming soon.
        
        
        How to Contribute
        -----------------
        
        #. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a `Contributor Friendly`_ tag for issues that should be ideal for people who are not very familiar with the codebase yet.
        #. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).
        #. Write a test which shows that the bug was fixed or that the feature works as expected.
        #. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.
        
        .. _`the repository`: http://github.com/linzhonghong/zapi
        .. _AUTHORS: https://github.com/linzhonghong/zapi/blob/master/AUTHORS.rst
        .. _Contributor Friendly: https://github.com/linzhonghong/zapi/issues?direction=desc&labels=Contributor+Friendly&page=1&sort=updated&state=open
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.0.1 (2016-05-10)
        ++++++++++++++++++
        
        * Frustration
        * Conception
Platform: Windows
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
