Metadata-Version: 1.1
Name: restible
Version: 0.2
Summary: Python library to help building RESTfull APIs
Home-page: http://github.com/novopl/restible
Author: Mateusz 'novo' Klos
Author-email: novopl@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        restible
        ########
        
        **restible** is a python library that allows to selectively serialize different
        kinds of python object into something that can be dumped to JSON or YAML.
        
        .. readme_inclusion_marker
        
        Installation
        ============
        
        .. code-block:: shell
        
            $ pip install restible
        
        
        Contributing
        ============
        
        Setting up development repo
        ---------------------------
        
        .. code-block:: shell
        
            $ git clone git@github.com:novopl/restible.git
            $ cd restible
            $ virtualenv env
            $ source ./env/bin/activate
            $ pip install -r requirements.txt -r devrequirements.txt
        
Keywords: restible REST restapi rest server restless
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
