{ "info": { "author": "Tranchitella Kft.", "author_email": "info@tranchitella.eu", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Programming Language :: Python" ], "description": "tranchitella.recipe.fs\n======================\n\nThis recipe creates files and directories in a buildout.\n\nUsage\n-----\n\nThis recipe offers the following entry points:\n\n * mkdir\n * mkfile\n\nmkdir\n~~~~~\n\nThis is a minimal ``buildout.cfg`` which makes use of the ``mkdir`` recipe::\n\n [buildout]\n parts = dirs\n\n [dirs]\n recipe = tranchitella.recipe.fs:mkdir\n paths =\n ${buildout:directory}/var\n ${buildout:directory}/var/lib\n ${buildout:directory}/var/tmp\n ${buildout:directory}/var/log\n\nThis will create the directories specified by the ``paths`` attribute.\n\nmkfile\n~~~~~~\n\nThis is a minimal ``buildout.cfg`` which makes use of the ``mkfile`` recipe::\n\n [buildout]\n parts = conffiles\n\n [conffiles]\n recipe = tranchitella.recipe.fs:mkfile\n template = ${buildout:directory}/templates/config\n path = ${buildout:directory}/etc/config\n mode = 0644\n database = postgres\n\nThis will create the file specified by the ``path`` attribute using the given\ntemplate; the file will be customized using string interpolations of the\noptions specified in the buildout part (eg. ``%(database)s`` will be replaced\nwith the string ``postgres``).\n\n\n0.3 (2010-03-23)\n================\n\n- Do not consider directory and files as \"created\" by buildout, otherwise they\n will be automatically removed by buildout when the recipe is uninstalled.\n\n- Added logging\n\n0.2 (2010-03-07)\n================\n\n- Added a new recipe entry point ``mkfile``.\n\n0.1 (2010-02-29)\n================\n\n- Initial release.", "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/tranchitella.recipe.fs", "keywords": null, "license": "GPL 2", "maintainer": null, "maintainer_email": null, "name": "tranchitella.recipe.fs", "package_url": "https://pypi.org/project/tranchitella.recipe.fs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tranchitella.recipe.fs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tranchitella.recipe.fs" }, "release_url": "https://pypi.org/project/tranchitella.recipe.fs/0.3/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe to create files and directories", "version": "0.3" }, "last_serial": 800868, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1f5bd75a717a3a930b417decef76fa0d", "sha256": "1ec11b853fd385fc5059b9dec558a40c6f6c652a2759ea2c0c275cf7d8e302fb" }, "downloads": -1, "filename": "tranchitella.recipe.fs-0.1.tar.gz", "has_sig": false, "md5_digest": "1f5bd75a717a3a930b417decef76fa0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10101, "upload_time": "2010-02-20T09:00:19", "url": "https://files.pythonhosted.org/packages/d7/c7/3566310f6b8b4283c2497a54aa6f4ebebb720598537fd6284d45c7a09ac3/tranchitella.recipe.fs-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "fd22d8e042c40adfad2442b27147a9dc", "sha256": "6f3fefe8a6a4e182e251002d698fb2e120e906c204e2913892d47bcddd1249ec" }, "downloads": -1, "filename": "tranchitella.recipe.fs-0.2.tar.gz", "has_sig": false, "md5_digest": "fd22d8e042c40adfad2442b27147a9dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10925, "upload_time": "2010-03-07T20:27:01", "url": "https://files.pythonhosted.org/packages/15/30/32d56042328a6ecff07d6dc43e1d414b7f023f229771a62199d7143c454c/tranchitella.recipe.fs-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "849871907d854f5b1008513b7e7fe1f3", "sha256": "e96be45489c9b54dd534b3a30695ecf8dfc0ce2f9e2219ddeb90532faa275f0c" }, "downloads": -1, "filename": "tranchitella.recipe.fs-0.3.tar.gz", "has_sig": false, "md5_digest": "849871907d854f5b1008513b7e7fe1f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10879, "upload_time": "2010-03-23T07:48:52", "url": "https://files.pythonhosted.org/packages/50/ee/45ea09586de4fddd0e13c08fab596a3f286fff5c59462e14a5fc1dd09f02/tranchitella.recipe.fs-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "849871907d854f5b1008513b7e7fe1f3", "sha256": "e96be45489c9b54dd534b3a30695ecf8dfc0ce2f9e2219ddeb90532faa275f0c" }, "downloads": -1, "filename": "tranchitella.recipe.fs-0.3.tar.gz", "has_sig": false, "md5_digest": "849871907d854f5b1008513b7e7fe1f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10879, "upload_time": "2010-03-23T07:48:52", "url": "https://files.pythonhosted.org/packages/50/ee/45ea09586de4fddd0e13c08fab596a3f286fff5c59462e14a5fc1dd09f02/tranchitella.recipe.fs-0.3.tar.gz" } ] }