Metadata-Version: 2.4
Name: makoview
Version: 0.1.3
Summary: Visualise the results from Mako
Requires-Python: <3.13,>=3.9
Requires-Dist: duckdb>=1.0.0
Requires-Dist: matplotlib>=3.9.4
Requires-Dist: pandas>=2.3.3
Requires-Dist: seaborn>=0.13.2
Requires-Dist: shiny>=0.10.0
Requires-Dist: shinyswatch>=0.9.0
Description-Content-Type: text/markdown

# makoview

Makoview is a visualisation tool intended to be used with the [Mako](https://github.com/shimlab/mako) pipeline for the differential analysis of RNA modifications using Oxford Nanopore data. For more information, see the repository at [shimlab/mako](https://github.com/shimlab/mako)

## Installation

Makoview is available through both PyPI (tagged/release builds) and TestPyPI (development builds). You can install it using `pip`, or execute it in an isolated environment with pipx/uvx:

```sh
pip install makoview

# for testing purposes: run latest commit from GitHub
uvx --from https://github.com/shimlab/makoview.git makoview
```
