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.2.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file pyapollox-0.1.2.tar.gz
.
File metadata
- Download URL: pyapollox-0.1.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8b21bb82b41ac560507fed884758929367c3b528170489a36cf49b4b7dfc14b |
|
MD5 | e7622aa39ede24eaa967a771c69cfbd7 |
|
BLAKE2b-256 | 871b6afa87592d7b6204b05e43c93e18ec0571e1c84a03fcb6047932fc96f3eb |
File details
Details for the file pyapollox-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: pyapollox-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.0 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 | be94c4aca25db248f238e45d47744f22384c76e6ef2be8817642b8b2cb4cb9b3 |
|
MD5 | e9baac378a92d1ca1844f4676fbddce0 |
|
BLAKE2b-256 | f53c4ce68c8427a7ccef45f065e5e9119291b8143b2f7561b80db1f239b5f4a8 |