Environment variable manager
Project description
>>> pirates = Knob('JOLLY_ROGER_PIRATES', 124, description='Yar')
>>> pirates.get()
124
>>> pirates.get_type()
>>> <type 'int'>
Use knobs if you worship at the church of the 12 Factor App
A knob is a wrapper for an environment variable. It can:
Read and write an environment variable
Make sure it is of the expected type
Validate a value is good.
knobs will search for a nominated environmental file (default .env) and load that into the environment. A knob is type aware, configured from the environment and its value can be persisted to ease the creation of configuration files.
Install
Install from pypi
$ pip install knobs
Install from source
$ pip install .
Versioning
Current version is 0.2.5
Project details
Release history Release notifications | RSS feed
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
knobs-0.2.5-py2-none-any.whl
(4.4 kB
view details)
File details
Details for the file knobs-0.2.5-py2-none-any.whl
.
File metadata
- Download URL: knobs-0.2.5-py2-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e1eef498072cdd8f43d19090251e24ee339b8f18d4a7abcd9b16384f9cc7aa5 |
|
MD5 | 3f3889ed78663a5db697dc2e7790c816 |
|
BLAKE2b-256 | 18795f312209fc2fb98d7ddcb9921acdf0237785b4d0546a9643ebd4061e2e4c |