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?
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
forscip-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 usingpip
or other tooling?