GithubHelp home page GithubHelp logo

00mjk / hieropt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jemfinch/hieropt

0.0 0.0 0.0 100 KB

Simple, hierarchical configuration for Python. Supports typed options with defaults and documentation. Supports reading configured options from file, environment, and the command line.

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

hieropt's Introduction

Hieropt is a simple, hierarchical configuration library.

Simplicity is important because complex configuration is rarely worth
the time.  Hieropt supports a simple file format: "name: value" or
"name = value", with whole-line comments beginning with "#".  Basic
types String (hieropt.Value), Bool, Int, and Float are provided, but
users can provide their own types to convert raw strings to typed
Python values.

Hierarchicality is useful because it allows modules to define their
own hieropt configuration which can then be easily integrated into an
application's hieropt configuration with one method call.  Two
applications using hieropt can be joined into one umbrella application
with ease.  In short, hieropt configurations are *composable*, which
is important for the development of modular software.

Hieropt groups can read configuration values from files and from
environment variables directly; it can also produce or modify an
optparse parser to accept configuration values on the command line as
well.

Hieropt supports the documentation of configuration variables and
groups for creating annotated configuration files and providing
command-line help.

For a usage example, see conf.py in the finitd project: 
http://github.com/jemfinch/finitd/blob/master/finitd/conf.py  In that
file you can see some user-defined types and the basic way to use the
library (defining a module/app-level group, then registering values
with it.

See the docstrings for better API documentation.

hieropt's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.