/aioportforward

Kubernetes Port-Forward Go-Edition For Python

Primary LanguagePythonMIT LicenseMIT

portforward

image

image

PyPI - Downloads

Documentation Status

Build status

Kubernetes Port-Forward Go-Edition For Python

Installation

Wheels are available for:

  • Windows
  • MacOS X
  • Linux

with Python versions:

  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 3.10

and architectures:

  • x84_64

Requirements for installation from source

The following things are required when there is no wheel available for the target system.

  • Go installed and available in the path (at least v1.16 / https://go.dev)
  • Python (at least v3.6 - below was never tested but might work)
  • gcc (for Windows available via MinGW)

Pip knows how to install portforward.

pip install portforward

Quickstart

Features

  • Go native Kubernetes port-forwarding with the .kube/config from the home dir or any other path to config.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

This project is enabled by setuptools-golang.