Metadata-Version: 2.4
Name: sourmash_plugin_tables
Version: 0.4
Summary: sourmash plugin to do tables.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sourmash<5,>=4.8.11
Requires-Dist: polars
Requires-Dist: sourmash_utils
Dynamic: license-file

# sourmash_plugin_tables

## Installation

```
pip install sourmash_plugin_tables
```

## Usage

non-xyz info goes here!

## Support

We suggest filing issues in [the main sourmash issue tracker](https://github.com/dib-lab/sourmash/issues) as that receives more attention!

## Dev docs

`tables` was developed from https://github.com/sourmash-bio/sourmash_plugin_template.

### Testing

Run:
```
pytest tests
```

### Generating a release

Bump version number in `pyproject.toml` and push.

Make a new release on github.

Then pull, and:

```
make dist
```

followed by `twine upload dist/...`.
