z3c.recipe.mkdir


Namez3c.recipe.mkdir JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/z3c.recipe.mkdir
SummaryBuildout recipe to create directories.
upload_time2024-09-30 07:24:16
maintainerNone
docs_urlNone
authorUli Fouquet
requires_python>=3.8
licenseZPL 2.1
keywords buildout directory folder mkdir
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://readthedocs.org/projects/z3crecipemkdir/badge/?version=latest
    :target: https://z3crecipemkdir.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

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.1 (2024-09-30)
================

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7.


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": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "buildout directory folder mkdir",
    "author": "Uli Fouquet",
    "author_email": "grok-dev@zope.org",
    "download_url": "https://files.pythonhosted.org/packages/7b/01/12691a9b777be2cb34ca4f9a95cae6e2ac94529b85bae2066d781b26f31f/z3c.recipe.mkdir-1.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://readthedocs.org/projects/z3crecipemkdir/badge/?version=latest\n    :target: https://z3crecipemkdir.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\nz3c.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.1 (2024-09-30)\n================\n\n- Add support for Python 3.12, 3.13.\n\n- Drop support for Python 3.7.\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.1",
    "project_urls": {
        "Homepage": "https://github.com/zopefoundation/z3c.recipe.mkdir"
    },
    "split_keywords": [
        "buildout",
        "directory",
        "folder",
        "mkdir"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ad60f651d86c6d84b878e8d5a2e7df9b4e2bd6a1dbf879ff922e2d429f03457",
                "md5": "37a29628f936e0eb71bc6a33d49aa291",
                "sha256": "d40cc120534c301f46787337974fbd46d19fe591289db8293f04704a3a6b4724"
            },
            "downloads": -1,
            "filename": "z3c.recipe.mkdir-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37a29628f936e0eb71bc6a33d49aa291",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12659,
            "upload_time": "2024-09-30T07:24:14",
            "upload_time_iso_8601": "2024-09-30T07:24:14.663001Z",
            "url": "https://files.pythonhosted.org/packages/2a/d6/0f651d86c6d84b878e8d5a2e7df9b4e2bd6a1dbf879ff922e2d429f03457/z3c.recipe.mkdir-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b0112691a9b777be2cb34ca4f9a95cae6e2ac94529b85bae2066d781b26f31f",
                "md5": "b771a40893a76bc170354cd41e1dbae8",
                "sha256": "104f6ad126ebbbeaf59f57b0670534e474a335e4c10d52cf7d0fcbce0eb5b011"
            },
            "downloads": -1,
            "filename": "z3c.recipe.mkdir-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b771a40893a76bc170354cd41e1dbae8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20746,
            "upload_time": "2024-09-30T07:24:16",
            "upload_time_iso_8601": "2024-09-30T07:24:16.128414Z",
            "url": "https://files.pythonhosted.org/packages/7b/01/12691a9b777be2cb34ca4f9a95cae6e2ac94529b85bae2066d781b26f31f/z3c.recipe.mkdir-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 07:24:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "z3c.recipe.mkdir",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "z3c.recipe.mkdir"
}
        
Elapsed time: 0.51324s