Metadata-Version: 2.4
Name: numtype
Version: 2.4.0.0a1
Summary: Experimental Typing Stubs for NumPy
Keywords: numpy,typing,stubs
Author: Joren Hammudoglu
Author-email: Joren Hammudoglu <jhammudoglu@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Stubs Only
Classifier: Typing :: Typed
Requires-Dist: numpy>=2.4.0,<2.5.0 ; extra == 'numpy'
Maintainer: NumPy Developers
Maintainer-email: NumPy Developers <numpy-discussion@python.org>
Requires-Python: >=3.11
Project-URL: Changelog, https://github.com/numpy/numtype/releases
Project-URL: Homepage, https://numpy.org/
Project-URL: Issues, https://github.com/numpy/numtype/issues
Project-URL: Repository, https://github.com/numpy/numtype/
Provides-Extra: numpy
Description-Content-Type: text/markdown

<h1 align="center">
    <img
        src="https://raw.githubusercontent.com/numpy/numtype/main/docs/theme/img/logo-numtype.svg"
        width="384"
        alt="NumType"
    />
</h1>

NumType provides experimental typing stubs for <a href="https://github.com/numpy/numpy">NumPy</a>.
See the <a href="https://numpy.org/numtype/">documentation</a> for more information.

> [!WARNING]
> Under development — use at your own risk.
