{ "info": { "author": "Andre Pereira", "author_email": "django-settings-json@aper.com.br", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "# django-settings-json\n\nSample `settings.json` file:\n\n```json\n{\n \"DEBUG\": true, \n \"TIME_ZONE\": \"America/New_York\"\n}\n```\n\nUsage\n--\n\nUse `get_setting()` when retrieving environment variables on your `settings.py` file:\n\n```python\nfrom settings_json import get_setting\n\nDEBUG = get_setting('DEBUG')\nTIME_ZONE = get_setting('TIME_ZONE')\n```\n\nGitIgnore\n--\n\nRemember to add `settings.json` into your `.gitignore`, so it don't get tracked.\n\n```\nsettings.json\n```\n\nMissing Variables\n--\n\nIf you forget to add a variable on your `settings.json`, it'll raise an error like the one below:\n\n`Set the TIME_ZONE environment variable on settings.json`\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/andrebr/django-settings-json", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-settings-json", "package_url": "https://pypi.org/project/django-settings-json/", "platform": "", "project_url": "https://pypi.org/project/django-settings-json/", "project_urls": { "Homepage": "https://github.com/andrebr/django-settings-json" }, "release_url": "https://pypi.org/project/django-settings-json/1.0.0/", "requires_dist": null, "requires_python": ">=2.7", "summary": "Django Settings JSON is a small package for helping you have environment variables when you can't use them directly from your operational system.", "version": "1.0.0" }, "last_serial": 5925269, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7b4b44ce2c519235b229444bffb3787f", "sha256": "8c86c88ca93ee9bfcfc428628160929a8b6a122398065070be949db687173449" }, "downloads": -1, "filename": "django_settings_json-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7b4b44ce2c519235b229444bffb3787f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 3397, "upload_time": "2019-10-03T20:14:39", "url": "https://files.pythonhosted.org/packages/08/7f/c43aef80a922b4ed888d12d51c9fe7030829db20ca022bc0012db1e6d698/django_settings_json-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1487524129dda3e533b25c37f120e7a", "sha256": "b8f655081fd370896dac8761540a38436a671d5eff1ea5cdf78ff73fb8598211" }, "downloads": -1, "filename": "django-settings-json-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b1487524129dda3e533b25c37f120e7a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 1845, "upload_time": "2019-10-03T20:14:41", "url": "https://files.pythonhosted.org/packages/c7/91/8f850999042523a8823834f7af2738a4ce0d556faafe969cba9a82d256fa/django-settings-json-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b4b44ce2c519235b229444bffb3787f", "sha256": "8c86c88ca93ee9bfcfc428628160929a8b6a122398065070be949db687173449" }, "downloads": -1, "filename": "django_settings_json-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7b4b44ce2c519235b229444bffb3787f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 3397, "upload_time": "2019-10-03T20:14:39", "url": "https://files.pythonhosted.org/packages/08/7f/c43aef80a922b4ed888d12d51c9fe7030829db20ca022bc0012db1e6d698/django_settings_json-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1487524129dda3e533b25c37f120e7a", "sha256": "b8f655081fd370896dac8761540a38436a671d5eff1ea5cdf78ff73fb8598211" }, "downloads": -1, "filename": "django-settings-json-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b1487524129dda3e533b25c37f120e7a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 1845, "upload_time": "2019-10-03T20:14:41", "url": "https://files.pythonhosted.org/packages/c7/91/8f850999042523a8823834f7af2738a4ce0d556faafe969cba9a82d256fa/django-settings-json-1.0.0.tar.gz" } ] }