rumpy 0.1.1

A reimplementation of NumPy for use with rustpython in embedded interpreters
Documentation
1
2
3
4
5
6
7
8
"""``numpy.core`` — deprecated alias for ``numpy._core`` internals.

In numpy 2.x this submodule is deprecated; code should use top-level
``numpy`` names directly. rumpy ships an empty placeholder so existing
``import numpy.core`` calls don't crash.
"""

__all__ = []