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

https://github.com/yuvix25/mathsets

Mathematical sets for python.
https://github.com/yuvix25/mathsets

Last synced: 6 months ago
JSON representation

Mathematical sets for python.

Awesome Lists containing this project

README

          

# MathSets
Set Theory style sets module for python.

## Requirements
- Python 3
- [SymPy](https://pypi.org/project/sympy/) (installed automatically)

## Instsallation
```sh
$ git clone https://github.com/Yuvix25/MathSets.git
$ cd MathSets
$ python setup.py install
```