Metadata-Version: 2.1
Name: sam-io
Version: 0.0.1
Summary: SAM file reader/writer
Home-page: https://github.com/EBI-Metagenomics/sam-io
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
Maintainer: Danilo Horta
Maintainer-email: horta@ebi.ac.uk
License: MIT
Download-URL: https://github.com/EBI-Metagenomics/sam-io
Keywords: sam,reader,io
Platform: Windows
Platform: MacOS
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
Requires-Dist: importlib-resources (>=1.4.0)
Requires-Dist: more-itertools (>=8.4.0)
Requires-Dist: xopen (>=1.0.1)

# sam-io

SAM reader/writer.

## Install

```bash
pip install sam-io
```

## Author

* [Danilo Horta](https://github.com/horta)

## License

This project is licensed under the [MIT License](https://raw.githubusercontent.com/EBI-Metagenomics/sam-io/master/LICENSE.md).


