A simple way to manage your project settings
Project description
A simple way to manage your project settings.
It is inspired by Django’s settings system but is generic for any python project.<br> With simple-settings you just need specify your settings module in –settings arg of command line (or settings of environment) and all settings will be available in simple_settings.settings.
Installation
Use pip (simple like this project).
$ pip install simple-settings
Usage
$ python app.py --settings=my_settings
app.py file:
from simple_settings import settings
print settings.FOO
Quick links
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 Distribution
simple-settings-0.2.0.zip
(6.3 kB
view details)
File details
Details for the file simple-settings-0.2.0.zip
.
File metadata
- Download URL: simple-settings-0.2.0.zip
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f0d216e69eb00dcdf891a9dcf7a0843e64887074531cb310113f4f7faf53d11 |
|
MD5 | b854ecbacca3af9205872e0e39b4e65b |
|
BLAKE2b-256 | 11124dc7f8f0a8ec9e9a6deab9c2b879ba24bd95746543d1d8dcc66063cd0126 |