Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Mathematical sets for python.
- Host: GitHub
- URL: https://github.com/yuvix25/mathsets
- Owner: Yuvix25
- License: gpl-3.0
- Created: 2020-11-01T18:42:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T10:55:07.000Z (almost 4 years ago)
- Last Synced: 2023-04-18T14:31:12.971Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```