SCIP Python
To index Python we use SourceGraph's SCIP indexer for python. SCIP is a new format for tools to share information about code. Releases of scip-python can be installed with yarn
or npm
and used as indexers for SCIP, which Glean will accept. The indexer itself requires a python runtime.
Run the indexerβ
The indexer is run via the main glean
CLI tool.
> cabal build exe:glean
And index your Python repository with:
glean index scip-python DIR --db NAME/INSTANCE
where
DIR
is the root directory containing the Python projectname/hash
is the name of the repository to create
Provide the usual --db-root
and --schema
or --service
arguments
to glean
In the shellβ
Python source can also be indexed directly from the Glean shell:
:index scip-python DIR
The shell will pick a DB name and hash for you based on DIR
.
Schemaβ
The schema is in glean/schema/source/scip.angle