Metadata-Version: 1.0
Name: docstring
Version: 0.1.2
Summary: Decorators for auto-generating HTML response for API endpoints
Home-page: http://chartbeat.com
Author: Eytan Daniyalzade
Author-email: eytan@chartbeat.com
License: UNKNOWN
Description: docstring: documentation for your API endpoints
        ===============================================
        
        .. image:: https://secure.travis-ci.org/daniyalzade/docstring.png
                :target: https://secure.travis-ci.org/daniyalzade/docstring
        
        
        Decorators for auto-generating HTML response for API endpoints
        
        Installation
        ------------
        
        To install requests, simply: ::
        
            $ pip install docstring
        
        Source
        ------
        
        You can see the code `here <https://github.com/daniyalzade/docstring>`_
        
        TODO
        ----
        * Bring back the pydoc abstraction, and parse the docstring via that. 
        
        
        * Figure out if we can remove the dependency to django and tornado
        * Package it so that it works with absolute import
        * Fix endpoint parsing
        * Get the tests to use travis
        * Make sure that we can get the API permissions to work
        * Add an exmple application
        * Add entries for read the docs
        
        
Platform: UNKNOWN
