Metadata-Version: 2.1
Name: pheasant
Version: 1.2.1
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Documentation
Requires-Dist: click
Requires-Dist: ipykernel
Requires-Dist: markdown
Provides-Extra: develop
Requires-Dist: mkdocs ; extra == 'develop'
Requires-Dist: pytest ; extra == 'develop'
Requires-Dist: pytest-cov ; 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'
Requires-Dist: flake8 ; extra == 'develop'
Requires-Dist: openpyxl ; extra == 'develop'
Requires-Dist: python-pptx ; extra == 'develop'
Requires-Dist: mypy ; extra == 'develop'
Requires-Dist: pycodestyle ; 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.


