README.md
pyproject.toml
cli/__init__.py
cli/main.py
tech_people/__init__.py
tech_people/admin.py
tech_people/apps.py
tech_people/asgi.py
tech_people/settings.py
tech_people/urls.py
tech_people/wsgi.py
tech_people.egg-info/PKG-INFO
tech_people.egg-info/SOURCES.txt
tech_people.egg-info/dependency_links.txt
tech_people.egg-info/entry_points.txt
tech_people.egg-info/requires.txt
tech_people.egg-info/top_level.txt
tech_people/content_factory/__init__.py
tech_people/content_factory/content_package.py
tech_people/content_factory/interview_brief.py
tech_people/github_archive/__init__.py
tech_people/github_archive/markdown_writer.py
tech_people/github_archive/repo_sync.py
tech_people/matching/__init__.py
tech_people/matching/topic_match.py
tech_people/migrations/0001_initial.py
tech_people/migrations/__init__.py
tech_people/models/__init__.py
tech_people/models/insight.py
tech_people/models/interview.py
tech_people/models/person.py
tech_people/models/topic.py
tech_people/models/weekly.py
tech_people/scoring/__init__.py
tech_people/scoring/interview_score.py
tech_people/views/__init__.py
tech_people/views/apply.py
tech_people/views/home.py
tech_people/views/insights.py
tech_people/views/interviews.py
tech_people/views/people.py
tech_people/views/topics.py
tests/test_cli.py
tests/test_content_factory.py
tests/test_github_archive.py
tests/test_matching.py
tests/test_models.py
tests/test_scoring.py
tests/test_views.py