Metadata-Version: 2.4
Name: lib_pod5
Version: 0.3.39
Summary: Python bindings for the POD5 file format
Author-email: Oxford Nanopore Technologies plc <support@nanoporetech.com>
License-Expression: MPL-2.0
Project-URL: Homepage, https://github.com/nanoporetech/pod5-file-format
Project-URL: Issues, https://github.com/nanoporetech/pod5-file-format/issues
Project-URL: Documentation, https://pod5-file-format.readthedocs.io/en/latest/
Keywords: nanopore
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: <4.0,>=3.9
Description-Content-Type: text/markdown
License-File: licenses/LICENSE.md
License-File: licenses/gsl-lite.txt
License-File: licenses/pybind11.txt
Requires-Dist: numpy>=1.21.0
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: pytest~=7.3; extra == "dev"
Dynamic: license-file

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.
