Metadata-Version: 2.4
Name: pymdownx-mahjong
Version: 0.1.0
Summary: Python Markdown extension to render and stylize Mahjong tiles.
Project-URL: Homepage, https://pymdownx-mahjong.tylernguyen.codes/
Project-URL: Repository, https://github.com/tylernguyen/pymdownx-mahjong
Project-URL: Issues, https://github.com/tylernguyen/pymdownx-mahjong/issues
Author: Tyler Nguyen
License-Expression: CC-BY-NC-4.0
License-File: LICENSE
Keywords: mahjong,markdown,mkdocs,pymdown,riichi
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.9
Requires-Dist: markdown>=3.0
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

![PyPI - Version](https://img.shields.io/pypi/v/pymdownx-mahjong?logo=python&logoColor=white&label=PyPI)

# PyMdown Mahjong

[Python Markdown](https://python-markdown.github.io) extension to render and stylize Mahjong tiles. Designed for use with [MkDocs](https://github.com/mkdocs/mkdocs) and [Zensical](https://github.com/zensical/zensical).

## Demo and Documentation

Demo and documentation can be found at [https://pymdownx-mahjong.tylernguyen.codes/](https://pymdownx-mahjong.tylernguyen.codes/).

## License

License is Creative Commons Attribution-NonCommercial 4.0 International.  See [LICENSE](https://github.com/tylernguyen/pymdownx-mahjong/blob/main/LICENSE).
