{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Framework :: Zope :: 4", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Text Processing :: Markup :: XML" ], "description": "Overview\n========\n\nThis package is deprecated. It was integrated into Zope at version 4.0a2.\nIt is no longer needed.\n\nChangelog\n=========\n\n3.0 (2017-11-30)\n~~~~~~~~~~~~~~~~\n\n- Mark as deprecated. This package is no longer needed with ``Zope >= 4`` as\n its code got included in ``Zope``.\n\n\n2.2.5 (2017-11-26)\n~~~~~~~~~~~~~~~~~~\n\n- Fix ``test_edit_with_errors`` to not import a private variable from\n ``zope.pagetemplate``. Fixes test failure with latest zope.pagetemplate.\n\n\n2.2.4 (2016-04-19)\n~~~~~~~~~~~~~~~~~~\n\n- Skip processing instruction code blocks in templates that use\n the restricted evaluation engine.\n [mauritsvanrees]\n\n\n2.2.3 (2015-07-18)\n~~~~~~~~~~~~~~~~~~\n\n- Add version to setup.py to make zest.releaser happy.\n [timo]\n\n- Compatibility with Chameleon >= 2.14\n [tomgross]\n\n\n2.2.2 (2014-04-15)\n~~~~~~~~~~~~~~~~~~\n\n- Fix test.\n [davisagli]\n\n\n2.2.1 (2012-01-08)\n~~~~~~~~~~~~~~~~~~\n\nFeatures:\n\n- Whitespace between attributes is now reduced to a single whitespace\n character.\n\nBugfixes:\n\n- The path traverser now correctly renders callables, applying the\n template namespace as keyword arguments. Previously, only the\n ``request`` name would be passed.\n\n- The content provider expression now correctly applies TAL namespace\n data.\n\n- Avoid duplicate HTML decoding. This fixes an issue which was\n introduced because newer Chameleon releases decode all expression\n inputs by default.\n\n2.2.0 (2011-10-10)\n~~~~~~~~~~~~~~~~~~\n\n- Update implementation to use component-based template engine\n configuration, plugging directly into the Zope Toolkit framework.\n\n- Declare RepeatItem as public object with allowed subobjects\n [leorochael]\n\n- Bump minimum versions of dependencies z3c.pt and sourcecodegen to fix\n lp#853731 and lp#848200.\n [leorochael]\n\n- Fixed encoding issue with restricted Python expression. The Python\n 2.4 AST parser does not accept unicode input and the expression\n string must be explicitly encoded to a byte string.\n [malthe]\n\n2.1.5 (2011-08-11)\n~~~~~~~~~~~~~~~~~~\n\n- Reuse template instance on cook.\n [malthe]\n\n- Use the template source string available in the ``_text`` attribute\n instead of reading the file (again).\n [leorochael, malthe]\n\n- Use secure moduler importer for both Zope 2 and 3 templates. This\n fixes issue #34.\n [malthe]\n\n2.1.4 (2011-07-28)\n~~~~~~~~~~~~~~~~~~\n\n- Upgrade to newest Zope integration package.\n\n2.1.3 (2011-07-23)\n~~~~~~~~~~~~~~~~~~\n\n- Fixed issue with traversal and dictionary optimization (the\n optimization has been removed).\n [malthe]\n\n- Fixed compatibility issue with the ``UnauthorizedBinding`` class and\n traversal.\n [malthe]\n\n2.1.2 (2011-07-21)\n~~~~~~~~~~~~~~~~~~\n\n- Wire in restricted python builtins as imports. Previously these were\n added to the dynamic context.\n [malthe]\n\n- Use the Python expression from the ``z3c.pt`` package for the\n trusted page template engine. This difference between this and the\n standard Python expression from Chameleon is that the pipe character\n (``\"|\"``) has the meaning of fallback in Chameleon, but not in the\n reference ZPT implementation (where it's only available for path\n expressions).\n [malthe]\n\n2.1.1 (2011-07-15)\n~~~~~~~~~~~~~~~~~~\n\n- Added builtins from ``RestrictedPython`` to context for Zope 2\n templates.\n\n This fixes name error issues on templates that use one or more\n utility function builtins normally available to Python expressions\n in restricted mode.\n [malthe]\n\n2.1 (2011-07-14)\n~~~~~~~~~~~~~~~~\n\n- Point release.\n\n- Use trusted path expression for trusted expression engine.\n [malthe]\n\n- Fixed template context issues where a ``request`` would be required\n by the path expression compiler but not provided (typically when in\n a situation where the user is unauthorized to view content).\n [malthe]\n\n2.1-rc1 (2011-07-14)\n~~~~~~~~~~~~~~~~~~~~\n\n- Major architectural change.\n\n The package no longer contains own template classes; instead,\n patches are made to switch from the reference TAL interpreter to the\n Chameleon TAL compiler.\n [malthe]\n\n2.0-rc3 (2011-07-07)\n~~~~~~~~~~~~~~~~~~~~\n\n- Refactor custom Python expression implementation to use the\n ``parse`` method. This builds directly on the base implementation\n and its behavior.\n [malthe]\n\n2.0-rc2 (2011-05-24)\n~~~~~~~~~~~~~~~~~~~~\n\n- Have the base template class implement ``IPageTemplate`` from\n ``zope.pagetemplate``. This interface is relied on for a number of\n adapter registrations and the missing interface declaration affects\n packages such as ``plone.caching``.\n [malthe]\n\n- Set default reload mode to the Zope 2 application server\n configuration's ``debug_mode`` value.\n [malthe]\n\n2.0-rc1 (2011-02-28)\n~~~~~~~~~~~~~~~~~~~~\n\n- Update to Chameleon 2.0.\n\n This release includes many changes and is a complete rewrite of the\n 1.x series.\n\n Note that Python 2.5+ is now required.\n [malthe]\n\n- Python-expressions are now subject to access-control security.\n [malthe]\n\n1.3.3 - 2010-09-30\n~~~~~~~~~~~~~~~~~~\n\n- Apply patches at import time instead of product initialisation.\n [wichert]\n\n1.3.2 - 2010-09-29\n~~~~~~~~~~~~~~~~~~\n\n- Add a same_type method to the default namespace.\n [wichert]\n\n1.3.1 - 2010-09-23\n~~~~~~~~~~~~~~~~~~\n\n- Added support for eager loading (environment variable\n ``CHAMELEON_EAGER``). This flag should be passed only in development\n mode and will reveal any templates which do not parse.\n [malthe]\n\n1.3 - 2010-09-08\n~~~~~~~~~~~~~~~~\n\n- Added support for ``PageTemplate`` and\n ``ZopePageTemplate``.\n [malthe]\n\n1.2 - 2010-08-30\n~~~~~~~~~~~~~~~~\n\n- Fixed acquisition-wrapping issue: we need to wrap with the parent to\n avoid a pair of template objects (original and patched).\n\n1.1 - 2010-05-15\n~~~~~~~~~~~~~~~~~\n\n- Add DateTime to the base context. Fixes problems with certain ZMI pages.\n [wichert]\n\n1.0 - 2010-05-13\n~~~~~~~~~~~~~~~~~\n\n- If template is not an acquirer, wrap it implicitly. [malthe]\n\n- Removed unused ``ViewletManager`` ZCML handler. [malthe]\n\n0.10 - 2010-04-20\n~~~~~~~~~~~~~~~~~\n\n- Improve five.grok support [fretin]\n\n- Check if templates are acquisition-aware before trying to wrap them. This\n fixes problems with METAL macros in some ZMI pages. [wichert]\n\n0.9 - 2010-04-14\n~~~~~~~~~~~~~~~~\n\n- Basic support for five.grok templates. [wichert]\n\n0.8 - 2010-01-05\n~~~~~~~~~~~~~~~~\n\n- Fixed some calling convention oddity that would result in the view\n instance being passed doubly as the template arguments.\n\n0.7 - 2009-05-20\n~~~~~~~~~~~~~~~~\n\n- Default encoding of the base template set to UTF-8. [malthe]\n\n- Update to latest Chameleon. [malthe]\n\n- Patch ``macros`` attribute. [malthe]\n\n0.6 - 2009-04-06\n~~~~~~~~~~~~~~~~\n\n- Avoid another case of unconditionally attempting to Acquisition wrap\n template files. We do have an interface check for this. [hannosch]\n\n0.5 - 2009-02-17\n~~~~~~~~~~~~~~~~\n\n- Added test function to template context. [malthe]\n\n- Fixed edge-case (special case?) where the view of a\n ViewPageTemplateFile is really only the view for a view. [malthe]\n\n- Added patch for ``Products.PageTemplates.PageTemplateFile``. [malthe]\n\n- Rework the \"full namespace provided to path expression\" change introduced\n in 0.3. We no longer call the expensive locals() function but construct a\n minimal namespace with the context and request ourselves. [hannosch]\n\n- If the ``__get__`` method is called uninstantiated, just return the\n class itself. [malthe]\n\nfive.pt 0.4 (released 2/13/2009)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Fixed issue where the ``template`` parameter to a viewlet manager\n directive was effectively ignored. [malthe]\n\n- Fixed acquisition-wrapping issue with the (patched) bound template\n class (could cause infinite loop due to cyclic acquisition\n chain). [malthe]\n\n- Moved evaluate_path and evaluate_exists over to ``z3c.pt``, adding\n support for global ``path()`` and ``exists()`` functions for use in\n ``python:`` expressions to it (LP #317967). [sidnei]\n\nfive.pt 0.3 (released 12/17/2008)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Use bobo traversal if ``OFS.interfaces.ITraversable`` interface is\n provided. [malthe]\n\n- Adjusted the path expression to provide the full namespace to the render\n function and not just the request. This matches Zope2 behavior. [hannosch]\n\nfive.pt 0.2 (released 11/29/2008)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- From Zope 2.12 onwards, do not acquisition-wrap content\n provider. [malthe]\n\n- Split out CMF-related code to separate package. [malthe]\n\n- Compatibility changes to support Zope 2.10. [malthe]\n\nfive.pt 0.1 (released 11/19/2008)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Initial release.\n\n- Simplified template class inheritance. [malthe]\n\n- Added ``path`` and ``exists`` functions to skin template\n namespace. [malthe]\n\n- Added call-support for old-style classes in path\n expressions. [malthe]\n\n- Added monkey-patches to replace template engine for module-level\n view page template instances. [malthe]\n\n- Made `EContext` class more robust. [malthe]\n\n- Register custom file-system page template class for use with CMF\n form controllers. [malthe]\n\n- Register custom file-system page template class for use with CMF\n directory views. [malthe]\n\n- Added meta-directives to register browser views, viewlets and\n viewlet managers using Chameleon templates. [malthe]\n\n- Updated to latest API. [malthe]\n\n- Package structure. [hannosch]\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zopefoundation/five.pt", "keywords": "", "license": "ZPL", "maintainer": "", "maintainer_email": "", "name": "five.pt", "package_url": "https://pypi.org/project/five.pt/", "platform": "", "project_url": "https://pypi.org/project/five.pt/", "project_urls": { "Homepage": "https://github.com/zopefoundation/five.pt" }, "release_url": "https://pypi.org/project/five.pt/3.0/", "requires_dist": [ "Zope2 (>=4.0a2)", "setuptools" ], "requires_python": "", "summary": "DEPRECATED: Five bridges and patches to use Chameleon with Zope.", "version": "3.0" }, "last_serial": 3376637, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "83e72b75913ae6dcd25bc227addcfe81", "sha256": "7a9fcd90dd578996cdecfa4dc5e7a98a219e5bd8e87a6c99ab7478d148fb6d64" }, "downloads": -1, "filename": "five.pt-0.1.tar.gz", "has_sig": false, "md5_digest": "83e72b75913ae6dcd25bc227addcfe81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11311, "upload_time": "2008-11-19T13:45:49", "url": "https://files.pythonhosted.org/packages/69/a1/41ba72f6f7511de956d3ce82bb67e3ad77e9949242163cf993453f210866/five.pt-0.1.tar.gz" } ], "0.10": [ { "comment_text": "", "digests": { "md5": "4d1241cf51fd880f5e7211c195cc0f37", "sha256": "27bd50daebf37b2009ae772c2a9f98b629cd4c851e03bc5c3763d564f173c185" }, "downloads": -1, "filename": "five.pt-0.10.tar.gz", "has_sig": false, "md5_digest": "4d1241cf51fd880f5e7211c195cc0f37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11289, "upload_time": "2010-04-20T14:14:39", "url": "https://files.pythonhosted.org/packages/28/c1/1c58b5e19532f84d5c30223f060b0dbb04bf1003f3d82298d2fbacde6a32/five.pt-0.10.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e93e24315618b9fd14add2c6877393bb", "sha256": "22c512f651e0392797e28ae65469ea99338da15d4cbe26e534ae975aa26d91d6" }, "downloads": -1, "filename": "five.pt-0.2.tar.gz", "has_sig": false, "md5_digest": "e93e24315618b9fd14add2c6877393bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11111, "upload_time": "2008-11-29T09:37:12", "url": "https://files.pythonhosted.org/packages/7a/4a/8218050096ef868f99d610f0bb042a73c883e03ab3fbfa2b60cc7cc37414/five.pt-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "62aca98ee6cc7da0017df144272e3b8b", "sha256": "094863817fa9d7f6ab4608df1955edca1453b80b04ddcce0f870fe009a659923" }, "downloads": -1, "filename": "five.pt-0.3.tar.gz", "has_sig": false, "md5_digest": "62aca98ee6cc7da0017df144272e3b8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11440, "upload_time": "2008-12-17T13:02:36", "url": "https://files.pythonhosted.org/packages/2a/65/30d046906454ab16134fe0f236f203fe5a17df2d1b6c2afb42fbd0a73449/five.pt-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "bfe924f82ab84dd2779e5497096b8238", "sha256": "8d57030000e6b5b4571f4434ed90fc2a9cbe7ea108bb320b8921b6c92634ed9e" }, "downloads": -1, "filename": "five.pt-0.4.tar.gz", "has_sig": false, "md5_digest": "bfe924f82ab84dd2779e5497096b8238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11816, "upload_time": "2009-02-13T19:34:44", "url": "https://files.pythonhosted.org/packages/e1/d0/860bba17bb67d1c87d9ed4dc67f5b4ffe4d432041b7a45f77e87bc77b0fd/five.pt-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "e95ef6564cce07345af8a4a98b7ceafa", "sha256": "ac44ba09c21c9fdcf4f94203e3c0028feb8d252e80aa733e40f79fdb3f5138da" }, "downloads": -1, "filename": "five.pt-0.5.tar.gz", "has_sig": false, "md5_digest": "e95ef6564cce07345af8a4a98b7ceafa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12850, "upload_time": "2009-02-19T18:20:11", "url": "https://files.pythonhosted.org/packages/e2/47/c17cd4cf3117f67474dd47432fafba21e489edc1ff606b5b2bb52e64301a/five.pt-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "b6cbac4392368b353ce8df0d313bdcf5", "sha256": "be47af3a5c90e560370c78061055594b1f8ddcba5ce3feaf0ff4b09162b78570" }, "downloads": -1, "filename": "five.pt-0.6.zip", "has_sig": true, "md5_digest": "b6cbac4392368b353ce8df0d313bdcf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19238, "upload_time": "2009-04-06T16:42:02", "url": "https://files.pythonhosted.org/packages/45/5b/394c85fbe3f1a21d3dd4d0ccd3f7990dd1b562098edbca359d4754de1f44/five.pt-0.6.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "c7250f639a7514df35e462a9f5c1bcdc", "sha256": "fb78077cd87cf9d9250d93d990f52485e41cbd0094518d8df48e22b6edba1f97" }, "downloads": -1, "filename": "five.pt-0.7.tar.gz", "has_sig": false, "md5_digest": "c7250f639a7514df35e462a9f5c1bcdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13271, "upload_time": "2009-05-20T09:22:22", "url": "https://files.pythonhosted.org/packages/0b/31/1237926b5e044b90bbd4188800b846bda4578f07ffc6a460e5c72fc71a8c/five.pt-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "d0065998da30e15ef453b6077fe1905d", "sha256": "57ce125fa272fa7706f166a052b84f2da586ff6755727dc9a7ca05d1433b3b57" }, "downloads": -1, "filename": "five.pt-0.8.tar.gz", "has_sig": false, "md5_digest": "d0065998da30e15ef453b6077fe1905d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11608, "upload_time": "2010-01-05T17:34:23", "url": "https://files.pythonhosted.org/packages/a4/21/c5fd207e18b40fd54a0f461bc32b5296505f477a78517022d7d01da7da47/five.pt-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "5b666614511bad1a274b36df5c9c86e6", "sha256": "98630eab84e0269393621f82e7e436151900f77d3b5d58f629e092f4e8f64085" }, "downloads": -1, "filename": "five.pt-0.9.tar.gz", "has_sig": false, "md5_digest": "5b666614511bad1a274b36df5c9c86e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11076, "upload_time": "2010-04-14T14:13:47", "url": "https://files.pythonhosted.org/packages/92/d5/76b7977113f09f5c6f5a2800092fb30b13dd6dec12bbfbbbf58ffa72273c/five.pt-0.9.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "6f655ab3dee91426382a869083b2b8c4", "sha256": "c72967bcc3cdde0511990a5205b6e45abd9b2f21cb1dc889264aa72a26f719a0" }, "downloads": -1, "filename": "five.pt-1.0.tar.gz", "has_sig": false, "md5_digest": "6f655ab3dee91426382a869083b2b8c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11157, "upload_time": "2010-05-13T22:03:44", "url": "https://files.pythonhosted.org/packages/98/f4/6e6939e951a343fafa815dd110590ddc5763fb1bcf84c8d058c498c5732a/five.pt-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "b304f22e8fd9a911d685f5a7ae0bc3f5", "sha256": "cb3fd9a01fe8fe236d88e4daebb940dc5c7885e0c7a47370359383f3b529ee3f" }, "downloads": -1, "filename": "five.pt-1.1.tar.gz", "has_sig": false, "md5_digest": "b304f22e8fd9a911d685f5a7ae0bc3f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11254, "upload_time": "2010-05-15T08:55:07", "url": "https://files.pythonhosted.org/packages/c5/e8/9785b452fa83908a928ea014e4f79270bc4e52155839f0542ae0a9be4815/five.pt-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "f951593ff7d40feec0f92f49ad220ada", "sha256": "81823a5ee404f2e8801da4645886e7c1a526b0afdb52b090f54181d0d8bc150e" }, "downloads": -1, "filename": "five.pt-1.2.tar.gz", "has_sig": false, "md5_digest": "f951593ff7d40feec0f92f49ad220ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11553, "upload_time": "2010-08-30T14:48:12", "url": "https://files.pythonhosted.org/packages/ca/19/8a8e08c6849b71c569b157ef47dbf0211f98df51fbd48b81ae8e90e604dc/five.pt-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "16122838da98fe34667371164052931a", "sha256": "dfdd85a7156831754458ed6e01f5501c100e2b589d6f5d04f6c1f463a0315c15" }, "downloads": -1, "filename": "five.pt-1.3.tar.gz", "has_sig": false, "md5_digest": "16122838da98fe34667371164052931a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12692, "upload_time": "2010-09-08T08:57:01", "url": "https://files.pythonhosted.org/packages/b5/df/5cd3867aa91e9f80762cf583bbd1885069ee5ffb3fd8c6dc512538697002/five.pt-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "96137cfac1e43ca65392674470797122", "sha256": "c432f2af737c6772090428ab10ddb7533cee3dcb31decc0abd8f3b8d841e4dfc" }, "downloads": -1, "filename": "five.pt-1.3.1.tar.gz", "has_sig": false, "md5_digest": "96137cfac1e43ca65392674470797122", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13047, "upload_time": "2010-09-23T09:22:03", "url": "https://files.pythonhosted.org/packages/fc/f7/83c866ca9a8988eb1f1037d1d6c7373b89b88abfde8d2edfdecfe019f607/five.pt-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "ededd4369cc56fb0029dda8acbd272c4", "sha256": "2ed3166e6e6bde4cc1688490cf11def4cc0b5ab98736e55c780450439d374b4a" }, "downloads": -1, "filename": "five.pt-1.3.2.tar.gz", "has_sig": false, "md5_digest": "ededd4369cc56fb0029dda8acbd272c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12251, "upload_time": "2010-09-29T16:23:54", "url": "https://files.pythonhosted.org/packages/08/1e/ca1455838dfe29b4014d8738fb4d54326df4a3b24daaed81172797227972/five.pt-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "d9fdb2a0c242fbb5e6e78e1ea5988ad9", "sha256": "11b2560290978389c685a04737ac38b42335b3dd7c343df48e014ccffb44f7e9" }, "downloads": -1, "filename": "five.pt-1.3.3.tar.gz", "has_sig": false, "md5_digest": "d9fdb2a0c242fbb5e6e78e1ea5988ad9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12326, "upload_time": "2010-09-30T15:59:00", "url": "https://files.pythonhosted.org/packages/3f/91/f7335585b3543457f9b8dc34e8d799d5a0455e612fea84a9aad4bf56921f/five.pt-1.3.3.tar.gz" } ], "2.0-rc1": [ { "comment_text": "", "digests": { "md5": "649341d3c69f0239c691e8cca53534d1", "sha256": "f3c4af2eb1841ad85d076175b4531712ecf4fb07f8330b95fd6053e0bb4122a8" }, "downloads": -1, "filename": "five.pt-2.0-rc1.tar.gz", "has_sig": false, "md5_digest": "649341d3c69f0239c691e8cca53534d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17950, "upload_time": "2011-02-28T18:42:38", "url": "https://files.pythonhosted.org/packages/55/3c/48efa75de25c18e5212fc7c8e5c7af096a2e355c571c20aa39a1440ceeb1/five.pt-2.0-rc1.tar.gz" } ], "2.0-rc2": [ { "comment_text": "", "digests": { "md5": "a665e699831d262e565ccbe2605bfe82", "sha256": "b3da0fb3d32af2d7b921f8ac292a3e9db6f8d0b2c05dbfc0f2cf1298a4adb3f5" }, "downloads": -1, "filename": "five.pt-2.0-rc2.tar.gz", "has_sig": false, "md5_digest": "a665e699831d262e565ccbe2605bfe82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18447, "upload_time": "2011-05-24T09:52:22", "url": "https://files.pythonhosted.org/packages/7a/6b/14fdd732f4f22e6398f321fd621ae8cb4abb9a4919f718efa4c0662ab4fb/five.pt-2.0-rc2.tar.gz" } ], "2.0-rc3": [ { "comment_text": "", "digests": { "md5": "ed0175f38c28ebfbb2fe671fdce47562", "sha256": "fb5c2180cc4b47d0012500721b8c65de45c1639f51de98f12961753e8abda838" }, "downloads": -1, "filename": "five.pt-2.0-rc3.tar.gz", "has_sig": false, "md5_digest": "ed0175f38c28ebfbb2fe671fdce47562", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18447, "upload_time": "2011-07-07T16:31:54", "url": "https://files.pythonhosted.org/packages/2e/f7/2b4543119e4d9c9768917bc43158589379fd43919e86ee69ad902f2fe18a/five.pt-2.0-rc3.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "01adc7070495711172bc5dfeeb374e0d", "sha256": "84cac96c4c64196481945c3d1d4ea9284a320d8a2ac7a2eb9e61cc6c9f02a48b" }, "downloads": -1, "filename": "five.pt-2.1.tar.gz", "has_sig": false, "md5_digest": "01adc7070495711172bc5dfeeb374e0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15041, "upload_time": "2011-07-14T09:13:54", "url": "https://files.pythonhosted.org/packages/48/d6/f32ee28f54950a36800fdab6d79abddd6c7d7e5ca942d8d8891aae7d88d4/five.pt-2.1.tar.gz" } ], "2.1-rc1": [ { "comment_text": "", "digests": { "md5": "b82f4466cda85e2095b2b950ca6203c4", "sha256": "f7c31e2d0835147505157d9e56a370e18a3a03a9522f10395ca12ae628592a31" }, "downloads": -1, "filename": "five.pt-2.1-rc1.tar.gz", "has_sig": false, "md5_digest": "b82f4466cda85e2095b2b950ca6203c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14772, "upload_time": "2011-07-14T07:58:06", "url": "https://files.pythonhosted.org/packages/46/1e/09ed82a57c657f14665d7374d64ed0c4f4ab5274c2e86869f13bf71f0a99/five.pt-2.1-rc1.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "d2f7bd0ae03dcd2e232fa39cc9d08497", "sha256": "40f06d448c0cc752bb2556e6ec10e4e0e71599faa045ecb91c9426a533cf697c" }, "downloads": -1, "filename": "five.pt-2.1.1.tar.gz", "has_sig": false, "md5_digest": "d2f7bd0ae03dcd2e232fa39cc9d08497", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15190, "upload_time": "2011-07-15T08:31:01", "url": "https://files.pythonhosted.org/packages/05/18/aa84dfbd3fa0c5d48b79d51bbbb1baf1b774c7380c06b80fd7efb08ecfeb/five.pt-2.1.1.tar.gz" } ], "2.1.2": [ { "comment_text": "", "digests": { "md5": "36b0dcff9a5e8ff05f5d3d9cc1306949", "sha256": "7056c1e47b8d302e6290ddaa988d2601d8604e672d9223ece46546bc65f690b2" }, "downloads": -1, "filename": "five.pt-2.1.2.tar.gz", "has_sig": false, "md5_digest": "36b0dcff9a5e8ff05f5d3d9cc1306949", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15464, "upload_time": "2011-07-21T09:28:02", "url": "https://files.pythonhosted.org/packages/cc/df/87544f37790cf4e4e827aee94f2f38f40edb6cb106c3a9e5d4614d46c950/five.pt-2.1.2.tar.gz" } ], "2.1.3": [ { "comment_text": "", "digests": { "md5": "e3b3c8eb443348e3a54cf832b239d6ef", "sha256": "646a02602a6dbad7ca3e7f66b15bc95e6c9316556487ebc9c501b7516dcaa5be" }, "downloads": -1, "filename": "five.pt-2.1.3.tar.gz", "has_sig": false, "md5_digest": "e3b3c8eb443348e3a54cf832b239d6ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15534, "upload_time": "2011-07-23T00:12:50", "url": "https://files.pythonhosted.org/packages/5b/3b/260fed7448c8a82b7f127e2064c8925190a80ef8d39be608100560268729/five.pt-2.1.3.tar.gz" } ], "2.1.4": [ { "comment_text": "", "digests": { "md5": "ced9b919c1295af18c80e221a7eed8b6", "sha256": "4f5c05ad0942b3f28264c067fef39dbd7820c9340ee6ae1709c04ce3990c6963" }, "downloads": -1, "filename": "five.pt-2.1.4.tar.gz", "has_sig": false, "md5_digest": "ced9b919c1295af18c80e221a7eed8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15895, "upload_time": "2011-07-28T21:37:01", "url": "https://files.pythonhosted.org/packages/8b/aa/649f724dc6bca8c1c16502c9c69f47fa10ecdc67f1223f1c70474d072bd5/five.pt-2.1.4.tar.gz" } ], "2.1.5": [ { "comment_text": "", "digests": { "md5": "cf9cd09f9c6213dc33f87e9e078695a0", "sha256": "a3c678a09a30f4dfb525a3f09b05d5b37e39179208370a133a9df15db78156d5" }, "downloads": -1, "filename": "five.pt-2.1.5.tar.gz", "has_sig": false, "md5_digest": "cf9cd09f9c6213dc33f87e9e078695a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15479, "upload_time": "2011-08-11T10:37:40", "url": "https://files.pythonhosted.org/packages/ed/46/dc694c829622deccac7906d5af0bf82e61608b8060def691870f2e35193d/five.pt-2.1.5.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "23cbf10340479c50df0745abee522837", "sha256": "6bde9995bf2b973f7e706a3b7c4a7f7c8ad107982902ef2809db97a33dc4911b" }, "downloads": -1, "filename": "five.pt-2.2.0.tar.gz", "has_sig": false, "md5_digest": "23cbf10340479c50df0745abee522837", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16167, "upload_time": "2011-10-10T08:56:17", "url": "https://files.pythonhosted.org/packages/85/9a/43f5b5d47886f849873b3fe40b80ff6c8bf02bf2cdff45c427337885b7e5/five.pt-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "9d22720feea9c67f89e0aeb32ecd5167", "sha256": "505feb07d79d8deaedf26da54a1f934f1568474fb6380b00abda061d37f5a682" }, "downloads": -1, "filename": "five.pt-2.2.1.tar.gz", "has_sig": false, "md5_digest": "9d22720feea9c67f89e0aeb32ecd5167", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16255, "upload_time": "2012-01-08T17:37:03", "url": "https://files.pythonhosted.org/packages/4c/57/1bbe762e303e18028b57e1f44d5b803974c0d1ee7327d8d4513538e6fa14/five.pt-2.2.1.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "e577e14ccfd748a233a99fd40950ba80", "sha256": "d190b7e6f6d7ee69a988071da6ba5675110f2d1a2e70d8e58489c20b037e9806" }, "downloads": -1, "filename": "five.pt-2.2.2.zip", "has_sig": false, "md5_digest": "e577e14ccfd748a233a99fd40950ba80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27604, "upload_time": "2014-04-15T16:19:32", "url": "https://files.pythonhosted.org/packages/20/e3/e8c4375a5d56d61c69d474c9674c8e3e3e298eead388e2e15d7f4f7ef566/five.pt-2.2.2.zip" } ], "2.2.2dev0": [ { "comment_text": "", "digests": { "md5": "d27293ecee70c738eac03ba06e214160", "sha256": "ccc80b8d18febd25d7f75a72a9824059b4f462e042828410123de9f8429142b1" }, "downloads": -1, "filename": "five.pt-2.2.2dev0.zip", "has_sig": false, "md5_digest": "d27293ecee70c738eac03ba06e214160", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27911, "upload_time": "2014-04-15T16:04:58", "url": "https://files.pythonhosted.org/packages/c8/c2/0e9f83cd1e604f3c5a42c81b8ae78ad0517e23f4603fb6adfca7612cacf2/five.pt-2.2.2dev0.zip" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "b5786b9214b80feaa6dcf1bb30e4f6f3", "sha256": "de95aa1b0de229fde8bcb950303bd1f60c4429a420a830096ae06ee9056a8b4f" }, "downloads": -1, "filename": "five.pt-2.2.3.tar.gz", "has_sig": false, "md5_digest": "b5786b9214b80feaa6dcf1bb30e4f6f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17631, "upload_time": "2015-07-18T12:59:39", "url": "https://files.pythonhosted.org/packages/37/be/29340151c2795d1f38af8a00ebfff4a7b155aca8a48ab000240046bb7057/five.pt-2.2.3.tar.gz" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "8a3074a1f72b9bdc7c1f4571ead06daa", "sha256": "d9617d397ddf66d90debc243275fec661d61ee8594475712eb86ede47b6b1d50" }, "downloads": -1, "filename": "five.pt-2.2.4.tar.gz", "has_sig": false, "md5_digest": "8a3074a1f72b9bdc7c1f4571ead06daa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15602, "upload_time": "2016-04-19T14:56:37", "url": "https://files.pythonhosted.org/packages/66/b7/ebdf949b754425138c7285f7d1c94295e7399f8090b3f93c149eabb1d9af/five.pt-2.2.4.tar.gz" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "a93b80eb66fb0c3c0a5e0df75f3a3180", "sha256": "bf9132bb98c3ef1c1b692580053248a5b9b1c6c7353ad85d54daab4bf7c96e59" }, "downloads": -1, "filename": "five.pt-2.2.5.tar.gz", "has_sig": false, "md5_digest": "a93b80eb66fb0c3c0a5e0df75f3a3180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14586, "upload_time": "2017-11-26T18:32:22", "url": "https://files.pythonhosted.org/packages/e4/3f/7434d233cc9c6eddfd4ba9beb75302b6ae363d92f6f53a79830c1bbbeea6/five.pt-2.2.5.tar.gz" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "58f2a7c0ebe3fb70975a525c7d10f83b", "sha256": "f94bf8c19aa2dc25f5f7dc72e319fe58acb80b64ea0e5404c57a76cb2ae1332a" }, "downloads": -1, "filename": "five.pt-3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "58f2a7c0ebe3fb70975a525c7d10f83b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11400, "upload_time": "2017-11-30T07:58:45", "url": "https://files.pythonhosted.org/packages/b4/cb/51be7a694476a9b951086b5cda84e4487e0baf5bbebd434e1c5703f61b43/five.pt-3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84680bb1423870c82d3fe6621a095b45", "sha256": "1ea17cb13c24ed89e9478ec530625fc0e0ab9fdb2e73d29d13ecff1b7c5e33ef" }, "downloads": -1, "filename": "five.pt-3.0.tar.gz", "has_sig": false, "md5_digest": "84680bb1423870c82d3fe6621a095b45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11821, "upload_time": "2017-11-30T07:58:46", "url": "https://files.pythonhosted.org/packages/23/43/48005e596544a5ab60523af797716a8ca11084204900f9fc6f116940f0ed/five.pt-3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58f2a7c0ebe3fb70975a525c7d10f83b", "sha256": "f94bf8c19aa2dc25f5f7dc72e319fe58acb80b64ea0e5404c57a76cb2ae1332a" }, "downloads": -1, "filename": "five.pt-3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "58f2a7c0ebe3fb70975a525c7d10f83b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11400, "upload_time": "2017-11-30T07:58:45", "url": "https://files.pythonhosted.org/packages/b4/cb/51be7a694476a9b951086b5cda84e4487e0baf5bbebd434e1c5703f61b43/five.pt-3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84680bb1423870c82d3fe6621a095b45", "sha256": "1ea17cb13c24ed89e9478ec530625fc0e0ab9fdb2e73d29d13ecff1b7c5e33ef" }, "downloads": -1, "filename": "five.pt-3.0.tar.gz", "has_sig": false, "md5_digest": "84680bb1423870c82d3fe6621a095b45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11821, "upload_time": "2017-11-30T07:58:46", "url": "https://files.pythonhosted.org/packages/23/43/48005e596544a5ab60523af797716a8ca11084204900f9fc6f116940f0ed/five.pt-3.0.tar.gz" } ] }