Metadata-Version: 1.1
Name: zope.mkzeoinstance
Version: 4.1
Summary: Make standalone ZEO database server instances
Home-page: https://github.com/zopefoundation/zope.mkzeoinstance
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ``zope.mkzeoinstance``
        ======================
        
        This package provides a single script, ``mkzeoinstance``, which creates
        a standalone ZEO server instance.
        
        Changelog
        =========
        
        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.
        
Keywords: ZEO ZODB instance script
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
