Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 995 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 995 Bytes

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.