An open API service indexing awesome lists of open source software.

https://github.com/glotaran/pyglotaran-extras

Extra batteries to super-charge pyglotaran's plotting capabilities.
https://github.com/glotaran/pyglotaran-extras

plotting pyglotaran python visualization

Last synced: 9 days ago
JSON representation

Extra batteries to super-charge pyglotaran's plotting capabilities.

Awesome Lists containing this project

README

          

# pyglotaran-extras

[![PyPI version](https://badge.fury.io/py/pyglotaran-extras.svg)](https://badge.fury.io/py/pyglotaran-extras)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pyglotaran-extras.svg)](https://anaconda.org/conda-forge/pyglotaran-extras)
[![Tests](https://github.com/glotaran/pyglotaran-extras/actions/workflows/test.yml/badge.svg)](https://github.com/glotaran/pyglotaran-extras/actions/workflows/test.yml)
[![Documentation Status](https://readthedocs.org/projects/pyglotaran-extras/badge/?version=latest)](https://pyglotaran-extras.readthedocs.io/en/latest/?badge=latest)

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![codecov](https://codecov.io/gh/glotaran/pyglotaran-extras/branch/main/graph/badge.svg?token=I6F412Y390)](https://codecov.io/gh/glotaran/pyglotaran-extras)
[![interrogate](https://raw.githubusercontent.com/econchick/interrogate/acbfb5ad55046b3ac7549811b6d73ea8072e7568/tests/unit/fixtures/plastic/100.svg)](https://github.com/econchick/interrogate)
[![Discord](https://img.shields.io/discord/883443835135475753.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/KfnEYRSTJx)

Supplementary package for pyglotaran with (example) plotting code for use with the pyglotaran package.
Can be installed as a python package or from sources.

## Installation

Prerequisites:

- [uv](https://docs.astral.sh/uv/) or python 3.10-3.14
- Python package `pyglotaran` v0.7.0 (or later)

### Stable Release

To install pyglotaran-extras from [PyPI](https://pypi.org/), run this command in your terminal:

```console
uv pip install pyglotaran-extras
```

If you want to install it via conda, you can run the following command:

```console
conda install -c conda-forge pyglotaran-extras
```

### From Source

To install pyglotaran-extras from sources, either clone this repository or download the latest release, then run this command in your terminal:

```console
git clone https://github.com/glotaran/pyglotaran-extras.git
cd pyglotaran-extras
uv sync --frozen
```

or directly

```console
uv pip install git+https://github.com/glotaran/pyglotaran-extras.git
```