{ "info": { "author": "Kit La Touche", "author_email": "kit@transneptune.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "===============================\nDocker Links\n===============================\n\n.. image:: https://badge.fury.io/py/docker_links.png\n :target: http://badge.fury.io/py/docker_links\n\n.. image:: https://travis-ci.org/wlonk/docker_links.png?branch=master\n :target: https://travis-ci.org/wlonk/docker_links\n\n.. image:: https://pypip.in/d/docker_links/badge.png\n :target: https://pypi.python.org/pypi/docker_links\n\n\nParse Docker links into values useful for Django settings.\n\n* Free software: BSD license\n* Documentation: https://docker_links.readthedocs.org.\n\nUsage\n-----\n\nDocker links provide environment variables for processes that look like this:: \n\n DB_PORT_5432_TCP=tcp://172.17.0.5:5432\n\nThat's nice, but not quite right for, say, use in a Django settings file.\n\nSo this provides a function that reads an environment variable, and updates it\nwith overrides you specify::\n\n BROKER_URL = docker_links.docker_link('AMQP_PORT_6379_TCP', overrides={\n \"scheme\": \"redis\",\n \"path\": \"/0\",\n })\n\n\n\n\nHistory\n-------\n\n0.1.0 (2014-10-26)\n---------------------\n\n* First release on PyPI.", "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/wlonk/docker_links", "keywords": "docker_links", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "docker_links", "package_url": "https://pypi.org/project/docker_links/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/docker_links/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/wlonk/docker_links" }, "release_url": "https://pypi.org/project/docker_links/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Parse Docker links into values useful for Django settings.", "version": "0.1.0" }, "last_serial": 1282999, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8b6fe7ecdb3a039c76586b9292d40321", "sha256": "167b0dd8bf7f803343f224793c0768d80ea67e6715d4a032e0f39678ecb53204" }, "downloads": -1, "filename": "docker_links-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b6fe7ecdb3a039c76586b9292d40321", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12430, "upload_time": "2014-10-26T06:25:41", "url": "https://files.pythonhosted.org/packages/94/6d/4152815eae8dd149baff077fefa42145e35fbffef49a16488b9d8424f06e/docker_links-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b6fe7ecdb3a039c76586b9292d40321", "sha256": "167b0dd8bf7f803343f224793c0768d80ea67e6715d4a032e0f39678ecb53204" }, "downloads": -1, "filename": "docker_links-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b6fe7ecdb3a039c76586b9292d40321", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12430, "upload_time": "2014-10-26T06:25:41", "url": "https://files.pythonhosted.org/packages/94/6d/4152815eae8dd149baff077fefa42145e35fbffef49a16488b9d8424f06e/docker_links-0.1.0.tar.gz" } ] }