Metadata-Version: 2.1
Name: consolemd
Version: 0.5.0
Summary: ConsoleMD renders markdown to the console
Home-page: https://github.com/kneufeld/consolemd
Author: Kurt Neufeld
Author-email: kneufeld@burgundywall.com
License: MIT License
Keywords: markdown,console,terminal
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Requires-Dist: click
Requires-Dist: pygments
Requires-Dist: setproctitle
Requires-Dist: commonmark
Provides-Extra: test
Requires-Dist: pytest (>=4.3.1) ; extra == 'test'
Requires-Dist: pytest-runner (>=4.4) ; extra == 'test'
Requires-Dist: pytest-console-scripts (>=0.1.9) ; extra == 'test'


ConsoleMD parses markdown using CommonMark-py (implementation of the
CommonMarkdown spec) and then fully renders it to the console in true color.


