{ "info": { "author": "John Carr", "author_email": "john.carr@isotoma.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX" ], "description": "Introduction\n============\n\nThis package provides information about the host you are running buildout on.\n\n\nExposed Parameters\n==================\n\nhostname\n The hostname of the machine buildout is running on, as returned by ``socket.gethostname()``\nfqdn\n The fully qualified domain of the machine buildout is running on, as return by ``socket.getfqdn()``.\n If no fqdn is available, this will be the same as hostname.\ninterface.X.address\n The IP address of the network interface ``X``.\nuser.name\n The name of the account running buildout\nuser.uid\n The uid running buildout. Numerical.\nuser.gid\n The gid running buildout. Numerical.\nuser.home\n The home directory of the user running buildout\nvcs.type\n The type of checkout that buildout is being run from. Supports Mercurial ('hg'), Git ('git') or Subversion ('svn'), otherwise will be 'unknown'.\nvcs.branch\n The branch or that that buildout is being run from. Will be 'unknown' for unsupported VCS.\n\n\nUsing facts\n===========\n\nThis example uses the missingbits echo recipe to print information about the current machine::\n\n [buildout]\n parts = echo\n\n [facts]\n recipe = isotoma.recipe.facts\n\n [echo]\n recipe = missingbits:echo\n echo =\n The hostname is ${facts:hostname}\n The fdqn is ${facts:fdqn}\n The main IP address is ${facts:interface.eth0.address}\n The VCS type is ${facts:vcs.type} and branch is ${facts:vcs.branch}\n The user is ${facts:user.name} and their home dir is ${facts:user.home}\n\n\nChangelog\n=========\n\n0.0.8 (2015-04-15)\n------------------\n\n- Nothing changed yet.\n\n\n0.0.7 (2014-03-12)\n------------------\n\n- fix bug when using without any vcs\n [djay]\n- fix bug when interface name includes a ':'\n [djay]\n\n\n0.0.6 (2012-02-10)\n------------------\n\n- Added support for Mercurial VCS\n\n\n0.0.5 (2012-02-03)\n------------------\n\n- Force english locale so the 'svn info' output is parseable everywhere\n\n\n0.0.4 (2012-02-03)\n------------------\n\n- Set ``lsb.codename`` and other lsb properties so we can make decisions\n base on the distro version.\n\n\n0.0.3 (2011-08-30)\n------------------\n\n- Set ``user.name``, ``user.home``, ``user.uid`` and ``user.gid`` facts\n- Set ``vcs.branch`` and ``vcs.type`` even if the cwd isn't Git or SVN.\n\n\n0.0.2 (2011-08-22)\n------------------\n\n- Add Git branch detection\n\n\n0.0.1 (2011-08-11)\n------------------\n\n- Detect information about vcs\n\n\n0.0.0 (2011-08-09)\n------------------\n\n - Initial version\n - Ability to get fqdn, hostname and ip addresses (by eth name)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "buildout facts", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "isotoma.recipe.facts", "package_url": "https://pypi.org/project/isotoma.recipe.facts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isotoma.recipe.facts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/isotoma.recipe.facts/0.0.8/", "requires_dist": null, "requires_python": null, "summary": "A recipe to provide facts about the context a buildout is running in", "version": "0.0.8" }, "last_serial": 1506014, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "00beac1760124ee723ab44a9d6ecbc1b", "sha256": "d19c1bd663915ca489652ed2a4d228d8e31a70f7239026a548d9b8d795c2bcb5" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.0.zip", "has_sig": false, "md5_digest": "00beac1760124ee723ab44a9d6ecbc1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7089, "upload_time": "2011-08-09T13:11:19", "url": "https://files.pythonhosted.org/packages/16/97/c702667f0049294e07eefb462e9211b6b57aa4cfd0416837411b152ffe9d/isotoma.recipe.facts-0.0.0.zip" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "f57793e495c70e2d14272896cf98bc4b", "sha256": "941b37a1fa2cc910fb181ad0c5e31e4611e549da2d671b4def3185865d4cf243" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.1.zip", "has_sig": false, "md5_digest": "f57793e495c70e2d14272896cf98bc4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7453, "upload_time": "2011-08-11T01:21:09", "url": "https://files.pythonhosted.org/packages/fc/d1/4da0833851bf62ca27819f2d6a141f37709b14b02ffa5099ad07ce33895b/isotoma.recipe.facts-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8f6c16d1906842777a6ed0d314ab5518", "sha256": "1803f124b267342563195f996583a0e774276c1fd43255a3dc84c00b9dffdaa2" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.2.zip", "has_sig": false, "md5_digest": "8f6c16d1906842777a6ed0d314ab5518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7581, "upload_time": "2011-08-22T23:30:31", "url": "https://files.pythonhosted.org/packages/db/be/ee2f5bfa3073252a16ca90c89db75ba4d72a929a63af643a51bfcdc483d6/isotoma.recipe.facts-0.0.2.zip" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "b1ac8a9666b6c1e27fa6377a15814201", "sha256": "113a6c1899a3c7ab3556ecfd8b14b1b02a4f68a4bcfab81cf3f08b907816f5c8" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.3.zip", "has_sig": false, "md5_digest": "b1ac8a9666b6c1e27fa6377a15814201", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8441, "upload_time": "2011-08-31T00:55:06", "url": "https://files.pythonhosted.org/packages/c2/ed/acec871aa0f84005caac28b96b58fed2efc161cd0db4ef7f7a0f7ec3eaac/isotoma.recipe.facts-0.0.3.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a62f976d737e24a5e143389b19edcd0a", "sha256": "a1a1f3363f242127f52de9d8829be9af6d7d07213326c0c9da834806b3ac7bde" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.4.zip", "has_sig": false, "md5_digest": "a62f976d737e24a5e143389b19edcd0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8644, "upload_time": "2011-10-18T17:20:42", "url": "https://files.pythonhosted.org/packages/5c/50/9b9382047c16c6a45d8a5c56a16a4ffa89a32b3fbb959a2d64ad83df2975/isotoma.recipe.facts-0.0.4.zip" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "3b64b137cf0faa97b73b586a8f10888b", "sha256": "ea79389a4f48ca1c4170029e4f2888b18aabc94ce2d18f1e75e21e3f142a7129" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.5.zip", "has_sig": false, "md5_digest": "3b64b137cf0faa97b73b586a8f10888b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9004, "upload_time": "2012-02-03T17:59:41", "url": "https://files.pythonhosted.org/packages/5e/64/b26c64a172dcf4e93974fcef61f2997e9c8cb8735845e744d2591afc5b56/isotoma.recipe.facts-0.0.5.zip" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "65df5ca52db28789afb7104a4684b845", "sha256": "5b01021e8439840e6cfa3736313780d72c9a28ed38a92eba31ddbe6b4fc6c78e" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.6.tar.gz", "has_sig": false, "md5_digest": "65df5ca52db28789afb7104a4684b845", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4242, "upload_time": "2012-04-02T14:15:50", "url": "https://files.pythonhosted.org/packages/92/9d/4fe545aa1934aee7887d027926b844db25e77dad1b6c50255d71e5414b78/isotoma.recipe.facts-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "f1e0d652615043aee2537660cd16b2fd", "sha256": "366d32251dc83b0379555656d8ed4106a189cf034dba871a90294481918a809f" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.7.zip", "has_sig": false, "md5_digest": "f1e0d652615043aee2537660cd16b2fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9446, "upload_time": "2014-03-12T09:11:22", "url": "https://files.pythonhosted.org/packages/eb/2f/d453e4c1ab9f98def4b594695076b804e0d4d05294d431d1955b6d57c074/isotoma.recipe.facts-0.0.7.zip" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "96d3bea1e0ec5b3417bf32a570c6a93a", "sha256": "3d18de48d223cc6275d230c5269e17dff2435c5c88807c2bafb80a5baa4fcabf" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.8.zip", "has_sig": false, "md5_digest": "96d3bea1e0ec5b3417bf32a570c6a93a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9527, "upload_time": "2015-04-15T08:54:04", "url": "https://files.pythonhosted.org/packages/8d/60/b8a174029c2e0e7e9ef1e81849e9a20033555013999fc94b7153132471a8/isotoma.recipe.facts-0.0.8.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "96d3bea1e0ec5b3417bf32a570c6a93a", "sha256": "3d18de48d223cc6275d230c5269e17dff2435c5c88807c2bafb80a5baa4fcabf" }, "downloads": -1, "filename": "isotoma.recipe.facts-0.0.8.zip", "has_sig": false, "md5_digest": "96d3bea1e0ec5b3417bf32a570c6a93a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9527, "upload_time": "2015-04-15T08:54:04", "url": "https://files.pythonhosted.org/packages/8d/60/b8a174029c2e0e7e9ef1e81849e9a20033555013999fc94b7153132471a8/isotoma.recipe.facts-0.0.8.zip" } ] }