Skip to main content

Simple Apollo Config Client for Python.

Project description

apopy: Simple Apollo Config Client for Python.

from apopy import Client

client = Client(
    config_server_url="http://81.68.181.139:8080",  # http://81.68.181.139/system_info.html
    app_id="apollo-common",
    cluster_name="default",
    secret="5fdc723621054e0f945cb441561687eb",
    ip="192.168.1.4",
)
print(client.get("test"))

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

apopy-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

apopy-0.1.0-py3-none-any.whl (3.9 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