Apollo-Config-Sdk
from apollo_config_sdk.client import ApolloClient
if __name__ == '__main__':
client = ApolloClient(
app_id="appid",
cluster="cluster",
config_url='config_url',
secret="secret"
)
for i in range(500):
import time
time.sleep(1)
z = client.get_value('key', namespace='namespace')
print(z)
pass
- Feature Acceptance Test environment 功能验收测试环境,用于软件测试者测试使用
Release files for apollo-config-sdk 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apollo-config-sdk-0.1.3.tar.gz | 14.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apollo_config_sdk-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.7 kB
Release files / apollo-config-sdk-0.1.3.tar.gz
| Download URL | apollo-config-sdk-0.1.3.tar.gz |
|---|---|
| Size | 14.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
055accd48dd0440a858a320f63d50fcdc8840d4ea5582ae537df791a11a278e3
|
|
BLAKE2b-256 checksum How to use checksums |
41456233d59e533b459ac8b4f90fbf5203116ff3b0c608874e894c955a0c9622
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.7.13 Darwin/18.7.0
|
Release files / apollo_config_sdk-0.1.3-py3-none-any.whl
| Download URL | apollo_config_sdk-0.1.3-py3-none-any.whl |
|---|---|
| Size | 15.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dcba55575f332cf2b25afc0c9549d6dd8733b28b4b3e152f7325bfc7238d1fa0
|
|
BLAKE2b-256 checksum How to use checksums |
234bb63eb3b48b3865e702638e1303c06ded9a482b407b8a137d091e387f2fd2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.13 CPython/3.7.13 Darwin/18.7.0
|