Metadata-Version: 1.0
Name: py-rs
Version: 1.0
Summary: Python REST framework
Home-page: http://py-rs.googlecode.com
Author: Sergey K.
Author-email: py-rs@googlegroups.com
License: MIT
Description: 
        py-rs 1.0
        =========
        
        This framework defines a set of Python APIs for the development of Web
        services built according to the Representational State Transfer (REST)
        architectural style.
        
        http://py-rs.googlecode.com
        
        
        Concept
        -------
        
        See Concept.html in /docs directory for desctiption of py-rs 1.0 API.
        
        
        Installing
        ----------
        
        To install py-rs, make sure you have Python 2.6 or Python 2.7 installed. Then
        run this command from the command prompt:
        
            python setup.py install
        
        
        Unit Tests
        ----------
        
        To run py-rs test suite, switch to /tests directory and run this command in
        the command prompt:
        
            python suite.py
        
        
        Samples
        -------
        
        Examples of how to use py-rs APIs are located in /samples directory.
        
        
        Support & Feedback
        ------------------
        
        For support information, please visit py-rs project home:
        
            http://py-rs.googlecode.com
        
        or py-rs Google Group:
        
            http://groups.google.com/group/py-rs/topics
        
        
        Copyright
        ---------
        
        See the included LICENSE file for specific legal details.
        
        2011, Sergey K.
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
