Skip to main content

Settings manager for Python web-apps and projects. Another?

Project description

Settings manager for Python web-apps and projects. Another?

The Great Idea

Some time ago we at oDesk PS developed django-setman app, which is the answer if you need to specify custom settings in your Django project and add ability to setup these settings from UI (like Django admin CRUD).

But later, we thought, what if modify this app and make it universal? We mean, not to use only with Django, but for example with Flask as well.

So please welcome setman - universal Python app to work with settings that could be customized via UI.

Requirements

Supported frontends (frameworks)

Supported backends (ORM)

  • Django ORM

  • File-based backend (supported formats: ini, json or pickle)

Installation

On most UNIX-like systems, you’ll probably need to run these commands as root or using sudo.

To install use:

$ pip install setman

Or:

$ python setup.py install

Also, you can retrieve fresh version of setman from GitHub:

$ git clone git://github.com/playpauseandstop/setman.git

and place setman directory somewhere to PYTHONPATH (or sys.path).

License

setman is licensed under the BSD License.

Usage. More information

See full documentation at docs/ directory or browse online here.

Bugs, feature requests?

If you found some bug in setman library, please, add new issue to the project’s GitHub issues.

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

setman-0.1-alpha.tar.gz (26.4 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