Skip to main content

A simpler way to read configuration files.

Project description

A simpler way to read configuration files.

dotconfig provides a very simple way to read options from a config file. It is currently read-only.

How to use

Example:

data.config

[network]
port: 8080

example.py

import dotconfig
config = dotconfig.Config("data.config")
config.network.port # returns the port number as string

Contribute

Feel free to fork and add anything you find is missing. :)

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

DotConfig-0.1.1.tar.gz (3.2 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