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.
- Host: GitHub
- URL: https://github.com/yuvix25/mathsets
- Owner: Yuvix25
- License: gpl-3.0
- Created: 2020-11-01T18:42:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T10:55:07.000Z (about 5 years ago)
- Last Synced: 2025-06-17T16:45:49.130Z (7 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- 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
```