Skip to main content

A simple wrapper for localconfig that allows for reading config from a remote server

Project description

remoteconfig

A simple wrapper for localconfig that allows for reading config from a remote server

Quick Start Tutorial

To install:

pip install remoteconfig

To read from a remote config:

from remoteconfig import config

config.read('http://url/to/remote-config.ini')

# Or cache the URL content for 60 seconds to avoid excessive download if program is invoked often
# config.read('http://url/to/remote-config.ini', cache_duration=60)
#
# Or instantiate another config instance:
# from remoteconfig import RemoteConfig
# config2 = RemoteConfig('http://url/to/another-config.ini', cache_duration=10)

For everything else that you can do with config, refer to localconfig’s documentation

More

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

remoteconfig-1.0.2.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

remoteconfig-1.0.2-py3-none-any.whl (3.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