Metadata-Version: 2.4
Name: angst
Version: 0.0.2
Summary: Angular statistics
Project-URL: Documentation, https://angst.readthedocs.io/
Project-URL: Repository, https://github.com/ntessore/angst
Project-URL: Issues, https://github.com/ntessore/angst/issues
Author-email: Nicolas Tessore <n.tessore@ucl.ac.uk>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: flt>=2022.7.27
Requires-Dist: numpy>=2
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinxcontrib-katex; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

# **Angst** — Angular statistics

[![Test](https://github.com/ntessore/angst/actions/workflows/test.yml/badge.svg)](https://github.com/ntessore/angst/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/ntessore/angst/graph/badge.svg?token=MPIHKHSRT4)](https://codecov.io/gh/ntessore/angst)

**Angst** is a _work-in-progress_ Python package for statistics on the sphere.

## Installation

Install the package with pip:

    pip install angst
