Metadata-Version: 2.1
Name: symint
Version: 0.0.2
Summary: A simple CAS for integer expressions, with an emphasis on code generation.
Keywords: CAS,computer algebra,symbolic math,integer expressions,code generation
Author: SymInt contributors
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Homepage, https://github.com/mgomes0/symint
Project-URL: Repository, https://github.com/mgomes0/symint
Project-URL: Issues, https://github.com/mgomes0/symint/issues
Requires-Python: >=3.9
Provides-Extra: test
Requires-Dist: pytest>=7; extra == "test"
Requires-Dist: tqdm; extra == "test"
Description-Content-Type: text/markdown

# SymInt

A simple Computer Algebra System (CAS) for integer expressions, with an emphasis on C/C++ code generation.

This framework is built in C++ and then wrapped with PyBind11, giving nice performance.

## Installation

```bash
pip install symint
```


## Quickstart
