Metadata-Version: 2.4
Name: hyptorch
Version: 1.2.0
Summary: Suite of hyperbolic neural networks in PyTorch
License: MIT
Project-URL: Homepage, https://github.com/Iarrova/hyptorch
Project-URL: Source Code, https://github.com/Iarrova/hyptorch
Project-URL: Documentation, https://hyptorch.readthedocs.io/en/latest/
Keywords: pytorch,deep-learning,hyperbolic,neural-networks,machine-learning
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.7.0
Requires-Dist: torchvision>=0.22.0
Provides-Extra: dev
Requires-Dist: pyright>=1.1.400; extra == "dev"
Requires-Dist: pytest>=8.3.5; extra == "dev"
Provides-Extra: docs
Requires-Dist: myst-parser>=4.0.1; extra == "docs"
Requires-Dist: nbsphinx>=0.9.7; extra == "docs"
Requires-Dist: sphinx>=8.1.3; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=3.0.2; extra == "docs"
Provides-Extra: examples
Requires-Dist: lightning>=2.5.5; extra == "examples"
Requires-Dist: marimo>=0.15.2; extra == "examples"
Requires-Dist: matplotlib>=3.10.6; extra == "examples"
Requires-Dist: rich>=14.1.0; extra == "examples"
Requires-Dist: tensorboard>=2.20.0; extra == "examples"
Dynamic: license-file

# HypTorch

[![Documentation Status](https://readthedocs.org/projects/hyptorch/badge/?version=latest)](https://hyptorch.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/hyptorch.svg)](https://badge.fury.io/py/hyptorch)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/)

A PyTorch library for hyperbolic deep learning. HypTorch provides hyperbolic neural network layers, optimizers, and utilities for building deep learning models in hyperbolic space, with a focus on the Poincaré ball model.
