{ "info": { "author": "Igor Davydenko", "author_email": "playpauseandstop@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Topic :: Utilities" ], "description": "======\nsetman\n======\n\nSettings manager for Python web-apps and projects. Another?\n\nThe Great Idea\n==============\n\nSome time ago we at oDesk PS developed `django-setman\n`_ app, which is the answer if you\nneed to specify custom settings in your Django project and add ability to setup\nthese settings from UI (like Django admin CRUD).\n\nBut later, we thought, what if modify this app and make it universal? We mean,\nnot to use only with Django, but for example with Flask as well.\n\nSo please welcome ``setman`` - universal Python app to work with settings\nthat could be customized via UI.\n\nRequirements\n============\n\n* `Python `_ 2.6 or 2.7\n\nSupported frontends (frameworks)\n================================\n\n* `Django `_ 1.3 or higher\n* `Flask `_ 0.8 or higher\n\nSupported backends (ORM)\n========================\n\n* Django ORM\n* File-based backend (supported formats: ini, json or pickle)\n\nInstallation\n============\n\n*On most UNIX-like systems, you'll probably need to run these commands as root\nor using sudo.*\n\nTo install use::\n\n $ pip install setman\n\nOr::\n\n $ python setup.py install\n\nAlso, you can retrieve fresh version of ``setman`` from `GitHub\n`_::\n\n $ git clone git://github.com/playpauseandstop/setman.git\n\nand place ``setman`` directory somewhere to ``PYTHONPATH`` (or ``sys.path``).\n\nLicense\n=======\n\n``setman`` is licensed under the `BSD License\n`_.\n\nUsage. More information\n=======================\n\nSee full documentation at ``docs/`` directory or browse online `here\n`_.\n\nBugs, feature requests?\n=======================\n\nIf you found some bug in ``setman`` library, please, add new issue to the\nproject's `GitHub issues `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/playpauseandstop/setman", "keywords": "django flask settings manager", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "setman", "package_url": "https://pypi.org/project/setman/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/setman/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/playpauseandstop/setman" }, "release_url": "https://pypi.org/project/setman/0.1-alpha/", "requires_dist": null, "requires_python": null, "summary": "Settings manager for Python web-apps and projects. Another?", "version": "0.1-alpha" }, "last_serial": 799455, "releases": { "0.1-alpha": [ { "comment_text": "", "digests": { "md5": "0d465fdc96587df42e2b73029726364d", "sha256": "1e4049289c590dacaa0211105109fd31657ec02e9dd263897c8c5442e4746b45" }, "downloads": -1, "filename": "setman-0.1-alpha.tar.gz", "has_sig": false, "md5_digest": "0d465fdc96587df42e2b73029726364d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26444, "upload_time": "2012-03-12T14:14:51", "url": "https://files.pythonhosted.org/packages/ce/19/f1fbe3df7996877fe334e62e194c574ecf7a10af6601f14d4d3e3e8cdf63/setman-0.1-alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d465fdc96587df42e2b73029726364d", "sha256": "1e4049289c590dacaa0211105109fd31657ec02e9dd263897c8c5442e4746b45" }, "downloads": -1, "filename": "setman-0.1-alpha.tar.gz", "has_sig": false, "md5_digest": "0d465fdc96587df42e2b73029726364d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26444, "upload_time": "2012-03-12T14:14:51", "url": "https://files.pythonhosted.org/packages/ce/19/f1fbe3df7996877fe334e62e194c574ecf7a10af6601f14d4d3e3e8cdf63/setman-0.1-alpha.tar.gz" } ] }