Pyresto

An ORM package to prevent repetitive work for writing clients for RESTful APIs.

Source:https://github.com/BYK/pyresto/
Issues:https://github.com/BYK/pyresto/issues/
PyPi:http://pypi.python.org/pypi/pyresto/

Getting Started

Install with pip or easy_install:

pip install pyresto
easy_install pyresto

or download the latest version from GitHub:

git clone git://github.com/BYK/pyresto.git
cd pyresto
python setup.py develop