An open API service indexing awesome lists of open source software.

https://github.com/zopefoundation/zope.structuredtext

StructuredText parser
https://github.com/zopefoundation/zope.structuredtext

maintained

Last synced: 8 months ago
JSON representation

StructuredText parser

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.