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.
- Host: GitHub
- URL: https://github.com/limix/scipy-sugar
- Owner: limix
- License: mit
- Created: 2017-02-22T16:49:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T21:27:52.000Z (over 6 years ago)
- Last Synced: 2025-02-01T17:44:28.107Z (4 months ago)
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# scipy-sugar
[](https://travis-ci.org/limix/scipy-sugar) [](https://ci.appveyor.com/project/Horta/scipy-sugar) [](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).