Metadata-Version: 2.1
Name: mwparserfromhell-stubs
Version: 0.6.6.240127
Summary: Type annotations for mwparserfromhell
Home-page: https://github.com/JJMC89/mwparserfromhell-stubs
License: MIT
Author: JJMC89
Requires-Python: >=3.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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 :: Only
Classifier: Typing :: Stubs Only
Requires-Dist: typing-extensions (>=4.0.0)
Project-URL: Repository, https://github.com/JJMC89/mwparserfromhell-stubs
Description-Content-Type: text/markdown

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/JJMC89/mwparserfromhell-stubs/main.svg)](https://results.pre-commit.ci/latest/github/JJMC89/mwparserfromhell-stubs/main) [![typing checks](https://github.com/JJMC89/mwparserfromhell-stubs/actions/workflows/typing.yaml/badge.svg?branch=main)](https://github.com/JJMC89/mwparserfromhell-stubs/actions?query=workflow%3Atyping+branch%3Amain) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

type annotations for [mwparserfromhell](https://github.com/earwig/mwparserfromhell)

`mwparserfromhell.definitions`, `mwparserfromhell.parser`, and `mwparserfromhell.smart_list.utils` are excluded since users should not need to interface with them.

## versioning

versions follow `A.B.C.YYMMDD`, where `A.B.C` is the mwparserfromhell version the stubs correspond to and `YYMMDD` is the stubs release date.

