Metadata-Version: 2.1
Name: Pypeline
Version: 0.5.1
Summary: Easy rendering of markup languages
Home-page: http://pypeline.sourceforge.net
Author: Kyle Adams
Author-email: kyle@geek.net
License: MIT
Keywords: m,a,r,k,u,p,,, ,m,a,r,k,d,o,w,n,,, ,t,e,x,t,i,l,e,,, ,c,r,e,o,l,e,,, ,t,e,x,t
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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-Dist: bleach
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.


