Metadata-Version: 2.4
Name: pangoLEARN-MPXV
Version: 1.0
Summary: trained clade data
Author-email: Aine OToole <aine.otoole@ed.ac.uk>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/aineniamh/pangoLEARN-MPXV
Project-URL: Issues, https://github.com/aineniamh/pangoLEARN-MPXV/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pangoLEARN-MPXV

from importlib.resources import files
data_text = files('mypkg.data').joinpath('data1.txt').read_text()
