biomapper 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
biomapper/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """BioMapper: A toolkit for biological data harmonization and ontology mapping."""
2
+
3
+ __version__ = "0.1.0"
@@ -0,0 +1 @@
1
+ """Core functionality and base classes for the BioMapper package."""
@@ -0,0 +1 @@
1
+ """Mapping modules for biological identifier translation and ontology mapping."""