Metadata-Version: 2.4
Name: calco
Version: 1.0.0
Summary: High-performance math library for Python (powered by C)
Home-page: https://calcolib.netlify.app
Author: Your Name
Author-email: you@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Calco

Calco is a high-performance, cross-platform math library written in C and exposed as a Python extension.  
It includes over 60 advanced functions for arithmetic, trigonometry, logarithms, exponentials, special functions, and more.

## Installation

```bash
pip install calco
```

Or install a specific `.whl` from the `whl/` folder:

```bash
pip install whl/calco-1.0.0-cp311-win_amd64.whl
```

## Features

- Fast C-level execution
- 60+ math functions
- Cross-platform compatibility (Windows/Linux/macOS)
