.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
data/README.md
data/osw_id_to_pint.json
data/osw_id_to_unit_name.json
data/unit_name_to_osw_id.json
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
examples/basic_usage.py
examples/pint_interop.py
examples/tabular_data.py
examples/tensile_test.py
scripts/generate_collection.py
src/opensemantic.characteristics.quantitative.egg-info/PKG-INFO
src/opensemantic.characteristics.quantitative.egg-info/SOURCES.txt
src/opensemantic.characteristics.quantitative.egg-info/dependency_links.txt
src/opensemantic.characteristics.quantitative.egg-info/not-zip-safe
src/opensemantic.characteristics.quantitative.egg-info/requires.txt
src/opensemantic.characteristics.quantitative.egg-info/top_level.txt
src/opensemantic/characteristics/quantitative/__init__.py
src/opensemantic/characteristics/quantitative/_collection.py
src/opensemantic/characteristics/quantitative/_enum.py
src/opensemantic/characteristics/quantitative/_model.py
src/opensemantic/characteristics/quantitative/_static.py
src/opensemantic/characteristics/quantitative/v1/__init__.py
src/opensemantic/characteristics/quantitative/v1/_collection.py
src/opensemantic/characteristics/quantitative/v1/_enum.py
src/opensemantic/characteristics/quantitative/v1/_model.py
src/opensemantic/characteristics/quantitative/v1/_static.py
tests/conftest.py
tests/conversion_test.py
tests/examples_test.py
tests/integration_test.py
tests/offset_unit_test.py