No project description provided
Project description
pyapollo
another apollo python client
Usage
from pyapollo.config import ConfigManager
apollo_host = 'http://localhost:8080'
app_id = 'SampleApp'
namespace = 'application'
config = ConfigManager(apollo_host=apollo_host, app_id=app_id, namespace=namespace)
bar = config['foo']
# if you want enable hot reload config
config.enable_hot_reload()
pyapollo has a file cache, you can specific file_cache_dir
to ConfigManager
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyapollox-0.1.0.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file pyapollox-0.1.0.tar.gz
.
File metadata
- Download URL: pyapollox-0.1.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d93788ee3321485469705cb790299e04fd3fd2a53aea08b9a39499c011dc82f |
|
MD5 | 4e05d70af4cdcd5041fab1c2c47ab469 |
|
BLAKE2b-256 | 963a2a42b975b7b9e89df1876c55c3624f6617dd67a5c7de30d06ad96d6bf22f |
File details
Details for the file pyapollox-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyapollox-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1634bf935c5963f3f8e29b966ce0fc2a13ab7931bd8dc83f28e3ef920ca2636 |
|
MD5 | 3c9eaf375172ca66067392b8d5bed7b8 |
|
BLAKE2b-256 | 972c508f720da0ec84b869816ae3d7a9cf3575be1021c91322385bb1725dc622 |