Skip to main content

No project description provided

Project description

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
  1. Feature Acceptance Test environment 功能验收测试环境,用于软件测试者测试使用

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

apollo-config-sdk-0.1.3.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

apollo_config_sdk-0.1.3-py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page