sum-py

Python client for Sum linear algebra database.


License
GPL-3.0
Install
pip install sum-py==1.3.4

Documentation

sumpy

Release Software License

sumpy is the Python client interface to the sum linear algebra database.

Installation

sudo pip3 install sum-py

Building from Source

git clone https://github.com/evilsocket/sumpy.git
cd sumpy
sudo pip3 install -r requirements.txt
python3 setup.py build
sudo python3 setup.py install

Usage

See example.py for a complete example.

License

sumpy was made with ♥ by the dev team and it is released under the GPL 3 license.