Singular
An Object-Oriented Python Interface toRequirements
numpy, sympy, mutableint, Singular
Installation
pip install -e path/to/repo
Testing
pytest --cov syngular/ --cov-report html tests/ --verbose
Quick Start
from syngular import Ideal, Ring
I = Ideal(Ring('0', ('x1', 'x2'), 'dp'), ['x1*x2'])