Metadata-Version: 2.1
Name: graphicle
Version: 0.1b2
Summary: Encode particle physics data onto graph structures.
Home-page: https://github.com/jacanchaplais/graphicle
Author: Jacan Chaplais
Author-email: jacanchaplais@gmail.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

# graphicle

![Tests](https://github.com/jacanchaplais/graphicle/actions/workflows/tests.yml/badge.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Utilities for representing high energy physics data as graphs / networks.

# Features
- Calculate affinity matrices from 4-momenta
- Produce adjacency matrices from the affinity
  - k-nearest neighbours (weighted optional)
  - fully connected

## Installation
```
pip install graphicle
```

# Coming soon
- [ ] Documentation


