sourcegraph / scip-python

SCIP indexer for Python
Other
48 stars 22 forks source link

Packaging for PyPI? #56

Open varungandhi-src opened 2 years ago

varungandhi-src commented 2 years ago

I noticed there are a growing number of downloads for the PyPI package for Pyright: https://pypistats.org/packages/pyright

Right now, the scip-python blog post recommends using npm install for scip-python, which makes sense since it is implemented in TypeScript. Would it make sense to ship a similar wrapper for scip-python so that Python developers can easily consume it using pip or other tooling?

Boarders commented 1 month ago

I would also find this useful