Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamcharnock/repose
Quickly create restful API clients in Python
https://github.com/adamcharnock/repose
Last synced: 7 days ago
JSON representation
Quickly create restful API clients in Python
- Host: GitHub
- URL: https://github.com/adamcharnock/repose
- Owner: adamcharnock
- License: mit
- Created: 2015-09-02T20:12:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T18:59:07.000Z (about 5 years ago)
- Last Synced: 2024-10-11T11:22:23.660Z (23 days ago)
- Language: Python
- Homepage: http://repose.readthedocs.org/
- Size: 53.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - repose - Quickly create restful API clients in Python (Python)
README
Repose - Python API client framework
====================================.. image:: https://img.shields.io/pypi/v/repose.svg
:target: https://badge.fury.io/py/repose.. image:: https://img.shields.io/pypi/dm/repose.svg
:target: https://pypi.python.org/pypi/repose.. image:: https://img.shields.io/github/license/adamcharnock/repose.svg
:target: https://pypi.python.org/pypi/repose/.. image:: https://img.shields.io/travis/adamcharnock/repose.svg
:target: https://travis-ci.org/adamcharnock/repose/.. image:: https://coveralls.io/repos/adamcharnock/repose/badge.svg
:target: https://coveralls.io/r/adamcharnock/repose/Tested on Python 2.7, 3.2, 3.3, 3.4, 3.5
Installation
------------Installation using pip::
pip install repose
Usage
-----*Usage instructions here*
Credits
-------Developed by `Adam Charnock`_, contributions very welcome!
repose is packaged using repose_.
.. _repose: https://github.com/adamcharnock/repose/
.. _Adam Charnock: https://adamcharnock.com