Skip to main content

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

Project details


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 hashes)

Uploaded Source

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