Metadata-Version: 2.2
Name: datadivr
Version: 0.3
Summary: datadivr backend and toolset.
Author-email: phfr <philipp@lbi-netmed.com>
Project-URL: Homepage, https://menchelab.github.io/datadivr/
Project-URL: Repository, https://github.com/menchelab/datadivr
Project-URL: Documentation, https://menchelab.github.io/datadivr/
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.115.4
Requires-Dist: prompt-toolkit>=3.0.48
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.13.0
Requires-Dist: uvicorn>=0.32.0
Requires-Dist: websockets>=13.1
Requires-Dist: pydantic>=2.0.0
Requires-Dist: structlog>=23.1.0
Requires-Dist: numpy>=2.0.2
Requires-Dist: orjson>=3.10.11
Requires-Dist: plotly>=5.24.1
Requires-Dist: pillow>=11.0.0

# datadivr

[![Release](https://img.shields.io/github/v/release/menchelab/datadivr)](https://img.shields.io/github/v/release/menchelab/datadivr)
[![Build status](https://img.shields.io/github/actions/workflow/status/menchelab/datadivr/main.yml?branch=main)](https://github.com/menchelab/datadivr/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/menchelab/datadivr/branch/main/graph/badge.svg)](https://codecov.io/gh/menchelab/datadivr)
[![Commit activity](https://img.shields.io/github/commit-activity/m/menchelab/datadivr)](https://img.shields.io/github/commit-activity/m/menchelab/datadivr)
[![License](https://img.shields.io/github/license/menchelab/datadivr)](https://img.shields.io/github/license/menchelab/datadivr)
[![Python versions](https://img.shields.io/pypi/pyversions/datadivr)](https://pypi.org/project/datadivr)

datadivr is a backend and toolset designed for managing network graph projects with real-time server functionalities tailored for VR clients.

- **Github repository**: <https://github.com/menchelab/datadivr/>
- **Documentation** <https://menchelab.github.io/datadivr/>
- **Contributing** <https://menchelab.github.io/datadivr/contributing/>
