Metadata-Version: 2.2
Name: pocket_numpy
Version: 0.0.3
Summary: pocketpy with numpy
Author-Email: tzx <dvorak4tzx@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
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 :: 3.14
Project-URL: Homepage, https://github.com/cubao/xtensor-numpy
Requires-Python: >=3.9
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Description-Content-Type: text/markdown

# How to install & test (for user)

```
python3 -m pip install pocket-numpy
python3 -m pocket_numpy --help
python3 -m pocket_numpy tests/test_numpy.py
```

# Try is online

<https://cubao.github.io/xtensor-numpy>

---

# How to build (for dev)

```
make build
```

# How to test (for dev)

```
make test
```

See all available commands in `Makefile`.
