{ "info": { "author": "Andr\u00e9s Villavicencio", "author_email": "andres@unholster.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Topic :: Utilities" ], "description": "Milieu\n======\n\nMilieu allows easy parameter configuration using environment variables or\njson files.\n\nUsage Examples\n==============\n\nThe following code creates a milieu instance that reads environment variables,\nthen reads the WORKON_HOME variable.\n\n```\n >>> import milieu\n >>> M = milieu.init()\n >>> M.WORKON_HOME\n '/Users/andres/.virtualenvs'\n```\n\nThe following code create a milieu instance from a json file, the reads the\nseveral variables variable:\n\n```\n >>> import milieu\n >>> M= milieu.init(path='/tmp/file.json')\n >>> M.foo\n u'fizz'\n >>> M.bar\n u'buzz'\n >>> M.baz\n [u'one', u'two', u'three']\n```\n\nThe json associated to this example is:\n\n```\n {\n \"foo\": \"fizz\",\n \"bar\": \"buzz\",\n \"baz\": [\"one\", \"two\", \"three\"]\n }\n```", "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/Unholster/milieu", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "unholster.milieu", "package_url": "https://pypi.org/project/unholster.milieu/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/unholster.milieu/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Unholster/milieu" }, "release_url": "https://pypi.org/project/unholster.milieu/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Flexible parameter management", "version": "1.0.0" }, "last_serial": 881851, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "0c79cdbcf4b322b8c0d676e9da4a4538", "sha256": "afd2361edd5dbc87a2c99119d1eab94370fdfb8b0c2751b0c6602e23c88eabaa" }, "downloads": -1, "filename": "unholster.milieu-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "0c79cdbcf4b322b8c0d676e9da4a4538", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6340, "upload_time": "2013-10-05T13:20:57", "url": "https://files.pythonhosted.org/packages/5c/02/42ed4df8f3c57180e7f2df90665d7f7a6284e8de066a3204e32cbdcfe55f/unholster.milieu-1.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6e83b63e511890e81eb1b68e34ef9ba5", "sha256": "b71fbab15099af5737a60558bb76fe466808f95257fe1f62b1adde379c70ebf6" }, "downloads": -1, "filename": "unholster.milieu-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6e83b63e511890e81eb1b68e34ef9ba5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4189, "upload_time": "2013-10-05T13:21:06", "url": "https://files.pythonhosted.org/packages/7c/de/495b586407e3d8b605fe1ffba0eea17cc7f041f10e9c3985b37cf8a3ba0b/unholster.milieu-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c79cdbcf4b322b8c0d676e9da4a4538", "sha256": "afd2361edd5dbc87a2c99119d1eab94370fdfb8b0c2751b0c6602e23c88eabaa" }, "downloads": -1, "filename": "unholster.milieu-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "0c79cdbcf4b322b8c0d676e9da4a4538", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 6340, "upload_time": "2013-10-05T13:20:57", "url": "https://files.pythonhosted.org/packages/5c/02/42ed4df8f3c57180e7f2df90665d7f7a6284e8de066a3204e32cbdcfe55f/unholster.milieu-1.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6e83b63e511890e81eb1b68e34ef9ba5", "sha256": "b71fbab15099af5737a60558bb76fe466808f95257fe1f62b1adde379c70ebf6" }, "downloads": -1, "filename": "unholster.milieu-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6e83b63e511890e81eb1b68e34ef9ba5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4189, "upload_time": "2013-10-05T13:21:06", "url": "https://files.pythonhosted.org/packages/7c/de/495b586407e3d8b605fe1ffba0eea17cc7f041f10e9c3985b37cf8a3ba0b/unholster.milieu-1.0.0.tar.gz" } ] }