{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope :: 3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "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 :: Internet :: WWW/HTTP" ], "description": "``zope.configuration``\n======================\n\n.. image:: https://img.shields.io/pypi/v/zope.configuration.svg\n :target: https://pypi.python.org/pypi/zope.configuration/\n :alt: Latest Version\n\n.. image:: https://travis-ci.org/zopefoundation/zope.configuration.svg?branch=master\n :target: https://travis-ci.org/zopefoundation/zope.configuration\n\n.. image:: https://readthedocs.org/projects/zopeconfiguration/badge/?version=latest\n :target: http://zopeconfiguration.readthedocs.io/en/latest/\n :alt: Documentation Status\n\nThe Zope configuration system provides an extensible system for\nsupporting various kinds of configurations.\n\nIt is based on the idea of configuration directives. Users of the\nconfiguration system provide configuration directives in some\nlanguage that express configuration choices. The intent is that the\nlanguage be pluggable. An XML language is provided by default.\n\nPlease see http://zopeconfiguration.readthedocs.io/en/latest/ for the documentation.\n\n\n\n\nChanges\n=======\n\n4.3.1 (2019-02-12)\n------------------\n\n- Do not break when running the tests from a wheel.\n\n\n4.3.0 (2018-10-01)\n------------------\n\n- Simplify exception chaining and nested exception error messages.\n See `issue 43 `_.\n\n\n4.2.2 (2018-09-27)\n------------------\n\n- Fix ``GlobalObject`` (and ``GlobalInterface``) no longer allowing\n multiple leading dots. See `issue 41\n `_.\n\n- Add ``__all__`` to all modules listing the documented members of\n the module. Note that this is currently a broad list and may be\n reduced in the future.\n\n\n4.2.1 (2018-09-26)\n------------------\n\n- Fix ``GlobalObject`` (and ``GlobalInterface``) no longer allowing\n just a single '.'. See `issue 35\n `_.\n\n\n4.2.0 (2018-09-26)\n------------------\n\n- Reach 100% automated test coverage.\n\n- Add support for Python 3.7.\n\n- Drop support for Python 3.3 and remove internal compatibility\n functions needed to support it. See `issue 20\n `_\n and `issue 26\n `_.\n\n- Drop support for ``python setup.py test``.\n\n- Make ``zope.configuration.fields.Path`` and\n ``zope.configuration.config.ConfigurationContext`` expand\n environment variables and expand user home directories in paths. See\n `issue 3 `_.\n\n- Fix resolving names from a Python 2 package whose ``__init__.py`` has\n unicode elements in ``__all__``.\n\n- Make ``GroupingContextDecorator`` stop shadowing builtins in its\n ``__getattr__``. These were not intended as arguments to be used by\n subclasses, and the signature caused confusion.\n\n- Fix the doctests with zope.schema 4.7 and above, and run the\n doctests on both Python 2 and Python 3. See `issue 21\n `_.\n\n- Fix ``GlobalObject`` and ``GlobalInterface`` fields to only accept\n dotted names instead of names with ``/``. Previously, slash\n delimited names could result in incorrect imports. See `issue 6\n `_.\n\n- Fix the schema fields to include the ``value`` and ``field`` values\n on exceptions they raise.\n\n- Make ``zope.configuration.fields.PythonIdentifier`` subclass\n ``PythonIdentifier`` from ``zope.schema``. It now implements ``fromBytes``,\n always produces a native string, and validates the value in\n ``fromUnicode``. See `issue 28\n `_.\n\n- Add ``ConfigurationMachine.pass_through_exceptions`` to allow\n customizing the exceptions that\n ``ConfigurationMachine.execute_actions`` wraps in a\n ``ConfigurationExecutionError``. See `issue 10\n `_.\n\n- Stop catching ``BaseException`` and wrapping it in either\n ``ConfigurationExecutionError`` or ``ZopeXMLConfigurationError``.\n ``SystemExit`` and ``KeyboardInterrupt`` were always allowed to\n propagate; now ``GeneratorExit`` and custom subclasses of\n ``BaseException`` are also allowed te propagate.\n\n4.1.0 (2017-04-26)\n------------------\n\n- Drop support for Python 2.6 and 3.2.\n\n- Add support for Python 3.5 and 3.6.\n\n- Fix the ``domain`` of MessageID fields to be a native string.\n Previously on Python 3 they were bytes, which meant that they\n couldn't be used to find translation utilities registered by\n zope.i18n. See `issue 17 `_.\n\n4.0.3 (2014-03-19)\n------------------\n\n- Add explicit support for Python 3.4.\n\n4.0.2 (2012-12-31)\n------------------\n\n- Flesh out PyPI Trove classifiers.\n\n- Remove spurious declaration of 'test' dependency on ``zope.testing``.\n\n4.0.1 (2012-11-21)\n------------------\n\n- Add support for Python 3.3.\n\n- Remove the deprecated 'zope.configuration.stxdocs' script.\n and made the 'zope.configuration.tests.conditions' helper module\n (used in running Sphinx doctest snippets) Py3k compatible.\n https://bugs.launchpad.net/zope.configuration/+bug/1025390\n\n4.0.0 (2012-05-16)\n------------------\n\n- Bring unit test coverage to 100%.\n\n- Automate build of Sphinx HTML docs and running doctest snippets via tox.\n\n- Drop hard testing dependency on ``zope.testing``.\n\n- Add explicit support for PyPy.\n\n- Add explicit support for Python 3.2.\n\n- Drop explicit support for Python 2.4 / 2.5.\n\n- Add support for continuous integration using ``tox`` and ``jenkins``.\n\n- Add ``Sphinx`` documentation.\n\n- Add ``setup.py docs`` alias (installs ``Sphinx`` and dependencies).\n\n- Add ``setup.py dev`` alias (runs ``setup.py develop`` plus installs\n ``nose`` and ``coverage``).\n\n3.8.1 (2012-05-05)\n------------------\n\n- Fix Python 2.4 backwards incompat (itemgetter used with multiple args);\n Python 2.4 now works (at least if you use zope.schema == 3.8.1).\n This is the last release which will support Python 2.4 or 2.5.\n\n3.8.0 (2011-12-06)\n------------------\n\n- Change action structures from tuples to dictionaries to allow for action\n structure extensibility (merged chrism-dictactions branch).\n\n3.7.4 (2011-04-03)\n------------------\n\n- Apply test fixes for Windows.\n\n3.7.3 (2011-03-11)\n------------------\n\n- Correctly locate packages with a __path__ attribute but no\n __file__ attribute (such as namespace packages installed with setup.py\n install --single-version-externally-managed).\n\n- Allow \"info\" and \"includepath\" to be passed optionally to context.action.\n\n3.7.2 (2010-04-30)\n------------------\n\n- Prefer the standard libraries doctest module over zope.testing.doctest.\n\n3.7.1 (2010-01-05)\n------------------\n\n- Jython support: use ``__builtin__`` module import rather than assuming\n ``__builtins__`` is available.\n\n- Jython support: deal with the fact that the Jython SAX parser\n returns attribute sets that have an empty string indicating no\n namespace instead of ``None``.\n\n- Allow ``setup.py test`` to run at least a subset of the tests that\n would be run when using the zope testrunner: ``setup.py test`` runs\n 53 tests, while ``bin/test`` runs 156.\n\n3.7.0 (2009-12-22)\n------------------\n\n- Adjust testing output to newer zope.schema.\n\n- Prefer zope.testing.doctest over doctestunit.\n\n3.6.0 (2009-04-01)\n------------------\n\n- Removed dependency of `zope.deprecation` package.\n\n- Don't suppress deprecation warnings any more in 'zope.configuration'\n package level. This makes it more likely other packages will generate\n deprecation warnings now, which will allow us to remove more\n outdated ones.\n\n- Don't fail when zope.testing is not installed.\n\n- Added missing ``processFile`` method to ``IConfigurationContext``.\n It is already implemented in the mix-in class,\n ``zope.configuration.config.ConfigurationContext``, and used by\n implementations of ``include`` and ``exclude`` directives.\n\n3.5.0 (2009-02-26)\n------------------\n\n- Added the ``exclude`` directive to standard directives. It was\n previously available via ``zc.configuration`` package and now it's\n merged into ``zope.configuration``.\n\n- Changed package's mailing list address to zope-dev at zope.org,\n change \"cheeseshop\" to \"pypi\" in the package's url.\n\n3.4.1 (2008-12-11)\n------------------\n\n- Use built-in 'set' type, rather than importin the 'sets' module,\n which is deprecated in Python 2.6.\n\n- Added support to bootstrap on Jython.\n\n3.4.0 (2007-10-02)\n------------------\n\n- Initial release as a standalone package.\n\nBefore 3.4.0\n------------\n\nThis package was part of the Zope 3 distribution and did not have its own\nCHANGES.txt. For earlier changes please refer to either our subversion log or\nthe CHANGES.txt of earlier Zope 3 releases.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zopefoundation/zope.configuration", "keywords": "zope configuration zcml", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.configuration", "package_url": "https://pypi.org/project/zope.configuration/", "platform": "", "project_url": "https://pypi.org/project/zope.configuration/", "project_urls": { "Homepage": "https://github.com/zopefoundation/zope.configuration" }, "release_url": "https://pypi.org/project/zope.configuration/4.3.1/", "requires_dist": [ "setuptools", "zope.i18nmessageid", "zope.interface", "zope.schema (>=4.9)", "Sphinx; extra == 'docs'", "repoze.sphinx.autointerface; extra == 'docs'", "manuel; extra == 'test'", "zope.schema (>=4.9.0); extra == 'test'", "zope.testing; extra == 'test'", "zope.testrunner; extra == 'test'" ], "requires_python": "", "summary": "Zope Configuration Markup Language (ZCML)", "version": "4.3.1" }, "last_serial": 4809494, "releases": { "3.4.0": [ { "comment_text": "", "digests": { "md5": "c0822830199d6bf4f1fdd0007e78a9dc", "sha256": "f043f10495bc02d3c8051890ee39be8c1a2a4e9914fd9b25cae3c255798c97e6" }, "downloads": -1, "filename": "zope.configuration-3.4.0.tar.gz", "has_sig": false, "md5_digest": "c0822830199d6bf4f1fdd0007e78a9dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43885, "upload_time": "2007-10-02T05:04:31", "url": "https://files.pythonhosted.org/packages/a6/6f/f76c4b438899c8544a959878196045b739a9e3ec61e8b6222d3499a8a8ee/zope.configuration-3.4.0.tar.gz" } ], "3.4.1": [ { "comment_text": "", "digests": { "md5": "c1442c0d7ce35746ad4e9c760f84cdc7", "sha256": "acec760d1519438dd575b02b086130459e67ea8707569f6457de84fd5a19044f" }, "downloads": -1, "filename": "zope.configuration-3.4.1.tar.gz", "has_sig": false, "md5_digest": "c1442c0d7ce35746ad4e9c760f84cdc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45852, "upload_time": "2008-12-11T16:13:53", "url": "https://files.pythonhosted.org/packages/32/09/fe6e43b62adf1f308b4d39dfc77fbb02b1e55ad116bdd62e84b3895a77db/zope.configuration-3.4.1.tar.gz" } ], "3.4dev-r72952": [ { "comment_text": "", "digests": { "md5": "823d29c15a7029dbe61f512ad9055438", "sha256": "dc9de9d250696c517fe1b211324d845e0e3ebd44a8a4ca85c9b619e0899410cf" }, "downloads": -1, "filename": "zope.configuration-3.4dev_r72952-py2.4.egg", "has_sig": false, "md5_digest": "823d29c15a7029dbe61f512ad9055438", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 121075, "upload_time": "2007-03-21T07:18:47", "url": "https://files.pythonhosted.org/packages/0a/5c/0f1ca5ad1671d613072141f03e2b23cd27a037fa48ec3248805432c4eb02/zope.configuration-3.4dev_r72952-py2.4.egg" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "6908fc598b1a889598943bba339a7ceb", "sha256": "2b45574328d5ce1a6729d9d92121c95bbeb2267c50c394ec54712302eef19011" }, "downloads": -1, "filename": "zope.configuration-3.5.0.tar.gz", "has_sig": false, "md5_digest": "6908fc598b1a889598943bba339a7ceb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47403, "upload_time": "2009-02-26T15:21:47", "url": "https://files.pythonhosted.org/packages/e3/68/a1194c4eaac6078e172fe7643a25a8614730b928a4d84070f5afccd4499f/zope.configuration-3.5.0.tar.gz" } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "17325090cc3cf90fdeaf32739f170bbb", "sha256": "a18e57267562da177825a23f3ab6304b7aafc904b9c3799761f07c0925a079f5" }, "downloads": -1, "filename": "zope.configuration-3.6.0.tar.gz", "has_sig": false, "md5_digest": "17325090cc3cf90fdeaf32739f170bbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48133, "upload_time": "2009-04-01T17:13:45", "url": "https://files.pythonhosted.org/packages/21/43/53e7cb6d13337a9289b2f508a99a2e8ce0a7e24246134552b5a0fbffe784/zope.configuration-3.6.0.tar.gz" } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "5c6d65a533898732a187ed4243b07d71", "sha256": "9fe3e14a7557bdbdf8b8465013e017fbcfd1b3f67ca05fb93a4fa665b061811d" }, "downloads": -1, "filename": "zope.configuration-3.7.0.zip", "has_sig": false, "md5_digest": "5c6d65a533898732a187ed4243b07d71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73458, "upload_time": "2009-12-22T16:11:38", "url": "https://files.pythonhosted.org/packages/4c/f1/2a2ba44fadd8a5fa279826d58209ade9d9f4d522e613d4d27c8fc124db73/zope.configuration-3.7.0.zip" } ], "3.7.1": [ { "comment_text": "", "digests": { "md5": "ab9f94305343f894e0984ca6eb8b513b", "sha256": "8841fe8b8b13b85452df9c43d4d4c2c99b61c8778d5f32a7390550e16ba90a0e" }, "downloads": -1, "filename": "zope.configuration-3.7.1.tar.gz", "has_sig": false, "md5_digest": "ab9f94305343f894e0984ca6eb8b513b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49133, "upload_time": "2010-01-06T03:58:27", "url": "https://files.pythonhosted.org/packages/4f/99/9786963b062534ec21edac80ea4c60393ee4337bbd63fff763e2621765d3/zope.configuration-3.7.1.tar.gz" } ], "3.7.2": [ { "comment_text": "", "digests": { "md5": "8b08e9ff21325023918e7d6b12653c78", "sha256": "e6469e84472411333c98520f60b5223abf28ae62e617635af88c09ec0cbc1520" }, "downloads": -1, "filename": "zope.configuration-3.7.2.zip", "has_sig": false, "md5_digest": "8b08e9ff21325023918e7d6b12653c78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76798, "upload_time": "2010-04-30T19:37:59", "url": "https://files.pythonhosted.org/packages/bd/d4/211a29aeed88e9c79ccb8594bfc5374d12ed44aadc54054189a266ab860c/zope.configuration-3.7.2.zip" } ], "3.7.3": [ { "comment_text": "", "digests": { "md5": "1294b24e04b3bf2a29d448fec7a1d2c4", "sha256": "d0fd3e8089b2bbf56927e5633417dcd778637de08733e72d0b93db7bb61d77fd" }, "downloads": -1, "filename": "zope.configuration-3.7.3.zip", "has_sig": false, "md5_digest": "1294b24e04b3bf2a29d448fec7a1d2c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76769, "upload_time": "2011-03-11T20:49:50", "url": "https://files.pythonhosted.org/packages/13/c8/520efd81f1d7fad4232c1e209b35d194b7fb2b4c7c76c24dd3a4b6fad5b2/zope.configuration-3.7.3.zip" } ], "3.7.4": [ { "comment_text": "", "digests": { "md5": "5b0271908ef26c05059eda76928896ea", "sha256": "1cb7e757ee282fe25eecaf9bf6a5e8715025bc7c6c4374a996879cd5a24c9249" }, "downloads": -1, "filename": "zope.configuration-3.7.4.zip", "has_sig": false, "md5_digest": "5b0271908ef26c05059eda76928896ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76762, "upload_time": "2011-04-03T16:03:50", "url": "https://files.pythonhosted.org/packages/a7/16/32f278e57310fd167926f0297ec0e24fd66cc7e6b04fd1c853e282a07a5e/zope.configuration-3.7.4.zip" } ], "3.8.0": [ { "comment_text": "", "digests": { "md5": "4f8718661ef5c7a34a77f7701e878ce8", "sha256": "715b1a669a49d1968165ad6ce4dd7ae206df9289ffa0376bf71466c88a0ff4c1" }, "downloads": -1, "filename": "zope.configuration-3.8.0.tar.gz", "has_sig": false, "md5_digest": "4f8718661ef5c7a34a77f7701e878ce8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51630, "upload_time": "2011-12-06T10:09:30", "url": "https://files.pythonhosted.org/packages/fe/14/0d7a28ffae8b1b655ab639064d718a744cd14636826d481dcbbf0b78377d/zope.configuration-3.8.0.tar.gz" } ], "3.8.1": [ { "comment_text": "", "digests": { "md5": "b854f492b9017e1d23a34f8f4a66328c", "sha256": "4f436195f4cc8054b867d20ddb07346a3181d866556407f84da704a227b85ae5" }, "downloads": -1, "filename": "zope.configuration-3.8.1.tar.gz", "has_sig": false, "md5_digest": "b854f492b9017e1d23a34f8f4a66328c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49247, "upload_time": "2012-05-05T19:51:23", "url": "https://files.pythonhosted.org/packages/8e/b1/1bc85c58a046ea3955299d8ccc375cc9650e17ffe4a0cd9648f256eaceb3/zope.configuration-3.8.1.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "d18fd97e09680aa2f012d2baef519f26", "sha256": "2bd4567ccdee416230121d6f30c4afca999e99b93c4e6a51f9dd034e34beb23f" }, "downloads": -1, "filename": "zope.configuration-4.0.0.tar.gz", "has_sig": false, "md5_digest": "d18fd97e09680aa2f012d2baef519f26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73986, "upload_time": "2012-05-16T20:25:51", "url": "https://files.pythonhosted.org/packages/92/ef/015422281097226df0ab3b8728b5755defdd92fe952e4554b39a2e173432/zope.configuration-4.0.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "43ed2523cc4abd333f32562dad7556e3", "sha256": "2c1a936e16388124aafa34e650f02c216542f720d4f2e117455a0f3000ffec56" }, "downloads": -1, "filename": "zope.configuration-4.0.1.tar.gz", "has_sig": false, "md5_digest": "43ed2523cc4abd333f32562dad7556e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73750, "upload_time": "2012-11-21T20:01:21", "url": "https://files.pythonhosted.org/packages/e8/bd/3abedab93bec44866c79f2716eb586250a2d30e0eca09e4b9461da1320f3/zope.configuration-4.0.1.tar.gz" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "40b3c7ad0b748ede532d8cfe2544e44e", "sha256": "c8a496fa9fad6d39ec1a46fe2b59cf47a6d159e4bc3293f3850e725a1b83fc6d" }, "downloads": -1, "filename": "zope.configuration-4.0.2.tar.gz", "has_sig": false, "md5_digest": "40b3c7ad0b748ede532d8cfe2544e44e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74043, "upload_time": "2012-12-31T18:25:52", "url": "https://files.pythonhosted.org/packages/5b/33/ed60a66537694e668de4c33b2d52c464280450890ff04a0b45f89b6a64e5/zope.configuration-4.0.2.tar.gz" } ], "4.0.3": [ { "comment_text": "", "digests": { "md5": "d85ff342b524bfa819916632d5ef096a", "sha256": "b6f0f718597945fc6fda7aee72dab9636302fb2035dd222ab5b7fa773d762df5" }, "downloads": -1, "filename": "zope.configuration-4.0.3.tar.gz", "has_sig": false, "md5_digest": "d85ff342b524bfa819916632d5ef096a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 487610, "upload_time": "2014-03-19T18:49:12", "url": "https://files.pythonhosted.org/packages/37/d7/653c2a05d876e787a1532b51ef7f89917ff17885daaac41af9da5e2f140b/zope.configuration-4.0.3.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "8620c1629f7dd80cae8178cab00d4c1e", "sha256": "623295cf552035940a4605b06f3a5b2f63495e078a914b3272153de350baa1bc" }, "downloads": -1, "filename": "zope.configuration-4.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8620c1629f7dd80cae8178cab00d4c1e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 68840, "upload_time": "2017-04-26T14:30:09", "url": "https://files.pythonhosted.org/packages/57/d5/c1944d487626698418aca0c5f08541e0f96bbaae358e09a8da8f9325759a/zope.configuration-4.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b421118fa01ab28864354c1d796b887a", "sha256": "eebea03062b9d7ddd512a31412bcdf3549aa2dff481503487067dbbd06774050" }, "downloads": -1, "filename": "zope.configuration-4.1.0.tar.gz", "has_sig": false, "md5_digest": "b421118fa01ab28864354c1d796b887a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77780, "upload_time": "2017-04-26T14:30:11", "url": "https://files.pythonhosted.org/packages/be/1b/84b54ec99c92ab4db6185c1b334329d717ab6e42eb8f59c63ea3f5d6591b/zope.configuration-4.1.0.tar.gz" } ], "4.2.0": [ { "comment_text": "", "digests": { "md5": "4a8439d5ae301b962e44f8cb2414201e", "sha256": "ed9d379379c72e95e2147b40d6e0d273b9a9e12e9a52722a13592d22473c3342" }, "downloads": -1, "filename": "zope.configuration-4.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a8439d5ae301b962e44f8cb2414201e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 68937, "upload_time": "2018-09-26T14:47:42", "url": "https://files.pythonhosted.org/packages/9c/ed/4216b8d76119bba73d478b0cdd4f80bcaad87a259d667bd6e91ed4c22d87/zope.configuration-4.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "398e74f81213b89a76b8391eed582809", "sha256": "a9ade3dba960f9ad9b69c2be171acb9adb3daf3d903630190a2862170531f527" }, "downloads": -1, "filename": "zope.configuration-4.2.0.tar.gz", "has_sig": false, "md5_digest": "398e74f81213b89a76b8391eed582809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81322, "upload_time": "2018-09-26T14:47:44", "url": "https://files.pythonhosted.org/packages/c8/f5/14172e13d323caf8a3a12310ddf1a086cf39f3bc16d63718b3a8440ddd4c/zope.configuration-4.2.0.tar.gz" } ], "4.2.1": [ { "comment_text": "", "digests": { "md5": "420187e3c88a2158b5dbf6152266c315", "sha256": "795680bfc115812ec6988b3bf0420f8d4169f071a98ac4f1a1c5f778c10a5290" }, "downloads": -1, "filename": "zope.configuration-4.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "420187e3c88a2158b5dbf6152266c315", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 69105, "upload_time": "2018-09-26T19:36:27", "url": "https://files.pythonhosted.org/packages/53/1d/25508549a31eae72e85d5a5a8f803b3ebc598efe0d43a16e2892c9ca6f30/zope.configuration-4.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "372205bc1e9615a96bc7f9d110d2dd1a", "sha256": "533382f2dff4674fedc92d9bffea6a0fd925690c51d21100e41565cc4736ef9d" }, "downloads": -1, "filename": "zope.configuration-4.2.1.tar.gz", "has_sig": false, "md5_digest": "372205bc1e9615a96bc7f9d110d2dd1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81529, "upload_time": "2018-09-26T19:36:29", "url": "https://files.pythonhosted.org/packages/41/82/830b9c99879c0d232a41fc6a6b573a0a2db26470ce295456df2cb911db48/zope.configuration-4.2.1.tar.gz" } ], "4.2.2": [ { "comment_text": "", "digests": { "md5": "6fafeea284d852a4a36b64a59e76a6e0", "sha256": "9485540f14e92f5398b495d9de57178cbcfd42d7d7dfe8942ece1f898bdb2833" }, "downloads": -1, "filename": "zope.configuration-4.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6fafeea284d852a4a36b64a59e76a6e0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 69643, "upload_time": "2018-09-27T11:04:07", "url": "https://files.pythonhosted.org/packages/e3/99/191dfb572adb898e8840c10cf580c9f6ceee7579873588ac48de1ab4ce56/zope.configuration-4.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2cb1cad1105d7c2d96fdaa8203c89a6d", "sha256": "a1118c0a4bf478b3d831c03e2aa6d57d58ce31f9681962dc329d02f94ffc469d" }, "downloads": -1, "filename": "zope.configuration-4.2.2.tar.gz", "has_sig": false, "md5_digest": "2cb1cad1105d7c2d96fdaa8203c89a6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82104, "upload_time": "2018-09-27T11:04:09", "url": "https://files.pythonhosted.org/packages/2b/ec/964a962dffe48f7a5d2c7f38050c67ef0ee9c753be94fd35fec72eb40ab4/zope.configuration-4.2.2.tar.gz" } ], "4.3.0": [ { "comment_text": "", "digests": { "md5": "a2eca6070c474bae67e9c22708bc5578", "sha256": "00253662ec9f4b52ee587993982fb5632b7d53ceb5079022984bfb87d60e2df3" }, "downloads": -1, "filename": "zope.configuration-4.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2eca6070c474bae67e9c22708bc5578", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 78250, "upload_time": "2018-10-01T12:56:12", "url": "https://files.pythonhosted.org/packages/f5/60/fd40a9fa1673bc2548836d70776eaec8feb7d4020a3ed0174c913f18a91d/zope.configuration-4.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8787f39a9f034d4efb28229f564dee2", "sha256": "ddd162b7b9379c0f5cc060cbf2af44133396b7d26eaee9c7cf6e196d87e9aeb3" }, "downloads": -1, "filename": "zope.configuration-4.3.0.tar.gz", "has_sig": false, "md5_digest": "c8787f39a9f034d4efb28229f564dee2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82642, "upload_time": "2018-10-01T12:56:14", "url": "https://files.pythonhosted.org/packages/5c/59/46de8bdebaed1dd10bdfc2f089509994d2acf4d9860e3422219077b7247f/zope.configuration-4.3.0.tar.gz" } ], "4.3.1": [ { "comment_text": "", "digests": { "md5": "dc73ee353ae641956b34b7ba26cc53c2", "sha256": "eb6eaedd0b49f8bc88e568459d6ab32938a1853a60a18cd23070124ced0c1a9d" }, "downloads": -1, "filename": "zope.configuration-4.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc73ee353ae641956b34b7ba26cc53c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 82747, "upload_time": "2019-02-12T07:25:50", "url": "https://files.pythonhosted.org/packages/f0/09/07a3040fe1ed88a4c4e3aa197d18697adbce4eb148a7580426638cd166e4/zope.configuration-4.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e617de86bc5796bf3e7aa4ef9cf42686", "sha256": "6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1" }, "downloads": -1, "filename": "zope.configuration-4.3.1.tar.gz", "has_sig": false, "md5_digest": "e617de86bc5796bf3e7aa4ef9cf42686", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83223, "upload_time": "2019-02-12T07:25:52", "url": "https://files.pythonhosted.org/packages/96/0c/a2a18c2846639f4a4adcc6bed1584555b08132b4aaf4b7972653c5051ae0/zope.configuration-4.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc73ee353ae641956b34b7ba26cc53c2", "sha256": "eb6eaedd0b49f8bc88e568459d6ab32938a1853a60a18cd23070124ced0c1a9d" }, "downloads": -1, "filename": "zope.configuration-4.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc73ee353ae641956b34b7ba26cc53c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 82747, "upload_time": "2019-02-12T07:25:50", "url": "https://files.pythonhosted.org/packages/f0/09/07a3040fe1ed88a4c4e3aa197d18697adbce4eb148a7580426638cd166e4/zope.configuration-4.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e617de86bc5796bf3e7aa4ef9cf42686", "sha256": "6e16747f9fd6b9d8f09d78edf2a6f539cad0fa4ad49d8deb9cf63447cc4168e1" }, "downloads": -1, "filename": "zope.configuration-4.3.1.tar.gz", "has_sig": false, "md5_digest": "e617de86bc5796bf3e7aa4ef9cf42686", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83223, "upload_time": "2019-02-12T07:25:52", "url": "https://files.pythonhosted.org/packages/96/0c/a2a18c2846639f4a4adcc6bed1584555b08132b4aaf4b7972653c5051ae0/zope.configuration-4.3.1.tar.gz" } ] }