{ "info": { "author": "Doug Winter", "author_email": "doug.winter@isotoma.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX" ], "description": "Portmap buildout recipe\n=======================\n\nThis package provides a buildout_ recipe to calculate TCP port offsets. This\nis useful when you are installing a stack of software, with multiple parts\nneeding TCP port numbers.\n\nThe calculated values are provided as buildout parameters in the section for\nwhich this is the recipe.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n\nFor example::\n\n [ports]\n recipe = isotoma.recipe.portmap\n base = 8080\n offsets = \n foo 0\n bar 1\n\n [baz]\n recipe = build.me.a.foo\n port = ${ports:foo}\n\n [qux]\n recipe = a.bar.if.you.please\n listen = tcp:${ports:bar}\n\nThis recipe will also produce an \"INI file\" called portmap.txt in the parts\ndirectory, which is useful for reference if nothing else.\n\nMandatory parameters\n--------------------\n\nbase\n The base port to calculate offsets from\noffsets\n The map of names to offsets\n\nLicense\n-------\n\nCopyright 2010 Isotoma Limited\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n\n0.0.2\n=====\n\nCorrects silly typo\n\n0.0.1\n=====\n\nAdds check for blank lines in offset's config stanza", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/isotoma.recipe.portmap", "keywords": "buildout", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "isotoma.recipe.portmap", "package_url": "https://pypi.org/project/isotoma.recipe.portmap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isotoma.recipe.portmap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/isotoma.recipe.portmap" }, "release_url": "https://pypi.org/project/isotoma.recipe.portmap/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Simple way of configuring port numbers as offsets from a base, for use in buildout scripts.", "version": "0.0.2" }, "last_serial": 793487, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "531cce3a536407040b1df48f9dc299ca", "sha256": "2e6fa0ba599e5b1e96437ee09679cf49dfabcdbc5f917ef0343eebd306ab72b3" }, "downloads": -1, "filename": "isotoma.recipe.portmap-0.0.0.tar.gz", "has_sig": false, "md5_digest": "531cce3a536407040b1df48f9dc299ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2878, "upload_time": "2010-04-02T19:05:27", "url": "https://files.pythonhosted.org/packages/3a/05/114d4d95335b63fa97eb85a419447e45c5fb29f5b546cea3e970990bc845/isotoma.recipe.portmap-0.0.0.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c017e94e2b35aea5492962e596ceef1b", "sha256": "de78b18ff3465937f7ea816371068f59be9beafa9e03d1c97574cd3aa18b689c" }, "downloads": -1, "filename": "isotoma.recipe.portmap-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c017e94e2b35aea5492962e596ceef1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2951, "upload_time": "2011-11-22T21:12:48", "url": "https://files.pythonhosted.org/packages/f8/31/711e6ddc9d889bb732e23a2f6d0f7ab5c9f2e9cab11b9a5899969fa3bda2/isotoma.recipe.portmap-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c017e94e2b35aea5492962e596ceef1b", "sha256": "de78b18ff3465937f7ea816371068f59be9beafa9e03d1c97574cd3aa18b689c" }, "downloads": -1, "filename": "isotoma.recipe.portmap-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c017e94e2b35aea5492962e596ceef1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2951, "upload_time": "2011-11-22T21:12:48", "url": "https://files.pythonhosted.org/packages/f8/31/711e6ddc9d889bb732e23a2f6d0f7ab5c9f2e9cab11b9a5899969fa3bda2/isotoma.recipe.portmap-0.0.2.tar.gz" } ] }