Metadata-Version: 2.4
Name: maia2-stubs
Version: 0.1.1
Summary: Typing stubs for the maia2 package
Author-email: uspectacle <uspectacle@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mypy ; extra == "test"
Project-URL: Home, https://github.com/Uspectacle/maia2-stubs
Project-URL: Source, https://github.com/CSSLab/maia2
Provides-Extra: test

# maia2-stubs

Type stubs for the [`maia2`](https://github.com/CSSLab/maia2) package.

## Installation

```bash
pip install maia2-stubs
```

These stubs allow static type checkers (like mypy) to understand types used in `maia2`.

