Metadata-Version: 2.1
Name: pheasant
Version: 2.0.2
Summary: Documentation tool for Pelican and MkDocs.
Home-page: https://pheasant.daizutabi.net
Author: daizutabi
Author-email: daizutabi@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Documentation
Requires-Dist: click
Provides-Extra: develop
Requires-Dist: ipykernel ; extra == 'develop'
Requires-Dist: markdown ; extra == 'develop'
Requires-Dist: mkdocs ; extra == 'develop'
Requires-Dist: matplotlib ; extra == 'develop'
Requires-Dist: bokeh ; extra == 'develop'
Requires-Dist: holoviews ; extra == 'develop'
Requires-Dist: pandas ; extra == 'develop'
Requires-Dist: sympy ; extra == 'develop'
Requires-Dist: selenium ; extra == 'develop'

Pheasant is a Markdown converter which is designed to be used as a plugin for static site generators, especially MkDocs. The Pheasant main feature is auto generation of outputs for a fenced code block in Markdown source using Jupyter client. In addition, Pheasant can automatically number headers, figures, tables, etc.


