README.md
README_PYPI.md
pyproject.toml
app/__init__.py
app/cli.py
app/main.py
app/adapters/__init__.py
app/adapters/external_data_fetcher_adapter.py
app/adapters/extraction_metadata_collector.py
app/adapters/factory.py
app/adapters/file_parser_adapter.py
app/adapters/jsonld_builder.py
app/adapters/github/__init__.py
app/adapters/github/github_client.py
app/adapters/github/github_extractor.py
app/adapters/github/github_file_fetcher.py
app/adapters/gitlab/__init__.py
app/adapters/gitlab/gitlab_client.py
app/adapters/gitlab/gitlab_extractor.py
app/adapters/gitlab/gitlab_file_fetcher.py
app/api/__init__.py
app/api/builders/__init__.py
app/api/builders/enriched_metadata.py
app/api/endpoints/__init__.py
app/api/endpoints/metadata.py
app/api/schemas/__init__.py
app/api/schemas/metadata.py
app/api/services/__init__.py
app/api/services/fairness_service.py
app/api/services/metadata_service.py
app/application/__init__.py
app/application/use_cases/__init__.py
app/application/use_cases/extract_metadata.py
app/config/__init__.py
app/config/settings.py
app/core/__init__.py
app/core/entities/__init__.py
app/core/entities/fairness.py
app/core/entities/repository_metadata.py
app/domain/__init__.py
app/domain/extraction_sources.py
app/domain/property_extraction_sources.py
app/domain/schemas/__init__.py
app/domain/schemas/masmp_profiles.py
app/domain/services/__init__.py
app/domain/services/citation_file_parser.py
app/domain/services/fairness_evaluator.py
app/domain/services/llm_extractor.py
app/domain/services/openalex_client.py
app/domain/services/readme_parser.py
app/domain/services/url_pattern_matcher.py
app/domain/services/wayback_client.py
comet_rs/__init__.py
comet_rs.egg-info/PKG-INFO
comet_rs.egg-info/SOURCES.txt
comet_rs.egg-info/dependency_links.txt
comet_rs.egg-info/entry_points.txt
comet_rs.egg-info/requires.txt
comet_rs.egg-info/top_level.txt
tests/test_api_fairness_endpoint.py
tests/test_citation_file_parser.py
tests/test_external_data_fetcher_adapter.py
tests/test_extract_metadata_usecase.py
tests/test_extraction_metadata_collector.py
tests/test_fairness_entities.py
tests/test_fairness_evaluator.py
tests/test_fairness_service.py
tests/test_github_extractor.py
tests/test_gitlab_extractor.py
tests/test_jsonld_builder.py
tests/test_openalex_client.py
tests/test_property_extraction_sources.py
tests/test_public_api_comet_rs.py
tests/test_readme_parser.py
tests/test_wayback_client.py