| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
| Back | FazBrowse Home | New Git URL |