Metadata-Version: 2.4
Name: datasmryzr
Version: 0.3.0
Project-URL: Documentation, https://github.com/kristyhoran/datasmryzr#readme
Project-URL: Issues, https://github.com/kristyhoran/datasmryzr/issues
Project-URL: Source, https://github.com/kristyhoran/datasmryzr
Author-email: Kristy Horan <kristyhoran15@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: altair
Requires-Dist: biopython
Requires-Dist: click
Requires-Dist: jinja2
Requires-Dist: mycolorpy
Requires-Dist: numpy
Requires-Dist: pandas
Description-Content-Type: text/markdown

# datasmryzr

<!-- [![PyPI - Version](https://img.shields.io/pypi/v/datasmryzr.svg)](https://pypi.org/project/datasmryzr)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/datasmryzr.svg)](https://pypi.org/project/datasmryzr) -->

![Python package](https://github.com/kristyhoran/datasmryzr/actions/workflows/python-package.yml/badge.svg)

-----

Datasmryzr is a small tool that is designed to collate and render pathogen genomics analysis results, such as trees, tables and matrices as a `.html` for sharing and interrogation. 

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```console
pip install datasmryzr
```
## Usage 


## License

`datasmryzr` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
