Metadata-Version: 2.1
Name: mystit
Version: 0.1.0
Summary: A MarkdownIt-Py preconfigured for Myst syntax
License: MIT
Author: Axel H.
Author-email: noirbizarre@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: lint
Provides-Extra: pygments
Provides-Extra: test
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: Pygments (>=2.10.0,<3.0.0); extra == "pygments"
Requires-Dist: black (>=21.12b0,<22.0); extra == "lint"
Requires-Dist: blinker (>=1.4,<2.0)
Requires-Dist: flake8 (<4.0); extra == "lint"
Requires-Dist: isort (>=5.10.1,<6.0.0); extra == "lint"
Requires-Dist: markdown-it-py[linkify,plugins] (>=2.0.0,<3.0.0)
Requires-Dist: mdit-py-plugins (>=0.3,<0.4)
Requires-Dist: mypy (>=0.920,<0.921); extra == "lint"
Requires-Dist: pyquery (>=1.4.3,<2.0.0); extra == "test"
Requires-Dist: pytest (>=6.2.5,<7.0.0); extra == "test"
Requires-Dist: pytest-cov (>=3.0.0,<4.0.0); extra == "test"
Requires-Dist: pytest-mock (>=3.6.1,<4.0.0)
Requires-Dist: pytest-pythonpath (>=0.7.3,<0.8.0); extra == "test"
Requires-Dist: pytest-sugar (>=0.9.4,<0.10.0); extra == "test"
Requires-Dist: types-mock (>=4.0.4,<5.0.0); extra == "lint"
