pytogo / portforward

Kubernetes Port-Forward Go-Edition For Python

Home Page:https://portforward.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[research] Improve and simplfy build and development of portforward

corka149 opened this issue · comments

  • portforward version: all
  • Python version: all
  • Operating System: all

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

  • Enhance setuptools-golang to work locally
  • Analyze replacing Go by Rust

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