LICENSE
README.md
pyproject.toml
crawler/__init__.py
crawler/__main__.py
crawler/crawler.py
crawler/github_url.py
crawler/models.py
crawler/raw_fetcher.py
crawler/raw_http.py
crawler/repo_metadata.py
crawler/safety.py
crawler/url_classifier.py
crawler/parsers/__init__.py
crawler/parsers/commits.py
crawler/parsers/fallback.py
crawler/parsers/file.py
crawler/parsers/issues.py
crawler/parsers/pulls.py
crawler/parsers/releases.py
crawler/parsers/repo.py
crawler/parsers/web_page.py
crawler/parsers/wiki.py
malaclyde_crawler.egg-info/PKG-INFO
malaclyde_crawler.egg-info/SOURCES.txt
malaclyde_crawler.egg-info/dependency_links.txt
malaclyde_crawler.egg-info/requires.txt
malaclyde_crawler.egg-info/top_level.txt
tests/test_cli.py
tests/test_crawler.py
tests/test_file.py
tests/test_github_url.py
tests/test_live.py
tests/test_models.py
tests/test_raw_fetcher.py
tests/test_raw_http.py
tests/test_repo_metadata.py
tests/test_safety.py
tests/test_setup.py
tests/test_url_classifier.py
tests/test_web_page.py