Metadata-Version: 2.1
Name: lib-pod5
Version: 0.2.0
Summary: Python bindings for the POD5 file format
Author-email: "Oxford Nanopore Technologies, Limited" <support@nanoporetech.com>
Keywords: nanopore
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: pytest (~=7.3) ; extra == 'dev'

LIB_POD5 Package
================

POD5 is a file format for storing nanopore dna data in an easily accessible way.

What does this project contain
------------------------------

This project contains the low-level core library (extension modules) for reading and
writing POD5 files. This project forms the basis of the pure-python `pod5` package which
is probably the project you want.
