Metadata-Version: 2.4
Name: kulma
Version: 0.2.0
Summary: Geometric algebra engine for multi-dimensional analysis — see kulma-core for the full package
Project-URL: Homepage, https://github.com/cknobel/kulma
Project-URL: Repository, https://github.com/cknobel/kulma
Project-URL: Issues, https://github.com/cknobel/kulma/issues
Author: Cory Knobel
License: MIT
License-File: LICENSE
Keywords: clifford-algebra,computation,geometric-algebra,multivector
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# kulma

**This is a name reservation package.** The full implementation lives in [kulma-core](https://pypi.org/project/kulma-core/).

## Install the real package

```bash
pip install kulma-core

# With CLI support
pip install kulma-core[cli]
```

## What is kulma?

kulma (Finnish for "angle") is a geometric algebra engine built on Clifford algebra Cl(3,0) for multi-dimensional analysis. It surfaces hidden structural forces in complex decision spaces, discovers asymmetric couplings between dimensions, and tracks how they evolve through iterative refinement.

## Related packages

- **[kulma-core](https://pypi.org/project/kulma-core/)** -- The computation engine (MIT)
- **[kulma-nn](https://pypi.org/project/kulma-nn/)** -- CliffordNet-inspired neural layers (MIT)

## License

MIT
