Metadata-Version: 2.4
Name: SSTT-visuals
Version: 0.1.0
Summary: Visualization utilities for the Social Science Trust Taxonomy.
Author-email: "Anthony E. D. Mobbs" <tony@mobbs.com.au>, "Redmond R. Scoble" <imashellio@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/AnthonyMobbs/SSTT-visuals
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24
Requires-Dist: matplotlib>=3.7
Requires-Dist: scipy>=1.10
Requires-Dist: gmpy2>=2.1
Dynamic: license-file

# SSTT-visuals
---

## Installation

Install the package with `pip`:

```bash
pip install SSTT-visuals
```

## Quick start

### 1. Produce visualisations

The `SSTTVisual()` function generates the visualisations used in [TBD]

```python
from SSTT_visuals.plot import SSTTVisual

SSTTVisual("SSTT_visuals/wordGroupTest.json")
```

## Citation
If you use SSTT_visuals in your research, please cite the original methodological validation paper:
[TBD]

## Core references
TBD
