Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuvix25/mathsets

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

Last synced: about 1 month 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
```