This package provides a framework to convert a string from one format, such as
Structured or Restructured Text, to another, such as HTML. Converters are
looked up by adapter and uses other packages to implement the converters.
=========
CHANGES
=========
5.0 (2023-02-08)
================
- 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.
4.1.0 (2017-05-25)
==================
- Raise the docutils ReST error report level from its default of
``error`` to ``severe``. An error-level report is issued for directives
that are unknown, such as ``:class:``, which are increasingly common
due to the use of Sphinx. This change prevents such an error being
printed on stderr as well as rendered in the HTML.
4.0.0 (2017-05-17)
==================
- Add support for Python 3.4, 3.5, 3.6 and PyPy.
- Remove dependency on ``zope.app.testing``.
- Use the standard library ``doctest`` module.
3.5.1 (2009-07-21)
==================
- Require the new ``roman`` package, since docutils does not install it
correctly.
3.5.0 (2009-01-17)
==================
- Adapted to docutils 0.5 for ReST rendering: get rid of the
ZopeTranslator class, because docutils changed the way it
uses translator so previous implementation doesn't work anymore.
Instead, use publish_parts and join needed parts in the ``render``
method of the renderer itself.
- Removed deprecated meta.zcml stuff and zpkg stuff.
- Replaced __used_for__ with zope.component.adapts calls.
3.4.0 (2007-10-27)
==================
- Initial release independent of the main Zope tree.
Raw data
{
"_id": null,
"home_page": "http://github.com/zopefoundation/zope.app.renderer",
"name": "zope.app.renderer",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "zope3 renderer text rest rst stx",
"author": "Zope Corporation and Contributors",
"author_email": "zope-dev@zope.dev",
"download_url": "https://files.pythonhosted.org/packages/cc/0c/96581cdbf85ef9650fd9c02c664b02b5ea7b312d76e7953ede0eccf5f17a/zope.app.renderer-5.0.tar.gz",
"platform": null,
"description": "This package provides a framework to convert a string from one format, such as\nStructured or Restructured Text, to another, such as HTML. Converters are\nlooked up by adapter and uses other packages to implement the converters.\n\n\n=========\n CHANGES\n=========\n\n5.0 (2023-02-08)\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\n4.1.0 (2017-05-25)\n==================\n\n- Raise the docutils ReST error report level from its default of\n ``error`` to ``severe``. An error-level report is issued for directives\n that are unknown, such as ``:class:``, which are increasingly common\n due to the use of Sphinx. This change prevents such an error being\n printed on stderr as well as rendered in the HTML.\n\n\n4.0.0 (2017-05-17)\n==================\n\n- Add support for Python 3.4, 3.5, 3.6 and PyPy.\n\n- Remove dependency on ``zope.app.testing``.\n\n- Use the standard library ``doctest`` module.\n\n3.5.1 (2009-07-21)\n==================\n\n- Require the new ``roman`` package, since docutils does not install it\n correctly.\n\n3.5.0 (2009-01-17)\n==================\n\n- Adapted to docutils 0.5 for ReST rendering: get rid of the\n ZopeTranslator class, because docutils changed the way it\n uses translator so previous implementation doesn't work anymore.\n Instead, use publish_parts and join needed parts in the ``render``\n method of the renderer itself.\n\n- Removed deprecated meta.zcml stuff and zpkg stuff.\n\n- Replaced __used_for__ with zope.component.adapts calls.\n\n3.4.0 (2007-10-27)\n==================\n\n- Initial release independent of the main Zope tree.\n",
"bugtrack_url": null,
"license": "ZPL 2.1",
"summary": "Text Renderer Framework",
"version": "5.0",
"split_keywords": [
"zope3",
"renderer",
"text",
"rest",
"rst",
"stx"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c43147a2c953d64b57ac7ab73777d46ddf93a1b544860c86a280cba01a5fa2e1",
"md5": "2bb331d142fc6a0ff37c86ebd4309506",
"sha256": "a701124b977b75bf78c2e58d50f2d4556e48137cca58aea3da99223cd9dd7c11"
},
"downloads": -1,
"filename": "zope.app.renderer-5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2bb331d142fc6a0ff37c86ebd4309506",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 14238,
"upload_time": "2023-02-08T15:04:10",
"upload_time_iso_8601": "2023-02-08T15:04:10.799682Z",
"url": "https://files.pythonhosted.org/packages/c4/31/47a2c953d64b57ac7ab73777d46ddf93a1b544860c86a280cba01a5fa2e1/zope.app.renderer-5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cc0c96581cdbf85ef9650fd9c02c664b02b5ea7b312d76e7953ede0eccf5f17a",
"md5": "869b42eb2babf44e771d5ceea68dea38",
"sha256": "cf3e60a7dbac2abbec00ac88bd0cd9f5b01354b3e3a02402e0529069b37ae47d"
},
"downloads": -1,
"filename": "zope.app.renderer-5.0.tar.gz",
"has_sig": false,
"md5_digest": "869b42eb2babf44e771d5ceea68dea38",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 10585,
"upload_time": "2023-02-08T15:04:12",
"upload_time_iso_8601": "2023-02-08T15:04:12.811950Z",
"url": "https://files.pythonhosted.org/packages/cc/0c/96581cdbf85ef9650fd9c02c664b02b5ea7b312d76e7953ede0eccf5f17a/zope.app.renderer-5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-08 15:04:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "zopefoundation",
"github_project": "zope.app.renderer",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "zope.app.renderer"
}