=====================
zope.structuredtext
=====================
.. image:: https://img.shields.io/pypi/v/zope.structuredtext.svg
:target: https://pypi.python.org/pypi/zope.structuredtext/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.structuredtext.svg
:target: https://pypi.org/project/zope.structuredtext/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.structuredtext/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.structuredtext/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.structuredtext/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.structuredtext?branch=master
.. image:: https://readthedocs.org/projects/zopestructuredtext/badge/?version=latest
:target: https://zopestructuredtext.readthedocs.org/en/latest/
:alt: Documentation Status
This package provides a parser and renderers for the classic Zope
"structured text" markup dialect (STX). STX is a plain text markup in
which document structure is signalled primarily by indentation
Please see https://zopestructuredtext.readthedocs.org/ for documentation.
=========
Changes
=========
6.0 (2025-09-12)
================
- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
5.1 (2025-08-11)
================
- Add support for Python 3.12, 3.13.
- Add support for Sphinx 8.
- Drop support for Python 3.7, 3.8.
5.0 (2023-05-09)
================
- Drop support for Python 2.7, 3.5, 3.6.
- Drop support for deprecated ``python setup.py test``.
- Add support for Python 3.11.
4.4 (2022-03-18)
================
- Add support for Python 3.8, 3.9 and 3.10.
- Drop support for Python 3.4.
4.3 (2018-10-09)
================
- Add support for Python 3.7.
4.2.0 (2017-09-05)
==================
- Add support for Python 3.5 and 3.6.
- Drop support for Python 2.6 and 3.3.
- Add support for PyPy and PyPy3.
- Support several new elements (inner and named links, underlines,
etc) in the docbook writer.
- Fix the XML output of ``DocBookBook``.
- 100% test coverage, maintained by CI and tox.
- Unused internal code in the ``stdom`` module was removed. See `issue
3 <https://github.com/zopefoundation/zope.structuredtext/issues/3>`_.
4.1.0 (2014-12-29)
==================
- Drop dependency on ``six``.
- Add support for Python 3.4.
- Add support for testing on Travis.
4.0.0 (2013-02-25)
==================
- Add support for Python 3.3.
- Drop support for Python 2.4 and 2.5.
3.5.1 (2010-12-03)
==================
- Remove antique copyright assertions in regression texts, in conformance
with repository policy.
3.5.0 (2010-04-30)
==================
- Update docs to conform to ZTK / Sphinx usage.
- LP #120376: Output valid html for non-ASCII characters.
3.4.0 (2007/09/01)
==================
- Public release for completeness of Zope 3.4.
3.2.0 (2006/01/05)
==================
- Corresponds to the verison of the ``zope.structuredtext`` package shipped
as part of the Zope 3.2.0 release.
- Only coding style / documentation changes.
3.0.0 (2004/11/07)
==================
- Corresponds to the verison of the ``zope.structuredtext`` package shipped
as part of the Zope X3.0.0 release.
Raw data
{
"_id": null,
"home_page": "http://github.com/zopefoundation/zope.structuredtext",
"name": "zope.structuredtext",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Zope Foundation and Contributors",
"author_email": "zope-dev@zope.dev",
"download_url": "https://files.pythonhosted.org/packages/3f/d7/d3770b41215d754beebddd9286fd39aecfcd3355c3cfd8161024c3aba8f9/zope_structuredtext-6.0.tar.gz",
"platform": null,
"description": "=====================\n zope.structuredtext\n=====================\n\n.. image:: https://img.shields.io/pypi/v/zope.structuredtext.svg\n :target: https://pypi.python.org/pypi/zope.structuredtext/\n :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/zope.structuredtext.svg\n :target: https://pypi.org/project/zope.structuredtext/\n :alt: Supported Python versions\n\n.. image:: https://github.com/zopefoundation/zope.structuredtext/actions/workflows/tests.yml/badge.svg\n :target: https://github.com/zopefoundation/zope.structuredtext/actions/workflows/tests.yml\n\n.. image:: https://coveralls.io/repos/github/zopefoundation/zope.structuredtext/badge.svg?branch=master\n :target: https://coveralls.io/github/zopefoundation/zope.structuredtext?branch=master\n\n.. image:: https://readthedocs.org/projects/zopestructuredtext/badge/?version=latest\n :target: https://zopestructuredtext.readthedocs.org/en/latest/\n :alt: Documentation Status\n\nThis package provides a parser and renderers for the classic Zope\n\"structured text\" markup dialect (STX). STX is a plain text markup in\nwhich document structure is signalled primarily by indentation\n\nPlease see https://zopestructuredtext.readthedocs.org/ for documentation.\n\n\n=========\n Changes\n=========\n\n6.0 (2025-09-12)\n================\n\n- Replace ``pkg_resources`` namespace with PEP 420 native namespace.\n\n\n5.1 (2025-08-11)\n================\n\n- Add support for Python 3.12, 3.13.\n\n- Add support for Sphinx 8.\n\n- Drop support for Python 3.7, 3.8.\n\n\n5.0 (2023-05-09)\n================\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n- Drop support for deprecated ``python setup.py test``.\n\n- Add support for Python 3.11.\n\n\n4.4 (2022-03-18)\n================\n\n- Add support for Python 3.8, 3.9 and 3.10.\n\n- Drop support for Python 3.4.\n\n\n4.3 (2018-10-09)\n================\n\n- Add support for Python 3.7.\n\n\n4.2.0 (2017-09-05)\n==================\n\n- Add support for Python 3.5 and 3.6.\n\n- Drop support for Python 2.6 and 3.3.\n\n- Add support for PyPy and PyPy3.\n\n- Support several new elements (inner and named links, underlines,\n etc) in the docbook writer.\n\n- Fix the XML output of ``DocBookBook``.\n\n- 100% test coverage, maintained by CI and tox.\n\n- Unused internal code in the ``stdom`` module was removed. See `issue\n 3 <https://github.com/zopefoundation/zope.structuredtext/issues/3>`_.\n\n4.1.0 (2014-12-29)\n==================\n\n- Drop dependency on ``six``.\n\n- Add support for Python 3.4.\n\n- Add support for testing on Travis.\n\n\n4.0.0 (2013-02-25)\n==================\n\n- Add support for Python 3.3.\n\n- Drop support for Python 2.4 and 2.5.\n\n\n3.5.1 (2010-12-03)\n==================\n\n- Remove antique copyright assertions in regression texts, in conformance\n with repository policy.\n\n\n3.5.0 (2010-04-30)\n==================\n\n- Update docs to conform to ZTK / Sphinx usage.\n\n- LP #120376: Output valid html for non-ASCII characters.\n\n\n3.4.0 (2007/09/01)\n==================\n\n- Public release for completeness of Zope 3.4.\n\n\n3.2.0 (2006/01/05)\n==================\n\n- Corresponds to the verison of the ``zope.structuredtext`` package shipped\n as part of the Zope 3.2.0 release.\n\n- Only coding style / documentation changes.\n\n\n3.0.0 (2004/11/07)\n==================\n\n- Corresponds to the verison of the ``zope.structuredtext`` package shipped\n as part of the Zope X3.0.0 release.\n",
"bugtrack_url": null,
"license": "ZPL-2.1",
"summary": "StructuredText parser",
"version": "6.0",
"project_urls": {
"Homepage": "http://github.com/zopefoundation/zope.structuredtext"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3641a37ac4c1b5d5047a6810136a4ce931a937f2856889c7e23bc2fd1d5ed602",
"md5": "0c6e4a46606e3db078772b561432b438",
"sha256": "a62999493901d840b100dd19ec2f1a6de4aa608e93dd0cb4cc7a83272ec015a2"
},
"downloads": -1,
"filename": "zope_structuredtext-6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0c6e4a46606e3db078772b561432b438",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 91950,
"upload_time": "2025-09-12T07:45:51",
"upload_time_iso_8601": "2025-09-12T07:45:51.491482Z",
"url": "https://files.pythonhosted.org/packages/36/41/a37ac4c1b5d5047a6810136a4ce931a937f2856889c7e23bc2fd1d5ed602/zope_structuredtext-6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3fd7d3770b41215d754beebddd9286fd39aecfcd3355c3cfd8161024c3aba8f9",
"md5": "2c0acce003548f97333a23e43a0fc031",
"sha256": "3ec31e22459711dde25e0ee3dc744f2cb70ac77ab090776a11a901db4b7ab94f"
},
"downloads": -1,
"filename": "zope_structuredtext-6.0.tar.gz",
"has_sig": false,
"md5_digest": "2c0acce003548f97333a23e43a0fc031",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 74903,
"upload_time": "2025-09-12T07:45:53",
"upload_time_iso_8601": "2025-09-12T07:45:53.087107Z",
"url": "https://files.pythonhosted.org/packages/3f/d7/d3770b41215d754beebddd9286fd39aecfcd3355c3cfd8161024c3aba8f9/zope_structuredtext-6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-12 07:45:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zopefoundation",
"github_project": "zope.structuredtext",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "zope.structuredtext"
}