Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datashaman/activerest

Python REST resource client, modeled on Ruby on Rails' ActiveResource.
https://github.com/datashaman/activerest

activeresource python3 rest-client

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

activerest
==========

.. image:: https://img.shields.io/pypi/v/activerest.svg
:alt: activerest on PyPI
:target: https://pypi.org/project/activerest/
.. image:: https://img.shields.io/pypi/status/activerest.svg
:alt: PyPI - Status
:target: https://pypi.org/project/activerest/
.. image:: https://img.shields.io/pypi/l/activerest.svg
:alt: PyPI - License
:target: https://pypi.org/project/activerest/
.. image:: https://img.shields.io/pypi/pyversions/activerest.svg
:alt: PyPI - Python Version
:target: https://pypi.org/project/activerest/
.. image:: https://travis-ci.org/datashaman/activerest.svg?branch=master
:alt: Travis CI - Build Status
:target: https://travis-ci.org/datashaman/activerest
.. image:: https://coveralls.io/repos/github/datashaman/activerest/badge.svg?branch=master
:alt: Coveralls - Coverage Status
: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