.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.in
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/black.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverage.yml
.github/workflows/no_byte_order_mark.yml
.github/workflows/packaging_test.yml
.github/workflows/python-publish.yml
.github/workflows/pythonlint.yml
.github/workflows/unittests.yml
src/bomf/__init__.py
src/bomf/py.typed
src/bomf.egg-info/PKG-INFO
src/bomf.egg-info/SOURCES.txt
src/bomf.egg-info/dependency_links.txt
src/bomf.egg-info/not-zip-safe
src/bomf.egg-info/requires.txt
src/bomf.egg-info/top_level.txt
src/bomf/loader/__init__.py
src/bomf/loader/entityloader.py
unittests/__init__.py
unittests/test_entity_loader.py