Metadata-Version: 2.4
Name: matplotlib-stubs
Version: 0.3.10
Summary: Unofficial stubs for the matplotlib package.
Project-URL: Homepage, https://github.com/hoel-bagard/matplotlib-stubs
Project-URL: Bug Tracker, https://github.com/hoel-bagard/matplotlib-stubs/issues
Author: Bagard Hoel
License: MIT
License-File: LICENSE
Keywords: matplotlib,stubs
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: matplotlib>=3.0
Requires-Dist: numpy>=1.21
Requires-Dist: pandas>=2.0
Description-Content-Type: text/markdown

# Matplotlib Stubs

Unofficial python stubs for the [matplotlib package](https://pypi.org/project/matplotlib/).

[Official matplotlib stubs now exist](https://github.com/matplotlib/matplotlib/pull/24976) (in matplotlib>=3.8), so this repo was archived from 2023/09/19 to 2025/08/02.\
However, the official stubs are still incomplete, so this repo was unarchived.

## Acknowledgements

The code in this repo is taken from [Microsoft's Python Type Stubs repo](https://github.com/microsoft/python-type-stubs) and made pip installable (with some improvements).

## Installation

```bash
pip install matplotlib-stubs
```
