Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.21 KB

File metadata and controls

45 lines (32 loc) · 1.21 KB

activerest

activerest on PyPI PyPI - Status PyPI - License PyPI - Python Version Travis CI - Build Status Coveralls - Coverage Status

Python REST resource client, modeled on Ruby on Rails' ActiveResource.

Installation

To install and upgrade to the latest release:

pip install --upgrade activerest

To install this package from source:

python setup.py install

To test this package:

python setup.py test