Metadata-Version: 2.1
Name: activerest
Version: 0.0.5
Summary: Python REST resource client, modeled on Ruby on Rails' ActiveResource.
Home-page: https://github.com/datashaman/activerest/
Author: Marlin Forbes
Author-email: marlinf@datashaman.com
License: MIT License
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: inflection
Requires-Dist: requests
Requires-Dist: six

activerest
==========

.. image:: https://travis-ci.org/datashaman/activerest.svg?branch=master
    :target: https://travis-ci.org/datashaman/activerest
.. image:: https://coveralls.io/repos/github/datashaman/activerest/badge.svg?branch=master
    :target: https://coveralls.io/github/datashaman/activerest?branch=master

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


