Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjmc89/mwparserfromhell-stubs
mwparserfromhell type annotations
https://github.com/jjmc89/mwparserfromhell-stubs
Last synced: 3 months ago
JSON representation
mwparserfromhell type annotations
- Host: GitHub
- URL: https://github.com/jjmc89/mwparserfromhell-stubs
- Owner: JJMC89
- License: mit
- Created: 2024-01-27T21:10:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T23:15:57.000Z (5 months ago)
- Last Synced: 2024-08-09T10:12:38.683Z (5 months ago)
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest PyPI release](https://img.shields.io/pypi/v/mwparserfromhell-stubs?logo=pypi&color=blue)](https://pypi.org/project/mwparserfromhell-stubs) ![Latest GitHub release](https://img.shields.io/github/v/release/JJMC89/mwparserfromhell-stubs?logo=github) ![Latest tag](https://img.shields.io/github/v/tag/JJMC89/mwparserfromhell-stubs?logo=git)
![License](https://img.shields.io/pypi/l/mwparserfromhell-stubs?color=blue) ![Python versions](https://img.shields.io/pypi/pyversions/mwparserfromhell-stubs?logo=python)
[![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)
# mwparserfromhell-stubs
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.