Metadata-Version: 2.1
Name: Pypeline
Version: 0.7.0
Summary: Easy rendering of markup languages
Home-page: http://pypeline.sourceforge.net
Author: Kyle Adams
Author-email: kyle@geek.net
License: MIT
Keywords: markup,markdown,textile,creole,text
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.9
Requires-Dist: bleach[css]>=5
Requires-Dist: html5lib
Provides-Extra: creole
Requires-Dist: Creoleparser>=0.7.2; extra == "creole"
Provides-Extra: markdown
Requires-Dist: Markdown>=2.0.3; extra == "markdown"
Provides-Extra: rst
Requires-Dist: docutils>=0.7; extra == "rst"
Provides-Extra: textile
Requires-Dist: textile>=2.1.4; extra == "textile"

Provides an easy, pluggable way to support rendering an arbitrary markup syntax (ReST, Markdown, etc.) to HTML.
