{ "info": { "author": "Zope Corporation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope3", "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": ".. image:: https://readthedocs.org/projects/zopeappapidoc/badge/?version=latest\n :target: https://zopeappapidoc.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/zopefoundation/zope.app.apidoc.svg?branch=master\n :target: https://travis-ci.org/zopefoundation/zope.app.apidoc\n :alt: Build Status\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.app.apidoc/badge.svg?branch=master\n :target: https://coveralls.io/github/zopefoundation/zope.app.apidoc?branch=master\n :alt: Code Coverage\n\nThis Zope 3 package provides fully dynamic API documentation of Zope 3 and\nregistered add-on components. The package is very extensible and can be easily\nextended by implementing new modules.\n\nDocumentation is available at https://zopeappapidoc.readthedocs.io/\n\n\n=========\n CHANGES\n=========\n\n4.2.0 (2018-08-21)\n==================\n\n- Add support for Python 3.7.\n\n- The root ``Code`` documentation node no longer allows incidental\n traversal and documentation of unregistered root modules such as\n ``re`` and ``logging`` (``builtins`` is special cased). These were\n not listed in the tables of contents or menus, and mostly served to\n slow down static exports. To document a root module, explicitly\n include it in ZCML with ````.\n See `issue #20\n `_.\n\n- Fix ``codemodule.Module`` for modules that have a ``__file__`` of\n ``None``. This can be the case with namespace packages, especially\n under Python 3.7. See `issue #17 `_.\n\n- Rendering documentation for a class that has a ``__doc__`` property\n no longer fails but produces a descriptive message. See `issue 16\n `_.\n\n- Host documentation at https://zopeappapidoc.readthedocs.io/\n\n- Add argument to ``static-apidoc`` for loading a specific ZCML file. To use this feature, the ZCML file you specify needs to\n establish a working Zope 3 publication environment. The easiest way to do so is to include this line in the ZCML:\n ````.\n See `PR #13\n `_.\n\n- Class Finder entries in live apidoc are now displayed on separate lines, like in static exports.\n See `PR #14 `_.\n\n- Class Finder search in static exports will search on Enter, not just when clicking \"Find\".\n See `PR #15 `_.\n\n- ``__main__.py`` files are no longer imported by the code documentation module.\n See `issue #22\n `_.\n\n- Cython functions registered as adapters on Python 2 no longer break\n page generation with an ``AttributeError``. See `issue 25\n `_.\n\n- Static exports no longer highlight lines in ZCML files. See `issue #24 \n `_.\n\n4.0.0 (2017-05-25)\n==================\n\n- Add support for Python 3.4, 3.5, 3.6 and PyPy.\n\n- The long-deprecated layer configuration was removed. It was only\n ever available if the ``deprecatedlayers`` ZCML feature was installed.\n\n- Modernize some of the templates. ``zope.app.apidoc`` can now be used\n with Chameleon 3.2 via z3c.pt and z3c.ptcompat.\n\n- Declared install dependency on ``zope.app.exception``.\n\n- Docstrings are treated as UTF-8 on Python 2.\n\n- Handle keyword only arguments and annotations in function signatures\n on Python 3.\n\n- Change the default documentation format to ``restructuredtext`` for\n modules that do not specify a ``__docformat__``. Previously it was\n ``structuredtext`` (STX).\n\n3.7.5 (2010-09-12)\n==================\n\n- Define ``__file__`` in doctests to make them pass under Python 2.4.\n\n3.7.4 (2010-09-01)\n==================\n\n- Prefer the standard library's doctest module to the one from zope.testing.\n\n- Remove unneeded dependencies zope.app.component and zope.app.container\n\n3.7.3 (2010-07-14)\n==================\n\n- Apply refactoring from #153309.\n- Fix LP bug 605057: ZCML links were no longer working (Guilherme Salgado)\n\n3.7.2 (2010-03-07)\n==================\n\n- Adapted tests for Python2.4\n\n\n3.7.1 (2010-01-05)\n==================\n\n- Updated tests to work with zope.publisher 3.12 (using ``zope.login``).\n\n3.7.0 (2009-12-22)\n==================\n\n- Updated tests to work with latest ``zope.testing`` and use ``zope.browserpage`` in\n favor of ``zope.app.pagetemplate``.\n\n3.6.8 (2009-11-18)\n==================\n\n- Updated the tests after moving ``IPossibleSite`` and ``ISite`` to\n ``zope.component``.\n\n3.6.7 (2009-09-29)\n==================\n\n- Updated the tests after moving ``ITraverser`` back to ``zope.traversing``.\n\n3.6.6 (2009-09-15)\n==================\n\n- Made the tests work again with the most recent Zope Toolkit KGS.\n\n3.6.5 (2009-07-24)\n==================\n\n- Update documentation file in ``zope.site`` from ``README.txt`` to\n ``site.txt``.\n\n3.6.4 (2009-07-23)\n==================\n\n- The ``IContained`` interface moved to ``zope.location.interfaces``. Make a\n test pass.\n\n3.6.3 (2009-05-16)\n==================\n\n- Explicitly defined default views.\n\n- Replace relative url links with absolute ones.\n\n- Added ``z3c`` packages to the code browser.\n\n- Made ``bin/static-apidoc`` principally working (publisher and\n webserver mode). There are still some files which are not correctly\n fetched.\n\n3.6.2 (2009-03-17)\n==================\n\n- Adapt principal registry book chapter to a new place, as it was moved\n from zope.app.security to zope.principalregistry.\n\n- Remove zcml slugs and old zpkg-related files.\n\n3.6.1 (2009-02-04)\n==================\n\n- When a module provides an interface or has an __all__ attribute,\n use one of those for the module documentation. Fixes LP #323375.\n\n- Undid broken link to ``savepoint.txt`` caused in 3.6.0. The latest\n version of the transaction package puts savepoint.txt in the ``tests``\n subpackage.\n\n- Expanded the presentation of module documentation.\n\n- Class documentation now includes constructor information.\n\n3.6.0 (2009-01-31)\n==================\n\n- Use zope.container instead of zope.app.container.\n\n- Use zope.site instead of zope.app.component and zope.app.folder (in\n at least a few places).\n\n- ``savepoint.txt`` moved from ZODB's test directory a level up -- we\n follow.\n\n- Make compatible with new zope.traversing and zope.location.\n\n3.5.0 (2009-01-17)\n==================\n\n- Adapted transaction book chapters for new transaction egg. The\n README.txt was removed and savepoint.txt was moved. Also add chapter\n about dooming transactions (doom.txt).\n\n- Changed mailing list address to zope-dev at zope.org, because zope3-dev\n is retired now.\n\n- Cleaned up dependencies.\n\n3.4.3 (2007-11-10)\n==================\n\n- Fix https://bugs.launchpad.net/zope3/+bug/161737: Misleading text in\n the interface viewer.\n\n- Fix https://bugs.launchpad.net/zope3/+bug/161190: The zope3-dev\n mailinglist has been retired, point to zope-dev.\n\n\n3.4.2 (2007-10-30)\n==================\n\n- Avoid deprecation warnings for ``ZopeMessageFactory``.\n\n3.4.1 (2007-10-23)\n==================\n\n- Avoid deprecation warnings.\n\n3.4.0 (2007-10-10)\n==================\n\n- Improved package meta-data.\n\n- Fixed the code to at least gracefully ignore unzipped eggs. Eventually we\n want to handle eggs well.\n\n3.4.0a1 (2007-04-22)\n====================\n\n- Initial release independent of the main Zope tree.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zopefoundation/zope.app.apidoc", "keywords": "zope3 api documentation", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.app.apidoc", "package_url": "https://pypi.org/project/zope.app.apidoc/", "platform": "", "project_url": "https://pypi.org/project/zope.app.apidoc/", "project_urls": { "Homepage": "http://github.com/zopefoundation/zope.app.apidoc" }, "release_url": "https://pypi.org/project/zope.app.apidoc/4.2.0/", "requires_dist": [ "persistent", "ZODB", "setuptools", "zope.annotation", "zope.app.appsetup (>=4.0.0)", "zope.app.basicskin (>=4.0.0)", "zope.app.exception (>=4.0.0)", "zope.app.onlinehelp (>=4.0.1)", "zope.app.preference (>=4.0.0)", "zope.app.publisher (>=4.0.0)", "zope.app.renderer (>=4.1.0)", "zope.app.tree (>=4.0.0)", "zope.cachedescriptors", "zope.component (>=3.8.0)", "zope.configuration", "zope.container", "zope.deprecation", "zope.hookable", "zope.i18n", "zope.interface", "zope.location (>=4.0.3)", "zope.proxy", "zope.publisher (>=4.3.1)", "zope.schema", "zope.security (>=4.1.1)", "zope.site", "zope.testbrowser", "zope.testing", "zope.traversing (>=4.1.0)", "zope.app.authentication (>=4.0.0); extra == 'static'", "zope.app.folder (>=4.0.0); extra == 'static'", "zope.app.http (>=4.0.1); extra == 'static'", "zope.app.principalannotation (>=4.0.0); extra == 'static'", "zope.app.rotterdam (>=4.0.1); extra == 'static'", "zope.app.wsgi (>=4.1.0); extra == 'static'", "zope.applicationcontrol (>=4.0.0); extra == 'static'", "zope.browserpage (>=4.1.0); extra == 'static'", "zope.login; extra == 'static'", "zope.principalannotation; extra == 'static'", "zope.securitypolicy; extra == 'static'", "zope.testing; extra == 'static'", "zope.testrunner; extra == 'static'", "zope.app.component[test]; extra == 'static'", "zope.app.form[test]; extra == 'static'", "zope.app.schema[test]; extra == 'static'", "zope.app.authentication (>=4.0.0); extra == 'test'", "zope.app.folder (>=4.0.0); extra == 'test'", "zope.app.http (>=4.0.1); extra == 'test'", "zope.app.principalannotation (>=4.0.0); extra == 'test'", "zope.app.rotterdam (>=4.0.1); extra == 'test'", "zope.app.wsgi (>=4.1.0); extra == 'test'", "zope.applicationcontrol (>=4.0.0); extra == 'test'", "zope.browserpage (>=4.1.0); extra == 'test'", "zope.login; extra == 'test'", "zope.principalannotation; extra == 'test'", "zope.securitypolicy; extra == 'test'", "zope.testing; extra == 'test'", "zope.testrunner; extra == 'test'", "zope.app.component[test]; extra == 'test'", "zope.app.form[test]; extra == 'test'", "zope.app.schema[test]; extra == 'test'" ], "requires_python": "", "summary": "API Documentation and Component Inspection for Zope 3", "version": "4.2.0" }, "last_serial": 4193164, "releases": { "3.4.0": [ { "comment_text": "", "digests": { "md5": "f9d80bb73fe4d04e1a6d1f45a3578249", "sha256": "382e2312021772025405792ca94da523ec64b6d5eb9defa589b9d70a1e723abf" }, "downloads": -1, "filename": "zope.app.apidoc-3.4.0.tar.gz", "has_sig": false, "md5_digest": "f9d80bb73fe4d04e1a6d1f45a3578249", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143600, "upload_time": "2007-10-11T03:15:30", "url": "https://files.pythonhosted.org/packages/e7/9a/db56b55e0777b729b28bf59c51d5501b71346a254a31df90946f2ff181f8/zope.app.apidoc-3.4.0.tar.gz" } ], "3.4.0a1": [ { "comment_text": "", "digests": { "md5": "037d0ad23c65a618e3c860e77a6901fb", "sha256": "20c803bc7ed4d3b5bf387f63ff81422d871d6a580f9122959b309f4b140a674e" }, "downloads": -1, "filename": "zope.app.apidoc-3.4.0a1.tar.gz", "has_sig": false, "md5_digest": "037d0ad23c65a618e3c860e77a6901fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110260, "upload_time": "2007-04-23T13:25:37", "url": "https://files.pythonhosted.org/packages/65/6e/e1e4baea33316674f98a322f08a2aebf60d3a4c587b5200346ccc7db283c/zope.app.apidoc-3.4.0a1.tar.gz" } ], "3.4.1": [ { "comment_text": "", "digests": { "md5": "a3716f34f3adccbbb5a2ca5e0f7a6ab8", "sha256": "ff9466e09f9fbf004da430cfcaa55a5c1a409b069e903547f036e0e5caf2e94b" }, "downloads": -1, "filename": "zope.app.apidoc-3.4.1.tar.gz", "has_sig": false, "md5_digest": "a3716f34f3adccbbb5a2ca5e0f7a6ab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145748, "upload_time": "2007-10-24T01:27:45", "url": "https://files.pythonhosted.org/packages/28/c6/c8500e3bac31ae4ebc3bb7598fea46449e41459313661746e553c27c2484/zope.app.apidoc-3.4.1.tar.gz" } ], "3.4.2": [ { "comment_text": "", "digests": { "md5": "ad659ec3788e55c6d282e47e8bfbd361", "sha256": "d791e9c70390ff1f72c2f92d68e2b5a9044c58c58d1d25939a178370e95710e7" }, "downloads": -1, "filename": "zope.app.apidoc-3.4.2.tar.gz", "has_sig": false, "md5_digest": "ad659ec3788e55c6d282e47e8bfbd361", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143938, "upload_time": "2007-10-30T18:44:48", "url": "https://files.pythonhosted.org/packages/02/96/36d0febe1515b7fec4f6f3ea4e3a79135b6b8d861b4e05c3798ece59f41c/zope.app.apidoc-3.4.2.tar.gz" } ], "3.4.3": [ { "comment_text": "", "digests": { "md5": "d260c627dfbcc2d81ad4b4aaef043bbb", "sha256": "7df05a09d6ee6832496280c48b66aafafb6ede2d764c9ce5bd27b2333e96dcad" }, "downloads": -1, "filename": "zope.app.apidoc-3.4.3.tar.gz", "has_sig": false, "md5_digest": "d260c627dfbcc2d81ad4b4aaef043bbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146175, "upload_time": "2007-11-10T10:13:02", "url": "https://files.pythonhosted.org/packages/4f/a3/9ff054163cab19705ac483db26843eeb5c2d4ed1ef9a12db53bac0bc085a/zope.app.apidoc-3.4.3.tar.gz" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "f3b1c678210d557fc8c44563a2bcf5ad", "sha256": "885fa9f5d7c649743cf3e4cdbee3c5d11050849eef5bac98bcc9b3f5e0028eac" }, "downloads": -1, "filename": "zope.app.apidoc-3.5.0.tar.gz", "has_sig": false, "md5_digest": "f3b1c678210d557fc8c44563a2bcf5ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146797, "upload_time": "2009-01-17T13:09:25", "url": "https://files.pythonhosted.org/packages/d9/ce/92ce74f816fbf0d25c36a9b9ade5b918d4bdc79cc6eb2b60b642f3ea5c7e/zope.app.apidoc-3.5.0.tar.gz" } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "fa649bf96768a7b9740a814ed51bee1f", "sha256": "d9f02d238f01c737e93ffe58c8cd3e16cc51bf7ac4ae0d0261d33e826ec48fcd" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.0.tar.gz", "has_sig": false, "md5_digest": "fa649bf96768a7b9740a814ed51bee1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146928, "upload_time": "2009-01-31T13:48:18", "url": "https://files.pythonhosted.org/packages/1f/e2/6d4e9183ed155f71aa3eebb190ca9d9a20b6a5d9d2947350348047079cf3/zope.app.apidoc-3.6.0.tar.gz" } ], "3.6.1": [ { "comment_text": "", "digests": { "md5": "55ff18ecc38ff358c229a6af1696c7b6", "sha256": "160456857411871ecec960dc400a0d50a421930d5bf02e4df27362a6394296a0" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.1.tar.gz", "has_sig": false, "md5_digest": "55ff18ecc38ff358c229a6af1696c7b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149574, "upload_time": "2009-02-04T21:57:34", "url": "https://files.pythonhosted.org/packages/20/18/b2f9d8bf4cbe614372c4d99a511248ba3cf8fef84d5e429045a9887d2eb8/zope.app.apidoc-3.6.1.tar.gz" } ], "3.6.2": [ { "comment_text": "", "digests": { "md5": "02d6f290a6857b4fb0acc11034fb183d", "sha256": "943011a98763735e02e1a77fb2766a8b28bc9ac17b53e14f5d496b14c2b4138d" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.2.tar.gz", "has_sig": false, "md5_digest": "02d6f290a6857b4fb0acc11034fb183d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148591, "upload_time": "2009-03-17T16:04:29", "url": "https://files.pythonhosted.org/packages/db/e8/031cd121c0d4ea353bd26ac6753fac3d6a63da22ceea6d62692e36cbfe46/zope.app.apidoc-3.6.2.tar.gz" } ], "3.6.3": [ { "comment_text": "", "digests": { "md5": "558563cc3a480ee07de2fa4adc8b12ce", "sha256": "f717a3875444b7cacd5f86bb96fead67f222e753602993de93cb70f5956547fb" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.3.tar.gz", "has_sig": false, "md5_digest": "558563cc3a480ee07de2fa4adc8b12ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149205, "upload_time": "2009-05-16T14:59:45", "url": "https://files.pythonhosted.org/packages/b7/60/18e405112c76b4befff602e085cb59f457ccf9eb3e670561f6a709f6adf8/zope.app.apidoc-3.6.3.tar.gz" } ], "3.6.4": [ { "comment_text": "", "digests": { "md5": "65cb8749f1d5a0b0f2849e16a760807d", "sha256": "cc7b127c384db4df3db1021fc7acc036caf697ab42c6e6b16ac714456bf5b0a0" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.4.tar.gz", "has_sig": false, "md5_digest": "65cb8749f1d5a0b0f2849e16a760807d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148246, "upload_time": "2009-07-23T22:01:05", "url": "https://files.pythonhosted.org/packages/67/82/9c1e24c77e5db20a802d0a8d85f8946cbec08984ce712551d2c103dcb8bf/zope.app.apidoc-3.6.4.tar.gz" } ], "3.6.5": [ { "comment_text": "", "digests": { "md5": "a5ed1d7b3863e6d5957c9a6445746ba7", "sha256": "86cc7e0d1ce25e3e7b500b0e46714f9258d779da1ce45bcdd76c8f39d86adeca" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.5.tar.gz", "has_sig": false, "md5_digest": "a5ed1d7b3863e6d5957c9a6445746ba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148332, "upload_time": "2009-07-24T11:17:22", "url": "https://files.pythonhosted.org/packages/3b/fb/c65488b85c2a9c78235a4ae0f05c50059e30ddb719fe9cd2e5845a7c5f94/zope.app.apidoc-3.6.5.tar.gz" } ], "3.6.6": [ { "comment_text": "", "digests": { "md5": "30e644cc43ca8d0fceedbc17bdf6ef19", "sha256": "7ca58347d80d6d9003a22244dae8667082677a15faaf1acbec26d37907fe3836" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.6.zip", "has_sig": true, "md5_digest": "30e644cc43ca8d0fceedbc17bdf6ef19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229459, "upload_time": "2009-09-15T15:44:25", "url": "https://files.pythonhosted.org/packages/c2/5c/d8d16618197c3982409beafbfc4973ed5b10dc8e3e241c78cf3c43fcf37e/zope.app.apidoc-3.6.6.zip" } ], "3.6.7": [ { "comment_text": "", "digests": { "md5": "960a851b517b0f30133a473da46d088e", "sha256": "d409d3f5a64324ff697cfbbae7cadb2b9301a237fde80431118180e6024adda2" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.7.tar.gz", "has_sig": true, "md5_digest": "960a851b517b0f30133a473da46d088e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151506, "upload_time": "2009-09-29T17:37:20", "url": "https://files.pythonhosted.org/packages/ce/14/c372f27cfcbd1579dfc6bc1163dd0600b65a8eabc0bc8b994920db467e39/zope.app.apidoc-3.6.7.tar.gz" } ], "3.6.8": [ { "comment_text": "", "digests": { "md5": "63470155a97c708fe31a76d51ec8fc36", "sha256": "72c6a98b202e2f5e90d056c639bd9df90be530f4f6c5958845e8bebdec4e48be" }, "downloads": -1, "filename": "zope.app.apidoc-3.6.8.tar.gz", "has_sig": true, "md5_digest": "63470155a97c708fe31a76d51ec8fc36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151602, "upload_time": "2009-11-18T10:23:21", "url": "https://files.pythonhosted.org/packages/16/24/a5a2cae0a46458da02cb3a31c02e3a85cf65a4b2b09f3e6662bf60481d62/zope.app.apidoc-3.6.8.tar.gz" } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "2e6b02f4959f92cafed0809bf3875fc8", "sha256": "150ac7b9b147341fde6da01644366056b6676ac0cf0a681d666b6439c2fea3e7" }, "downloads": -1, "filename": "zope.app.apidoc-3.7.0.zip", "has_sig": false, "md5_digest": "2e6b02f4959f92cafed0809bf3875fc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229867, "upload_time": "2009-12-22T20:21:05", "url": "https://files.pythonhosted.org/packages/7a/5a/9370d66901b28f3d8986a653369407ef1ea5035184a5632d4d0a4d84170b/zope.app.apidoc-3.7.0.zip" } ], "3.7.1": [ { "comment_text": "", "digests": { "md5": "0228c065877257683e70ec3882626a7c", "sha256": "3b52c293abaae16a9692d791fdd44b9d50dba9fb61bb831a1596710e9bd91a93" }, "downloads": -1, "filename": "zope.app.apidoc-3.7.1.tar.gz", "has_sig": false, "md5_digest": "0228c065877257683e70ec3882626a7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150448, "upload_time": "2010-01-05T00:01:12", "url": "https://files.pythonhosted.org/packages/99/06/f649b70f310bd1584eac3b0f70252ab7e21521d074ca376f8603863c14cb/zope.app.apidoc-3.7.1.tar.gz" } ], "3.7.2": [ { "comment_text": "", "digests": { "md5": "20b87d06b0f20322b4e1133d8ce634ca", "sha256": "82345c108513a7a82e511e4143bb621ab7df9af5e93ab60dc661cba045b176c1" }, "downloads": -1, "filename": "zope.app.apidoc-3.7.2.tar.gz", "has_sig": false, "md5_digest": "20b87d06b0f20322b4e1133d8ce634ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151769, "upload_time": "2010-03-07T06:41:39", "url": "https://files.pythonhosted.org/packages/f5/9f/02fa52d2ecbf11f264b5146bd63abc20fabfe6cad898dc30c738281fc0c7/zope.app.apidoc-3.7.2.tar.gz" } ], "3.7.3": [ { "comment_text": "", "digests": { "md5": "3073f62e66dc450b072c821e620e4b7a", "sha256": "cf5dc5171250bf96a6a02752a69d90c3db2e4b127aca04749e08889a454e97f2" }, "downloads": -1, "filename": "zope.app.apidoc-3.7.3.tar.gz", "has_sig": false, "md5_digest": "3073f62e66dc450b072c821e620e4b7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149169, "upload_time": "2010-07-14T17:15:14", "url": "https://files.pythonhosted.org/packages/99/0e/15e7080b0ea327fd0dbad5f96496ba8150a4a863c8da8bdbde6c7c56ed1a/zope.app.apidoc-3.7.3.tar.gz" } ], "3.7.4": [ { "comment_text": "", "digests": { "md5": "6beba6ce74b8fbd8ebd701e379e34b91", "sha256": "e0f9b51701d4a2ffa322a04aa2bb244269fc98f0f13748930892ee9f3b0c0bb7" }, "downloads": -1, "filename": "zope.app.apidoc-3.7.4.tar.gz", "has_sig": false, "md5_digest": "6beba6ce74b8fbd8ebd701e379e34b91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152882, "upload_time": "2010-09-01T13:20:18", "url": "https://files.pythonhosted.org/packages/74/f2/8949b31d2431c9ff23a7364c7aa8184f68a5a452fdf236451b352aac0c87/zope.app.apidoc-3.7.4.tar.gz" } ], "3.7.5": [ { "comment_text": "", "digests": { "md5": "91e969b2d1089bb0a6a303990d269f0a", "sha256": "18589f73f9d1bd5bab6bcc2919c20023f20a65c2a753d2ff589451117eec29f7" }, "downloads": -1, "filename": "zope.app.apidoc-3.7.5.zip", "has_sig": false, "md5_digest": "91e969b2d1089bb0a6a303990d269f0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 233986, "upload_time": "2010-09-12T14:33:15", "url": "https://files.pythonhosted.org/packages/79/77/f4fbce3ca5c1d1a23b6fbdc919ef00c37eb885fd80d4da38eb137fcc4991/zope.app.apidoc-3.7.5.zip" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "7da92c23a93e36c5aa89e2adb98bf82e", "sha256": "3bf61e72f04d73a99b7744ef0aca76e71d278c3d507b580ab1f87d3322066a61" }, "downloads": -1, "filename": "zope.app.apidoc-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7da92c23a93e36c5aa89e2adb98bf82e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 228853, "upload_time": "2017-05-25T12:31:21", "url": "https://files.pythonhosted.org/packages/6f/8c/686e2d6e7fd995183e886b219f9909173b90722b939f69f8b2ba506c9693/zope.app.apidoc-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3cd719f361e1e6030b1b1390b91959a", "sha256": "a515e3feb40d8a9e56da855b5774c434aff66d54ea7a0a988a6fabaf8101bb39" }, "downloads": -1, "filename": "zope.app.apidoc-4.0.0.tar.gz", "has_sig": false, "md5_digest": "b3cd719f361e1e6030b1b1390b91959a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162184, "upload_time": "2017-05-25T12:31:23", "url": "https://files.pythonhosted.org/packages/de/b0/ea3f736bd535c7fe480a787aed370e813f2187742672f59f0b4f2d09d8f0/zope.app.apidoc-4.0.0.tar.gz" } ], "4.2.0": [ { "comment_text": "", "digests": { "md5": "2b34f51bd1d077683db321ad08bc8bf6", "sha256": "bfa9f9eff9af03914e2c87ff25021c0c259be1ef30d1e4073536e4f32ab826f6" }, "downloads": -1, "filename": "zope.app.apidoc-4.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2b34f51bd1d077683db321ad08bc8bf6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 196709, "upload_time": "2018-08-21T16:34:39", "url": "https://files.pythonhosted.org/packages/86/c6/f83d5dc8c99b1f00af09515e4e77cd82a5026966ad99a3de8c4746d39fe4/zope.app.apidoc-4.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ce497eb4b30417f3a95a23a300db17a", "sha256": "8441ecce5024f1ce2f786355fd35f54ceb8b18d52a28b70b3b536616b7b5205c" }, "downloads": -1, "filename": "zope.app.apidoc-4.2.0.tar.gz", "has_sig": false, "md5_digest": "4ce497eb4b30417f3a95a23a300db17a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142249, "upload_time": "2018-08-21T16:34:42", "url": "https://files.pythonhosted.org/packages/7c/34/3593350bbb130b41411edb8e5bc99339280ad6bf4b84e3d3252c9aff3014/zope.app.apidoc-4.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b34f51bd1d077683db321ad08bc8bf6", "sha256": "bfa9f9eff9af03914e2c87ff25021c0c259be1ef30d1e4073536e4f32ab826f6" }, "downloads": -1, "filename": "zope.app.apidoc-4.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2b34f51bd1d077683db321ad08bc8bf6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 196709, "upload_time": "2018-08-21T16:34:39", "url": "https://files.pythonhosted.org/packages/86/c6/f83d5dc8c99b1f00af09515e4e77cd82a5026966ad99a3de8c4746d39fe4/zope.app.apidoc-4.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ce497eb4b30417f3a95a23a300db17a", "sha256": "8441ecce5024f1ce2f786355fd35f54ceb8b18d52a28b70b3b536616b7b5205c" }, "downloads": -1, "filename": "zope.app.apidoc-4.2.0.tar.gz", "has_sig": false, "md5_digest": "4ce497eb4b30417f3a95a23a300db17a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142249, "upload_time": "2018-08-21T16:34:42", "url": "https://files.pythonhosted.org/packages/7c/34/3593350bbb130b41411edb8e5bc99339280ad6bf4b84e3d3252c9aff3014/zope.app.apidoc-4.2.0.tar.gz" } ] }