[console_scripts]
hinge = hinge.frontends.cli.app:app

[hinge.exporters]
csv = hinge.stages.exporters.csv_exporter:CsvExporter
gml = hinge.stages.exporters.gml_exporter:GmlExporter
networkx = hinge.stages.exporters.networkx_exporter:NetworkXExporter

[hinge.projection_specs]
artifact-artifact-reference = hinge.stages.projection.specs.artifact_reference:SPEC
repo-repo-fork = hinge.stages.projection.specs.fork_repo_repo:SPEC
repo-repo-shared-contributors = hinge.stages.projection.specs.repo_shared_contributors:SPEC
user-issue-participation = hinge.stages.projection.specs.issue_participation:SPEC
user-pr-participation = hinge.stages.projection.specs.pr_participation:SPEC
user-repo-affiliation = hinge.stages.projection.specs.developer_repo_affiliation:SPEC
user-repo-star = hinge.stages.projection.specs.star_user_repo:SPEC
user-repo-watch = hinge.stages.projection.specs.watch_user_repo:SPEC
user-user-co-commit = hinge.stages.projection.specs.co_commit_user_user:SPEC
user-user-co-edit-file = hinge.stages.projection.specs.co_edit_file_user_user:SPEC
user-user-co-edit-line = hinge.stages.projection.specs.co_edit_line_user_user:SPEC
user-user-follow = hinge.stages.projection.specs.follow_user_user:SPEC
user-user-issue-co-participation = hinge.stages.projection.specs.issue_co_participation:SPEC
user-user-mention = hinge.stages.projection.specs.user_mention_user:SPEC
user-user-pr-author-reviewer = hinge.stages.projection.specs.pr_author_reviewer:SPEC
user-user-pr-co-review = hinge.stages.projection.specs.pr_reviewer_coreview:SPEC
user-user-repo-collaboration = hinge.stages.projection.specs.dev_interaction:SPEC

[hinge.projections]
dbt = hinge.stages.projection.dbt_projection:DbtProjection

[hinge.readers]
numfocus = hinge.stages.readers.numfocus_reader:NumFocusReader

[hinge.stores]
duckdb = hinge.stages.store.duckdb_store:DuckDBStore
