Metadata-Version: 1.0
Name: adrest
Version: 0.4.0
Summary: Adrest - another django REST. Simple application for quick build RESTfull API.

Home-page:  http://github.com/klen/adrest
Author: Kirill Klenov
Author-email: horneds@gmail.com
License: UNKNOWN
Description: ADREST
        ######
        
        Adrest is Another Django REST. Django application for simple make HTTP REST API.
        
        Documentation in construction.
        
        Requirements
        =============
        
        - python >= 2.5
        - django >= 1.2
        
        Installation
        =============
        
        **Adrest** should be installed using pip: ::
        
            pip install adrest
        
        Setup
        =====
        
        
        Use adrest
        ==========
        
        
        Bug tracker
        ===========
        
        If you have any suggestions, bug reports or
        annoyances please report them to the issue tracker
        at https://github.com/klen/adrest/issues
        
        
        Contributing
        ============
        
        Development of adrest happens at github: https://github.com/klen/adrest
        
        
        Contributors
        =============
        
        * klen_ (Kirill Klenov)
        
        
        License
        =======
        
        Licensed under a `GNU lesser general public license`_.
        
        
        .. _GNU lesser general public license: http://www.gnu.org/copyleft/lesser.html
        .. _klen: http://klen.github.com/
        
Platform: Any
