{ "info": { "author": "Michael Pedersen ", "author_email": "mp@miped.dk", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-envy\n===========\n\nAn opinionated environment variable parser, which focuses on strictness, and doing one thing well. Can be used standalone or with Django.\n\n|build| |coverage| |license| |pypi| |docs|\n\n\nWhy another environment parser?\n-------------------------------\n\nComing Soon\n\n\nDocumentation\n-------------\n\nComing Soon\n\n\nInstallation\n------------\n\nInstall from PyPI with pip::\n\n $ pip install django-envy\n\n\nUsage\n-----\n\nUse django-envy to read and cast environment variables in your django settings:\n\n.. code-block:: python\n\n from envy import env\n\n DEBUG = env.bool('DEBUG', default=False) # True if os.environ['DEBUG'] == 'true', defaults to False\n TEMPLATE_DEBUG = DEBUG\n\n SECRET_KEY = env('SECRET_KEY') # Will raise ImproperlyConfigured if SECRET_KEY is not in os.environ\n\n\nLicense\n-------\n\nDjango-envy is licensed under the MIT license. See `LICENSE`_\n\n\nRelease History\n---------------\n\nSee `CHANGELOG.rst`_\n\n\nAcknowledgments\n---------------\n\nDjango-envy takes inspiration from multiple sources and packages:\n\n- `12factor`_\n- `12factor-django`_\n- `Two Scoops of Django`_\n- `rconradharris`_ / `envparse`_\n- `joke2k`_ / `django-environ`_\n\n\n\n.. _rconradharris: https://github.com/rconradharris\n.. _envparse: https://github.com/rconradharris/envparse\n.. _joke2k: https://github.com/joke2k\n.. _django-environ: https://github.com/joke2k/django-environ\n.. _12factor: http://www.12factor.net/\n.. _12factor-django: http://www.wellfireinteractive.com/blog/easier-12-factor-django/\n.. _`Two Scoops of Django`: http://twoscoopspress.org/\n\n.. |pypi| image:: https://img.shields.io/pypi/v/django-envy.svg\n :target: https://pypi.python.org/pypi/django-envy\n :alt: Latest version released on PyPi\n\n.. |build| image:: https://img.shields.io/travis/miped/django-envy/master.svg\n :target: https://travis-ci.org/miped/django-envy\n :alt: Build status of the master branch\n\n.. |docs| image:: https://img.shields.io/readthedocs/django-envy/latest.svg\n :target: https://django-envy.rtfd.io\n :alt: Build status of documentation\n\n.. |coverage| image:: https://img.shields.io/codecov/c/github/miped/django-envy/master.svg\n :target: https://codecov.io/gh/miped/django-envy\n :alt: Code coverage of the master branch\n\n.. |license| image:: https://img.shields.io/github/license/miped/django-envy.svg\n :target: https://raw.githubusercontent.com/miped/django-envy/master/LICENSE\n :alt: Package license\n\n.. _LICENSE: https://github.com/miped/django-envy/blob/master/LICENSE\n\n.. _CHANGELOG.rst: https://github.com/miped/django-envy/blob/master/CHANGELOG.rst", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/miped/django-envy/", "keywords": "django", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-envy", "package_url": "https://pypi.org/project/django-envy/", "platform": "", "project_url": "https://pypi.org/project/django-envy/", "project_urls": { "Homepage": "https://github.com/miped/django-envy/" }, "release_url": "https://pypi.org/project/django-envy/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Opinionated environment variable parser for Django", "version": "0.1.1" }, "last_serial": 3307932, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "0216bcd870b335818d8e6ad888fc445c", "sha256": "790a41a4a915c6c5022e16ffd5a904e88d0bc88566cfbb2e5c2d551702d60cc2" }, "downloads": -1, "filename": "django_envy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0216bcd870b335818d8e6ad888fc445c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7540, "upload_time": "2017-11-05T22:44:58", "url": "https://files.pythonhosted.org/packages/ab/81/44f356dc41c4e0081c1f300a86b4083df76d191714841f25b40f4fdaec19/django_envy-0.1.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0216bcd870b335818d8e6ad888fc445c", "sha256": "790a41a4a915c6c5022e16ffd5a904e88d0bc88566cfbb2e5c2d551702d60cc2" }, "downloads": -1, "filename": "django_envy-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0216bcd870b335818d8e6ad888fc445c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7540, "upload_time": "2017-11-05T22:44:58", "url": "https://files.pythonhosted.org/packages/ab/81/44f356dc41c4e0081c1f300a86b4083df76d191714841f25b40f4fdaec19/django_envy-0.1.1-py2.py3-none-any.whl" } ] }