https://github.com/osantana/reclient
A small library with helpers to create reliable HTTP REST client libraries
https://github.com/osantana/reclient
api client library python python-3 python-3-6 rest
Last synced: 9 months ago
JSON representation
A small library with helpers to create reliable HTTP REST client libraries
- Host: GitHub
- URL: https://github.com/osantana/reclient
- Owner: osantana
- License: bsd-2-clause
- Created: 2017-03-14T01:51:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T01:52:54.000Z (about 9 years ago)
- Last Synced: 2025-01-19T06:45:47.619Z (over 1 year ago)
- Topics: api, client, library, python, python-3, python-3-6, rest
- Language: Python
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
========
Overview
========
.. start-badges
.. list-table::
:stub-columns: 1
* - docs
- |docs|
* - tests
- | |travis|
| |coveralls|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
.. |docs| image:: https://readthedocs.org/projects/reclient/badge/?style=flat
:target: https://readthedocs.org/projects/reclient
:alt: Documentation Status
.. |travis| image:: https://travis-ci.org/osantana/reclient.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/osantana/reclient
.. |coveralls| image:: https://coveralls.io/repos/osantana/reclient/badge.svg?branch=master&service=github
:alt: Coverage Status
:target: https://coveralls.io/r/osantana/reclient
.. |version| image:: https://img.shields.io/pypi/v/reclient.svg
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/reclient
.. |commits-since| image:: https://img.shields.io/github/commits-since/osantana/reclient/v0.1.0.svg
:alt: Commits since latest release
:target: https://github.com/osantana/reclient/compare/v0.1.0...master
.. |wheel| image:: https://img.shields.io/pypi/wheel/reclient.svg
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/reclient
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/reclient.svg
:alt: Supported versions
:target: https://pypi.python.org/pypi/reclient
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/reclient.svg
:alt: Supported implementations
:target: https://pypi.python.org/pypi/reclient
.. end-badges
A small library with helpers to create reliable HTTP REST client libraries
* Free software: BSD license
Installation
============
::
pip install reclient
Documentation
=============
https://reclient.readthedocs.io/
Development
===========
To run the all tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox