Python library for working with SSSOM (Simple Standard for Sharing Ontological Mappings) mapping tables. Provides utilities for reading, writing, validating, and transforming mappings. Current version 0.4.21, requires Python >=3.10 and <4.0.0. Release cadence is irregular; breaking changes occur between minor versions.
pip install sssomNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a SSSOM TSV file and writes it back.
Update imports: from sssom.parsers import parse_sssom_table instead of from sssom import parse_sssom_table.
Use from sssom.constants import CURIE_MAP and pass CURIE_MAP instead of custom curie_map dicts.
Use StringIO from io module if you have a string: parse_sssom_table(StringIO(tsv_string)).
No dependency data recorded yet.
No resource links recorded.