Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/datashaman/activerest
- Owner: datashaman
- License: mit
- Created: 2018-07-01T12:57:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T06:01:23.000Z (over 6 years ago)
- Last Synced: 2024-11-24T17:36:01.346Z (28 days ago)
- Topics: activeresource, python3, rest-client
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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=masterPython 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