AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
osslili/__init__.py
osslili/__main__.py
osslili/cli.py
osslili.egg-info/PKG-INFO
osslili.egg-info/SOURCES.txt
osslili.egg-info/dependency_links.txt
osslili.egg-info/entry_points.txt
osslili.egg-info/requires.txt
osslili.egg-info/top_level.txt
osslili/core/__init__.py
osslili/core/generator.py
osslili/core/input_processor.py
osslili/core/models.py
osslili/data/__init__.py
osslili/data/exact_hashes.json
osslili/data/license_hashes.json
osslili/data/license_normalization.json
osslili/data/regex_patterns.json
osslili/data/spdx_licenses.json
osslili/data/spdx_licenses.py
osslili/detectors/__init__.py
osslili/detectors/family_notices.py
osslili/detectors/license_detector.py
osslili/detectors/tlsh_detector.py
osslili/extractors/__init__.py
osslili/extractors/copyright_extractor.py
osslili/formatters/__init__.py
osslili/formatters/cyclonedx_formatter.py
osslili/formatters/evidence_formatter.py
osslili/formatters/kissbom_formatter.py
osslili/utils/__init__.py
osslili/utils/archive_extractor.py
osslili/utils/cache_manager.py
osslili/utils/config_loader.py
osslili/utils/file_scanner.py
osslili/utils/license_normalizer.py
osslili/utils/logging.py
osslili/utils/regex_matcher.py
osslili/utils/text_similarity.py
tests/test_a_document_is_measured_the_same_way_either_way.py
tests/test_a_keyword_is_a_hint.py
tests/test_a_licence_filename_looks_like_one.py
tests/test_a_mention_is_not_a_declaration.py
tests/test_a_shared_text_is_not_a_certain_identification.py
tests/test_a_vague_version_still_names_a_licence.py
tests/test_an_archive_names_its_files_by_the_path_inside.py
tests/test_an_exception_is_not_a_licence.py
tests/test_an_expression_is_not_its_first_term.py
tests/test_an_expression_is_read_by_its_grammar.py
tests/test_an_identifier_is_modernised_wherever_it_is_read.py
tests/test_an_identifier_means_itself.py
tests/test_basic.py
tests/test_copyright_email.py
tests/test_false_negatives.py
tests/test_integration.py
tests/test_license_detection_accuracy.py
tests/test_matcher_accuracy.py
tests/test_osslili.py
tests/test_pep639_license_file.py
tests/test_performance_flags.py
tests/test_scan_targets.py
tests/test_the_licences_are_listed_the_same_way.py
tests/test_the_notice_names_which_member_of_the_family.py
tests/test_the_same_scan_answers_the_same_way.py
tests/test_the_sbom_says_what_made_it.py
tests/test_third_party_category.py