https://github.com/scality/scality-sproxyd-client
Python client for Scality sproxyd daemon
https://github.com/scality/scality-sproxyd-client
Last synced: 8 months ago
JSON representation
Python client for Scality sproxyd daemon
- Host: GitHub
- URL: https://github.com/scality/scality-sproxyd-client
- Owner: scality
- License: apache-2.0
- Created: 2015-02-18T14:35:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T09:23:12.000Z (over 7 years ago)
- Last Synced: 2025-01-05T17:10:26.400Z (over 1 year ago)
- Language: Python
- Size: 70.3 KB
- Stars: 3
- Watchers: 49
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Sproxyd client for Scality Sproxyd Rest Connector
========================================================
This package implements a client, written in Python, for the Scality_ Sproxyd Rest Connector.
It supports the HEAD/GET/POST/DELETE HTTP methods.
The client's constructor can be initialized with URLs to several Sproxyd connectors and
has a periodic health check based failure detector so that only healthy Sproxyd connectors
are accessed.
.. _Scality: http://scality.com
Installation
------------
.. code-block:: console
pip install scality-sproxyd-client