This release is a pre-release and may not be stable for production use.
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.
Release files for setman 0.1-alpha
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| setman-0.1-alpha.tar.gz | 26.4 kB | Details |
Release files / setman-0.1-alpha.tar.gz
| Download URL | setman-0.1-alpha.tar.gz |
|---|---|
| Size | 26.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1e4049289c590dacaa0211105109fd31657ec02e9dd263897c8c5442e4746b45
|
|
BLAKE2b-256 checksum How to use checksums |
ce19f1fbe3df7996877fe334e62e194c574ecf7a10af6601f14d4d3e3e8cdf63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |