z3c.recipe.mkdir


Namez3c.recipe.mkdir JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/z3c.recipe.mkdir
SummaryBuildout recipe to create directories.
upload_time2023-01-06 08:50:12
maintainer
docs_urlNone
authorUli Fouquet
requires_python
licenseZPL 2.1
keywords buildout directory folder mkdir
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ``z3c.recipe.mkdir`` README
***************************

This package provides a ``zc.buildout`` recipe used to generate directories
within a buildout.

Please see ``docs/index.rst`` for detailed documentation.


Changes
*******

1.0 (2023-01-06)
================

- Drop support for Python 2.7, 3.4. 3.5, 3.6.

- Add support for Python 3.8, 3.9, 3.10, 3.11.


0.7 (2018-11-16)
================

- Add support for Python 3.4, 3.5, 3.6, 3.7, PyPy and PyPy3.

- Drop support for Python 2.6, 3.2 and 3.3.


0.6 (2013-05-21)
================

- Dropped support for deprecated ``path`` option (use ``paths`` instead).

- Added support for Python 3.2 / 3.3.

- Added ``setup.py docs`` alias:  runs ``setup.py develop`` and then installs
  documentation dependencies.

- Added ``setup.py dev`` alias:  runs ``setup.py develop`` and then installs
  testing dependencies.

- Updated docs and tests.

0.5 (2012-06-26)
==================

- Added support for ``create-intermediate`` option (``yes`` by default).

- Fixed bug: empty directory names were not excluded from ``paths``.

0.4 (2012-06-24)
================

- Added support for ``mode``, ``user``, and ``group`` options.

- Fixed (unnoticed?) bug when using the deprecated ``path`` option. In
  that case the default path (``parts/<sectionname>``) was created
  instead of the given one.

- Shortened main code.

- Updated tests to run with ``zc.buildout`` 1.5, thus requiring at least this
  version.

- Using python's ``doctest`` module instead of depreacted
  ``zope.testing.doctest``.


0.3.1 (2009-08-21)
==================

- Update options ``path`` and ``paths`` to be referencable.

- Output ``created`` message only if a directory was really created
  but display this message also for intermediate directories.

0.3 (2009-08-20)
================

- Renamed ``path`` option to ``paths`` (plural). Please do not use
  ``path`` anymore!

- Created directories are now displayed during buildout runs.

- Changed default behaviour: directories created once will not be
  removed on updates, except you require that explicitly.

- Added new option ``remove-on-update``: if set to ``yes``, ``true``
  or ``on`` the set directories will be removed on updates of
  ``buildout`` configuration.


0.2 (2009-08-19)
================

- Make paths absolute and normalize them before creation.

- Support creation of several paths in a row.

- Added check whether a file exists as part of path and emit error.


0.1 (2009-08-17)
================

- Initial release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zopefoundation/z3c.recipe.mkdir",
    "name": "z3c.recipe.mkdir",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "buildout directory folder mkdir",
    "author": "Uli Fouquet",
    "author_email": "grok-dev@zope.org",
    "download_url": "https://files.pythonhosted.org/packages/6a/56/d508fa8853c86482c9d26ee178b4c4df5e9a521553e0e8405be9be7fa05a/z3c.recipe.mkdir-1.0.tar.gz",
    "platform": null,
    "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\n1.0 (2023-01-06)\n================\n\n- Drop support for Python 2.7, 3.4. 3.5, 3.6.\n\n- Add support for Python 3.8, 3.9, 3.10, 3.11.\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/<sectionname>``) 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.\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "Buildout recipe to create directories.",
    "version": "1.0",
    "split_keywords": [
        "buildout",
        "directory",
        "folder",
        "mkdir"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b442090b386a16cc53c947b57f9016fd89b5568d57fcea4d968c7a2da3c4ecf4",
                "md5": "5f9b750bfd7899f6bc13df4a6e901c1a",
                "sha256": "5fe0b08c49367c4c26ee4bcad62b60cd6561d05ceed35e403c976e9266f6b927"
            },
            "downloads": -1,
            "filename": "z3c.recipe.mkdir-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f9b750bfd7899f6bc13df4a6e901c1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12554,
            "upload_time": "2023-01-06T08:50:10",
            "upload_time_iso_8601": "2023-01-06T08:50:10.807119Z",
            "url": "https://files.pythonhosted.org/packages/b4/42/090b386a16cc53c947b57f9016fd89b5568d57fcea4d968c7a2da3c4ecf4/z3c.recipe.mkdir-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a56d508fa8853c86482c9d26ee178b4c4df5e9a521553e0e8405be9be7fa05a",
                "md5": "45b3264c4c0f2198a3cf73f988b17b96",
                "sha256": "8816e6537e30a8ec93e883e04a613d13d6d986fcbca385a12347337a982f2cdf"
            },
            "downloads": -1,
            "filename": "z3c.recipe.mkdir-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "45b3264c4c0f2198a3cf73f988b17b96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19507,
            "upload_time": "2023-01-06T08:50:12",
            "upload_time_iso_8601": "2023-01-06T08:50:12.215577Z",
            "url": "https://files.pythonhosted.org/packages/6a/56/d508fa8853c86482c9d26ee178b4c4df5e9a521553e0e8405be9be7fa05a/z3c.recipe.mkdir-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-06 08:50:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "zopefoundation",
    "github_project": "z3c.recipe.mkdir",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "z3c.recipe.mkdir"
}
        
Elapsed time: 0.02442s