Metadata-Version: 2.3
Name: muxpack
Version: 0.1.0
Summary: Tools to handle multiplex network data more easily
Author: Edwin de Jonge, Jan van der Laan
Author-email: Edwin de Jonge <edwindjonge@gmail.com>, Jan van der Laan <djvanderlaan@gmail.com>
Requires-Dist: duckdb>=1.4.4
Requires-Dist: ibis-framework[duckdb]>=12.0.0
Requires-Dist: networkx>=3.6.1
Requires-Dist: pandas>=3.0.1
Requires-Dist: pyarrow>=23.0.1
Requires-Dist: pyarrow-hotfix>=0.7
Requires-Dist: scipy>=1.17.1
Requires-Python: >=3.13
Project-URL: Homepage, https://codeberg.org/CBS-Networktools/muxpack.py
Project-URL: Documentation, https://readthedocs.org
Project-URL: Repository, https://codeberg.org/CBS-Networktools/muxpack.py
Project-URL: Bug Tracker, https://codeberg.org/CBS-Networktools/muxpack.py/issues
Description-Content-Type: text/markdown

**Under heavy construction, do not use for serious work!**

## Muxpack

Muxpack is a Python implementation for working with multiplex network files.

## Documentation

Build docs locally using the same dependency path as Read the Docs:

```bash
uv sync --group docs
uv run sphinx-build -b html docs docs/_build/html
```

The generated HTML is available in `docs/_build/html/index.html`.