Metadata-Version: 2.1
Name: calculus-cpp
Version: 0.2.0
Summary: High performance calculus library in C++ with Python bindings
Author: LegedsDaD
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# CalCulus ⚡

A high-performance scientific computing library powered by C++ and pybind11.

## Installation
```bash
pip install .
