LICENSE
README.md
pyproject.toml
src/priorart/__init__.py
src/priorart/__main__.py
src/priorart/cli.py
src/priorart/server.py
src/priorart/core/__init__.py
src/priorart/core/ast_extract.py
src/priorart/core/cache.py
src/priorart/core/deps_dev.py
src/priorart/core/find_alternatives.py
src/priorart/core/github_client.py
src/priorart/core/ingest_repo.py
src/priorart/core/ingestion.py
src/priorart/core/query.py
src/priorart/core/registry.py
src/priorart/core/scoring.py
src/priorart/core/utils.py
src/priorart/data/config.yaml
src/priorart/data/taxonomy.yaml
src/priorart_agent.egg-info/PKG-INFO
src/priorart_agent.egg-info/SOURCES.txt
src/priorart_agent.egg-info/dependency_links.txt
src/priorart_agent.egg-info/entry_points.txt
src/priorart_agent.egg-info/requires.txt
src/priorart_agent.egg-info/top_level.txt
tests/test_ast_extract.py
tests/test_cache.py
tests/test_cli.py
tests/test_deps_dev.py
tests/test_find_alternatives.py
tests/test_github_client.py
tests/test_ingest_repo.py
tests/test_ingestion.py
tests/test_query.py
tests/test_registry.py
tests/test_scoring.py