I've attached a zipped file structure.
pythonscad_stubs.tar.gz
You could publish it on PyPi under pythonscad_stubs or something.
To enable editor support, people would just have to:
create a virtualenv
pip install pythonscad_stubs (inside of the virtualenv)
point editor to that venv, or launch editor with that venv activated in the terminal
If you don't want to publish it, people can just download it, unzip it somewhere it'll stay, and pip install -e ./ from inside of it.
I've attached a zipped file structure.
pythonscad_stubs.tar.gz
You could publish it on PyPi under pythonscad_stubs or something.
To enable editor support, people would just have to:
create a virtualenv
pip install pythonscad_stubs(inside of the virtualenv)point editor to that venv, or launch editor with that venv activated in the terminal
If you don't want to publish it, people can just download it, unzip it somewhere it'll stay, and
pip install -e ./from inside of it.