Metadata-Version: 2.1
Name: numpy-sugar
Version: 1.5.4
Summary: Missing NumPy functionalities
Home-page: https://github.com/limix/numpy-sugar
License: MIT
Author: Danilo Horta
Author-email: danilo.horta@pm.me
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.18.5,<2.0.0)
Requires-Dist: pytest (>=6.1.2,<7.0.0)
Requires-Dist: scipy (>=1.4.1,<2.0.0)
Project-URL: Repository, https://github.com/limix/numpy-sugar
Description-Content-Type: text/markdown

# numpy-sugar

[![Documentation](https://readthedocs.org/projects/numpy-sugar/badge/?version=latest)](https://numpy-sugar.readthedocs.io/en/latest/?badge=latest)

Missing NumPy functionalities.

## Install

Enter

```bash
pip3 install numpy-sugar
```

from the command-line.

## Running the tests

Enter

```python
python3 -c "import numpy_sugar; numpy_sugar.test()"
```


## Authors

* [Danilo Horta](https://github.com/horta)

## License

This project is licensed under the [MIT License](https://raw.githubusercontent.com/limix/numpy-sugar/master/LICENSE.md).

