rumpy 0.1.0

A reimplementation of NumPy for use with rustpython in embedded interpreters
Documentation
1
2
3
4
5
6
7
8
"""
numpy.lib — top-level shim that re-exports the most-commonly-used helpers.
"""

# These will be populated by Rust-side injection of the submodules.
# We expose stride_tricks at the same level numpy.lib does.

__all__ = ["stride_tricks"]