Skip to main content

Config parser with token interpreter

Project description

Configs parsing with token interpreter

Used as library :

Yaml file:

x:

y:1

Code:

Get y value

from bossconf import BossConf

conf = BossConf(absolute_path)`

print conf.get([‘x’, ‘y’])

Return data:

if found value ( from conf )

if not found None value

For full documentation see: https://github.com/mihailv/bossconf/blob/master/README.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bossconf-0.1a13-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 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