https://github.com/zopefoundation/zope.structuredtext
StructuredText parser
https://github.com/zopefoundation/zope.structuredtext
maintained
Last synced: 8 months ago
JSON representation
StructuredText parser
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.structuredtext
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T00:48:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:46:00.000Z (9 months ago)
- Last Synced: 2025-10-08T07:59:49.226Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 430 KB
- Stars: 1
- Watchers: 63
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
=====================
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.