zope.mkzeoinstance


Namezope.mkzeoinstance JSON
Version 5.1.1 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/zope.mkzeoinstance
SummaryMake standalone ZEO database server instances
upload_time2023-05-05 06:29:47
maintainer
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.7
licenseZPL 2.1
keywords zeo zodb instance script
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ``zope.mkzeoinstance``
======================

This package provides a single script, ``mkzeoinstance``, which creates
a standalone ZEO server instance.

Changelog
=========

5.1.1 (2023-05-05)
------------------

- Make ``blob_dir`` parameter added in 5.1 optional.
  (`#18 <https://github.com/zopefoundation/zope.mkzeoinstance/pull/18>`_)


5.1 (2023-04-28)
----------------

- Add configuration option ``-b`` resp. ``--blobs`` for passing blob directory
  path. (`#16 <https://github.com/zopefoundation/zope.mkzeoinstance/pull/16>`_)


5.0 (2023-02-09)
----------------

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

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

- Drop support for running tests using ``python setup.py test``.


4.1 (2017-05-26)
----------------

- Fix generated ``runzeo`` and ``zeoctl`` scripts to run with ZEO 5.


4.0 (2017-02-28)
----------------

- 100% unit test coverage.

- Drop support for Python 2.6.

- Add support for Python 3.4, 3.5, and 3.6.

- Move dependency from ``ZODB3`` -> [``zdaemon``, ``ZODB``, ``ZEO``].
  Even though this package doesn't actually import anything from the last
  two, the generated instance won't be usable unless the host python
  has them installed.

3.9.6 (2014-12-23)
------------------

- Add support for testing on Travis, and with tox.


3.9.5 (2011-10-31)
------------------

- Place the socket used by the ``zeoctl`` control process to conmmunicate
  with its ``runzeo`` daemaon in ``$INSTANCE_HOME/var``, instead of
  ``$INSTANCE_HOME/etc`` (which would idealy not be writable by the process).
  See: https://bugs.launchpad.net/zope.mkzeoinstance/+bug/175981


3.9.4 (2010-04-22)
------------------

- Rename the script / package ``mkzeoinstance`` to avoid clashing with the
  script bundled with ZODB.

- Add an option to spell the host interface to be listened on, as well as
  the port the generated ZEO server configuration.  Thanks to Igor Stroh
  for the patch.  See: https://bugs.launchpad.net/zodb/+bug/143361

- Fix generated templates to cope with the move of ``zdaemon`` code into
  its own project.

- Fork from the version of the ``mkzeoinst`` script contained in
  ZODB 3.9.4.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zopefoundation/zope.mkzeoinstance",
    "name": "zope.mkzeoinstance",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "ZEO ZODB instance script",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/b3/4d/2121dbb0fa99ad5498088e9e395e18aba2d71a19059cb28ec550a0441741/zope.mkzeoinstance-5.1.1.tar.gz",
    "platform": null,
    "description": "``zope.mkzeoinstance``\n======================\n\nThis package provides a single script, ``mkzeoinstance``, which creates\na standalone ZEO server instance.\n\nChangelog\n=========\n\n5.1.1 (2023-05-05)\n------------------\n\n- Make ``blob_dir`` parameter added in 5.1 optional.\n  (`#18 <https://github.com/zopefoundation/zope.mkzeoinstance/pull/18>`_)\n\n\n5.1 (2023-04-28)\n----------------\n\n- Add configuration option ``-b`` resp. ``--blobs`` for passing blob directory\n  path. (`#16 <https://github.com/zopefoundation/zope.mkzeoinstance/pull/16>`_)\n\n\n5.0 (2023-02-09)\n----------------\n\n- Drop support for Python 2.7, 3.4, 3.5, 3.6.\n\n- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.\n\n- Drop support for running tests using ``python setup.py test``.\n\n\n4.1 (2017-05-26)\n----------------\n\n- Fix generated ``runzeo`` and ``zeoctl`` scripts to run with ZEO 5.\n\n\n4.0 (2017-02-28)\n----------------\n\n- 100% unit test coverage.\n\n- Drop support for Python 2.6.\n\n- Add support for Python 3.4, 3.5, and 3.6.\n\n- Move dependency from ``ZODB3`` -> [``zdaemon``, ``ZODB``, ``ZEO``].\n  Even though this package doesn't actually import anything from the last\n  two, the generated instance won't be usable unless the host python\n  has them installed.\n\n3.9.6 (2014-12-23)\n------------------\n\n- Add support for testing on Travis, and with tox.\n\n\n3.9.5 (2011-10-31)\n------------------\n\n- Place the socket used by the ``zeoctl`` control process to conmmunicate\n  with its ``runzeo`` daemaon in ``$INSTANCE_HOME/var``, instead of\n  ``$INSTANCE_HOME/etc`` (which would idealy not be writable by the process).\n  See: https://bugs.launchpad.net/zope.mkzeoinstance/+bug/175981\n\n\n3.9.4 (2010-04-22)\n------------------\n\n- Rename the script / package ``mkzeoinstance`` to avoid clashing with the\n  script bundled with ZODB.\n\n- Add an option to spell the host interface to be listened on, as well as\n  the port the generated ZEO server configuration.  Thanks to Igor Stroh\n  for the patch.  See: https://bugs.launchpad.net/zodb/+bug/143361\n\n- Fix generated templates to cope with the move of ``zdaemon`` code into\n  its own project.\n\n- Fork from the version of the ``mkzeoinst`` script contained in\n  ZODB 3.9.4.\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "Make standalone ZEO database server instances",
    "version": "5.1.1",
    "project_urls": {
        "Homepage": "https://github.com/zopefoundation/zope.mkzeoinstance"
    },
    "split_keywords": [
        "zeo",
        "zodb",
        "instance",
        "script"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d96e17ab92bf4d7d52c53700095ee44f174361b9bcbc5f5c1d7c97622b67c53",
                "md5": "c916ac5ae8354bddd94187cd4a57709c",
                "sha256": "0e64c876c00d6227d1c27873df2d44c1f2a4898b9f6664df97de082f17542101"
            },
            "downloads": -1,
            "filename": "zope.mkzeoinstance-5.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c916ac5ae8354bddd94187cd4a57709c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10673,
            "upload_time": "2023-05-05T06:29:45",
            "upload_time_iso_8601": "2023-05-05T06:29:45.810898Z",
            "url": "https://files.pythonhosted.org/packages/9d/96/e17ab92bf4d7d52c53700095ee44f174361b9bcbc5f5c1d7c97622b67c53/zope.mkzeoinstance-5.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b34d2121dbb0fa99ad5498088e9e395e18aba2d71a19059cb28ec550a0441741",
                "md5": "dc49873335415bd24d7405542dd98c8f",
                "sha256": "89de0df72e8a769b7cc4c02685fa9f87fcf58a79313be93cbf2ab97ab07b22ec"
            },
            "downloads": -1,
            "filename": "zope.mkzeoinstance-5.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dc49873335415bd24d7405542dd98c8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11275,
            "upload_time": "2023-05-05T06:29:47",
            "upload_time_iso_8601": "2023-05-05T06:29:47.096799Z",
            "url": "https://files.pythonhosted.org/packages/b3/4d/2121dbb0fa99ad5498088e9e395e18aba2d71a19059cb28ec550a0441741/zope.mkzeoinstance-5.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-05 06:29:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "zope.mkzeoinstance",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.mkzeoinstance"
}
        
Elapsed time: 0.06618s