An open API service indexing awesome lists of open source software.

https://github.com/limix/scipy-sugar

Missing SciPy functionalities.
https://github.com/limix/scipy-sugar

Last synced: about 2 months ago
JSON representation

Missing SciPy functionalities.

Awesome Lists containing this project

README

        

# scipy-sugar

[![Travis](https://img.shields.io/travis/limix/scipy-sugar.svg?style=flat-square&label=linux%20%2F%20macos%20build)](https://travis-ci.org/limix/scipy-sugar) [![AppVeyor](https://img.shields.io/appveyor/ci/Horta/scipy-sugar.svg?style=flat-square&label=windows%20build)](https://ci.appveyor.com/project/Horta/scipy-sugar) [![Read the Docs (version)](https://img.shields.io/readthedocs/scipy-sugar/stable.svg?style=flat-square)](http://scipy-sugar.readthedocs.io/)

Missing SciPy functionalities.

## Install

Enter

```bash
pip install scipy-sugar
```

from the command-line.

## Running the tests

Enter

```python
python -c "import scipy_sugar; scipy_sugar.test()"
```

## Authors

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

## License

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