oneconfig

A config lib for python.


License
MIT
Install
pip install oneconfig==1

Documentation

OneCofnig

A config lib for python.

Installation

pip install oneconfig

Usage

from oneconfig.cores import Configuration

class MyConfig(Configuration):
    port = 8080
    domain = "localhost"
    
myconfig = MyConfig()
myconfig.add_file_by_prefix("appsettings")

LICENSE

The MIT License (MIT)

Copyright (c) 2018 jeremaihloo