python client for discovery a registry for resilient mid-tier load balancing and failover. https://github.com/bilibili/discovery
Project description
# discovery-client
[](https://circleci.com/gh/tomwei7/discovery-client)
[](https://badge.fury.io/py/python-discovery-client)
python client for discovery https://github.com/bilibili/discovery only support python3.
### Install
```bash
pip install python-discovery-client
```
### Usage
```python
from discovery import config_from_env, Client
# register instance
client = Client(config_from_env('127.0.0.1:7771')) # use you discovery domain
client.register('your app name', ['http://127.0.0.1:8000'])
# watch instance
def watch_callback(instances):
print('instance change: %s', instances)
client.watch('your app name', watch_callback)
client.stop()
```
[](https://circleci.com/gh/tomwei7/discovery-client)
[](https://badge.fury.io/py/python-discovery-client)
python client for discovery https://github.com/bilibili/discovery only support python3.
### Install
```bash
pip install python-discovery-client
```
### Usage
```python
from discovery import config_from_env, Client
# register instance
client = Client(config_from_env('127.0.0.1:7771')) # use you discovery domain
client.register('your app name', ['http://127.0.0.1:8000'])
# watch instance
def watch_callback(instances):
print('instance change: %s', instances)
client.watch('your app name', watch_callback)
client.stop()
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-discovery-client-0.5.tar.gz.
File metadata
- Download URL: python-discovery-client-0.5.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1c505cedbe4fa5302ec285a78106aeca1cc4b821c20947651d8828ba46efbb0
|
|
| MD5 |
e8142132fb1b2933fe4b26600dc1fc55
|
|
| BLAKE2b-256 |
2a931c0d9e5475ed79dabbe705d64d474a72cca95d78dbf71c57eec256b1776b
|
File details
Details for the file python_discovery_client-0.5-py3-none-any.whl.
File metadata
- Download URL: python_discovery_client-0.5-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5faed61404f02f3fb4278437723bcda8fb28095628fa3dd6d1f523c72af67dd
|
|
| MD5 |
d7f6bd9183455f2265e139d54a6a3a85
|
|
| BLAKE2b-256 |
4356b7d49e4ea77194861f8018398c265544ec8623bb7101002502f5e10af3e6
|