
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.
