Skip to content

Qanta

A Python library for analysts and quants.

CI codecov PyPI version Python versions

Features

  • Type-safe: Full type hints with strict mypy checking
  • Modern Python: Supports Python 3.11, 3.12, and 3.13
  • Well-tested: Comprehensive test coverage

Quick Install

pip install qanta

Quick Start

import qanta

print(qanta.__version__)

Next Steps

License

Qanta is licensed under the Apache 2.0 License.