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
Python 2.6 or 2.7
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
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
File details
Details for the file setman-0.1-alpha.tar.gz
.
File metadata
- Download URL: setman-0.1-alpha.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e4049289c590dacaa0211105109fd31657ec02e9dd263897c8c5442e4746b45 |
|
MD5 | 0d465fdc96587df42e2b73029726364d |
|
BLAKE2b-256 | ce19f1fbe3df7996877fe334e62e194c574ecf7a10af6601f14d4d3e3e8cdf63 |