Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 809 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 809 Bytes

PyActiveResource

A python port of the ActiveResource project, which provides an object-relational mapping for REST web services.

Development prior to 2014 took place here: https://code.google.com/p/pyactiveresource/

Development going forward will take place on Github. Please submit new issues and patches there.

pyactiveresource mailing list

Installation

To install or upgrade to the latest released version

pip install --upgrade pyactiveresource

To install this package from source

python setup.py install

Running Tests

Run the following from the top level directory

python setup.py test