Skip to main content

Flexible parameter management

Project description

Milieu
======

Milieu allows easy parameter configuration using environment variables or
json files.

Usage Examples
==============

The following code creates a milieu instance that reads environment variables,
then reads the WORKON_HOME variable.

```
>>> import milieu
>>> M = milieu.init()
>>> M.WORKON_HOME
'/Users/andres/.virtualenvs'
```

The following code create a milieu instance from a json file, the reads the
several variables variable:

```
>>> import milieu
>>> M= milieu.init(path='/tmp/file.json')
>>> M.foo
u'fizz'
>>> M.bar
u'buzz'
>>> M.baz
[u'one', u'two', u'three']
```

The json associated to this example is:

```
{
"foo": "fizz",
"bar": "buzz",
"baz": ["one", "two", "three"]
}
```

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

unholster.milieu-1.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

unholster.milieu-1.0.0-py2.7.egg (6.3 kB view hashes)

Uploaded Source

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