Skip to main content

A YAML based, pluggable configuration library inspired by Aeson

Project description

# miniscule

Miniscule library for flexible YAML configuration files, inspired by
[Aero](https://github.com/juxt/aero).

## Example

Loading this configuration with `config.load` expands the `!or` and `!env` tags
in the expected way.

```yaml
server:
host: !or [!env HOST, localhost]
port: !or [!env PORT, 8000]
debug: !env DEBUG
database:
name: my_database
user: my_user
password: !env DB_PASSWORD
```

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

miniscule-0.2.3.tar.gz (2.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