Sourcegraph fork of pyright focused on generating SCIP for python projects.
Project is primarily an addition to Pyright. At this time, there are no substantial changes to the pyright
library.
$ # Install scip-python
$ npm install -g @sourcegraph/scip-python
$ npm install @sourcegraph/scip-python
$ # NOTE: make sure to activate your virtual environment before running
$ scip-python index . --project-name $MY_PROJECT
$ # Make sure to point towards the sourcegraph instance you're interested in uploading to.
$ # more information at https://github.com/sourcegraph/src-cli
$ src lsif upload
{
"index_jobs": [
{
"indexer": "sourcegraph/scip-python:autoindex",
"local_steps": [
"pip install . || true",
],
"indexer_args": ["--project-name", "<your name here>"],
"steps": [],
"outfile": "",
"root": ""
}
],
"shared_steps": []
}
You can go to the following Sourcegraph link to compare the changes we've made from pyright.
The changes are almost exclusively in the folder packages/pyright-scip/
and various package.json
files
due to adding some additional dependencies.
In general, we've tried to make very little changes to anything inside of the pyright packages. The only changes that are inside there at this point are:
- Not bail out of indexing if it's taking a long time
- Not throw away indexed files if memory usage gets high
- Allow parsing of some additional files