pytogo / portforward

Kubernetes Port-Forward Go-Edition For Python
https://portforward.readthedocs.io
MIT License
17 stars 6 forks source link

[research] Improve and simplfy build and development of portforward #13

Closed corka149 closed 1 year ago

corka149 commented 1 year ago

Description

The development of portforward is difficult because setuptools-golang uses the code from the repo. In addition the extension can be cached. It is sometimes not possible to know which version of the extension is used while development.

Todo

Check the possible solutions

corka149 commented 1 year ago

It is possible to use a local path in go.mod. I added a hint to README.rst and go.mod.