{ "info": { "author": "Glenn Franxman", "author_email": "glenn@sixfeetup.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Buildout", "Framework :: Buildout :: Recipe", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n************\n\nThis recipe can be used to populate a buildout_ part with variables whose values come from external commands.\n\nFetch your secrets from the environment when possible, not from managed source code. In our example below, we move them to LastPass, write them to an unmanaged file during the buildout, and read them from the environment during execution.\n\nYou can use this approach in order to keep credentials and other sensitive secrets out of the repository.\n\n.. contents::\n\nA short example::\n\n\n [sekrets]\n recipe = sixfeetup.recipe.runvars\n username = somedewd\n password = `lpass show --password somedewd@some.api.com`\n\nNow you are free to use ``${sekrets:username}`` and ``${sekrets:password}`` in\nother parts or templates as part of your buildout.\n\nThis is useful for populating environment variables as part of system\nconfiguration, for example.\n\n.. _buildout: http://buildout.org", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sixfeetup/sixfeetup.recipe.runvars", "keywords": "runvars recipe", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "sixfeetup.recipe.runvars", "package_url": "https://pypi.org/project/sixfeetup.recipe.runvars/", "platform": "", "project_url": "https://pypi.org/project/sixfeetup.recipe.runvars/", "project_urls": { "Homepage": "https://github.com/sixfeetup/sixfeetup.recipe.runvars" }, "release_url": "https://pypi.org/project/sixfeetup.recipe.runvars/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Buildout recipe to define variables from external commands.", "version": "0.2.0" }, "last_serial": 3820920, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "e9694e2c65eafa17f45d7c85cd97762d", "sha256": "197670f7c37646444360e9859a0cd98d74ca196cc41496e45446300575e79516" }, "downloads": -1, "filename": "sixfeetup.recipe.runvars-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e9694e2c65eafa17f45d7c85cd97762d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3176, "upload_time": "2018-04-30T14:14:05", "url": "https://files.pythonhosted.org/packages/db/1d/4c6f550a35eba894efbddc31b145ea30da11cab4c369480cb1e9cebdc5b4/sixfeetup.recipe.runvars-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e9694e2c65eafa17f45d7c85cd97762d", "sha256": "197670f7c37646444360e9859a0cd98d74ca196cc41496e45446300575e79516" }, "downloads": -1, "filename": "sixfeetup.recipe.runvars-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e9694e2c65eafa17f45d7c85cd97762d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3176, "upload_time": "2018-04-30T14:14:05", "url": "https://files.pythonhosted.org/packages/db/1d/4c6f550a35eba894efbddc31b145ea30da11cab4c369480cb1e9cebdc5b4/sixfeetup.recipe.runvars-0.2.0.tar.gz" } ] }