Metadata-Version: 2.4
Name: qanta
Version: 0.0.1
Summary: A Python library for analysts and quants
Project-URL: Homepage, https://github.com/QminersOrg/qanta
Project-URL: Repository, https://github.com/QminersOrg/qanta
Author-email: "Qminers s.r.o." <python@qminers.com>
License: Apache-2.0
License-File: LICENSE
Keywords: analytics,data-analysis,python,quant
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.3; extra == 'dev'
Description-Content-Type: text/markdown

# Qanta

[![CI](https://github.com/QminersOrg/qanta/actions/workflows/ci.yml/badge.svg)](https://github.com/QminersOrg/qanta/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/QminersOrg/qanta/graph/badge.svg)](https://codecov.io/gh/QminersOrg/qanta)
[![PyPI version](https://img.shields.io/pypi/v/qanta)](https://pypi.org/project/qanta/)
[![Python versions](https://img.shields.io/pypi/pyversions/qanta)](https://pypi.org/project/qanta/)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

A Python library for analysts and quants.

## Installation

```bash
pip install qanta
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.

## License

Apache 2.0 - see [LICENSE](LICENSE) for details.
