{ "info": { "author": "Uli Fouquet", "author_email": "grok-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Buildout", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "``z3c.recipe.mkdir`` README\n***************************\n\nThis package provides a ``zc.buildout`` recipe used to generate directories\nwithin a buildout.\n\nPlease see ``docs/index.rst`` for detailed documentation.\n\n\nChanges\n*******\n\n0.7 (2018-11-16)\n================\n\n- Add support for Python 3.4, 3.5, 3.6, 3.7, PyPy and PyPy3.\n\n- Drop support for Python 2.6, 3.2 and 3.3.\n\n\n0.6 (2013-05-21)\n================\n\n- Dropped support for deprecated ``path`` option (use ``paths`` instead).\n\n- Added support for Python 3.2 / 3.3.\n\n- Added ``setup.py docs`` alias: runs ``setup.py develop`` and then installs\n documentation dependencies.\n\n- Added ``setup.py dev`` alias: runs ``setup.py develop`` and then installs\n testing dependencies.\n\n- Updated docs and tests.\n\n0.5 (2012-06-26)\n==================\n\n- Added support for ``create-intermediate`` option (``yes`` by default).\n\n- Fixed bug: empty directory names were not excluded from ``paths``.\n\n0.4 (2012-06-24)\n================\n\n- Added support for ``mode``, ``user``, and ``group`` options.\n\n- Fixed (unnoticed?) bug when using the deprecated ``path`` option. In\n that case the default path (``parts/``) was created\n instead of the given one.\n\n- Shortened main code.\n\n- Updated tests to run with ``zc.buildout`` 1.5, thus requiring at least this\n version.\n\n- Using python's ``doctest`` module instead of depreacted\n ``zope.testing.doctest``.\n\n\n0.3.1 (2009-08-21)\n==================\n\n- Update options ``path`` and ``paths`` to be referencable.\n\n- Output ``created`` message only if a directory was really created\n but display this message also for intermediate directories.\n\n0.3 (2009-08-20)\n================\n\n- Renamed ``path`` option to ``paths`` (plural). Please do not use\n ``path`` anymore!\n\n- Created directories are now displayed during buildout runs.\n\n- Changed default behaviour: directories created once will not be\n removed on updates, except you require that explicitly.\n\n- Added new option ``remove-on-update``: if set to ``yes``, ``true``\n or ``on`` the set directories will be removed on updates of\n ``buildout`` configuration.\n\n\n0.2 (2009-08-19)\n================\n\n- Make paths absolute and normalize them before creation.\n\n- Support creation of several paths in a row.\n\n- Added check whether a file exists as part of path and emit error.\n\n\n0.1 (2009-08-17)\n================\n\n- Initial release.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/z3c.recipe.mkdir", "keywords": "buildout directory folder mkdir", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "z3c.recipe.mkdir", "package_url": "https://pypi.org/project/z3c.recipe.mkdir/", "platform": "", "project_url": "https://pypi.org/project/z3c.recipe.mkdir/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/z3c.recipe.mkdir" }, "release_url": "https://pypi.org/project/z3c.recipe.mkdir/0.7/", "requires_dist": null, "requires_python": "", "summary": "Buildout recipe to create directories.", "version": "0.7" }, "last_serial": 4493052, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bea3a3044f1d450a2f69c33ae3e3b946", "sha256": "38097db0a9fd65b2edc4682d8d84a47616fc89bfedaaa8f934c6ae66e9401b9b" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.1.tar.gz", "has_sig": false, "md5_digest": "bea3a3044f1d450a2f69c33ae3e3b946", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4911, "upload_time": "2009-08-17T18:20:44", "url": "https://files.pythonhosted.org/packages/6c/73/a168baa733eb7dca8879293c816d9358e519abeb9ea392bc9693f73b6178/z3c.recipe.mkdir-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e48c8a5b3736872a29de61f4ef37d3bf", "sha256": "ad42a46d72d5686ffb1ddd43214da5f270d27e9a10f9db29ded0a50aff4f83a6" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.2.tar.gz", "has_sig": false, "md5_digest": "e48c8a5b3736872a29de61f4ef37d3bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7431, "upload_time": "2009-08-19T14:02:17", "url": "https://files.pythonhosted.org/packages/bc/c5/ca3c6700bfae3a6e41fdee236c0d8a55eb7590d6e6f1836abf3be21b6dd3/z3c.recipe.mkdir-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "61ff55400d009eb4767195cc3aa4afcb", "sha256": "5ceb42f7a35c6990e85bd6a1aae25231a8c09cc0dd3fc856e33e0dbef9f9b721" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.3.tar.gz", "has_sig": false, "md5_digest": "61ff55400d009eb4767195cc3aa4afcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10424, "upload_time": "2009-08-20T11:44:50", "url": "https://files.pythonhosted.org/packages/63/b2/dd4f551350365039d4a3ebb62ae22f816ca7e680b10e78f16a6c99875414/z3c.recipe.mkdir-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "7409a7cd1d5fccd756dc464acfe646f7", "sha256": "60cbb63ef0d8db2389c18bb7b5d61a18f5bd1d2602c5872e40999ea087e1ef87" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7409a7cd1d5fccd756dc464acfe646f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12012, "upload_time": "2009-08-21T15:59:01", "url": "https://files.pythonhosted.org/packages/01/f9/b3df6d2f6e82e3e9d8eeaac19bc51494dec744a873638aa6adf8ce990930/z3c.recipe.mkdir-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "0c46f0498b57680fe902d6234acb175e", "sha256": "d5e5827defbd1e85a574e882f51c7b0ed10b56ceaaf21545838dd73dedb4425d" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.4.tar.gz", "has_sig": false, "md5_digest": "0c46f0498b57680fe902d6234acb175e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18624, "upload_time": "2012-06-24T03:59:36", "url": "https://files.pythonhosted.org/packages/76/cb/d26955e16a804dc606e17244d234e5a543456f85aede67ed9ffa5d9a0882/z3c.recipe.mkdir-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "c327b17d97a1c9ececb7b2f8c4001885", "sha256": "d913580cdd483d6a877aae344356badf7ac6713edd685bb38dd38ce344ee5f31" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.5.tar.gz", "has_sig": false, "md5_digest": "c327b17d97a1c9ececb7b2f8c4001885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20107, "upload_time": "2012-06-26T02:08:40", "url": "https://files.pythonhosted.org/packages/56/30/6756823a10f8cc24ab44efe0e7c5e6b52c923e71dc251a5059645a3f384f/z3c.recipe.mkdir-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "807afdda6ba4db7ac3b47301986bd561", "sha256": "c0e0d0f6fbe5a84a6d4dbbe1cf8e81da799c2bb1088ad92b5ff6bca721ff224d" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.6.tar.gz", "has_sig": false, "md5_digest": "807afdda6ba4db7ac3b47301986bd561", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28510, "upload_time": "2013-05-22T15:09:59", "url": "https://files.pythonhosted.org/packages/b3/b5/02f3935f734b2b8966ac6c6e8d68da41b7e70fe94135e7e7824dc959ba9c/z3c.recipe.mkdir-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "951fde818a7d524a012fbfb205764a01", "sha256": "5c5a56526699c9999fff05763c5db49cee3a7ca6da0aae68d390fb0cd3823ce5" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.7.tar.gz", "has_sig": false, "md5_digest": "951fde818a7d524a012fbfb205764a01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19584, "upload_time": "2018-11-16T09:34:45", "url": "https://files.pythonhosted.org/packages/39/db/59192c78d0159e0e35206023ee540de7596a63cce89af29d49a78d4af660/z3c.recipe.mkdir-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "951fde818a7d524a012fbfb205764a01", "sha256": "5c5a56526699c9999fff05763c5db49cee3a7ca6da0aae68d390fb0cd3823ce5" }, "downloads": -1, "filename": "z3c.recipe.mkdir-0.7.tar.gz", "has_sig": false, "md5_digest": "951fde818a7d524a012fbfb205764a01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19584, "upload_time": "2018-11-16T09:34:45", "url": "https://files.pythonhosted.org/packages/39/db/59192c78d0159e0e35206023ee540de7596a63cce89af29d49a78d4af660/z3c.recipe.mkdir-0.7.tar.gz" } ] }