Metadata-Version: 2.1
Name: calibur
Version: 0.0.1
Summary: Toolbox for converting rotations, camera calibration matrices, transforms and spaces.
Home-page: https://github.com/eliphatfs/calibur
Author: flandre.info
Author-email: flandre@scarletx.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: typing-extensions

# Calibur🗡️

[![Read the Docs](https://img.shields.io/readthedocs/calibur?style=flat-square)](https://calibur.readthedocs.io/en/latest/)

Calibur, a sword towards the many inconsistent and ambiguous conventions
(viewport origins, depth range, camera coordinate systems, etc.) in computer graphics and vision.

It is a library that translates between these conventions for you.
It also hosts as a library of documentation of different conventions and space definitions in CG and CV
that would otherwise be hard to find.

## Installation

```bash
pip install calibur
```

## Documentation

The documentation is hosted [here](https://calibur.readthedocs.io/en/latest/).


