kubernetes-client/python

Explore the possibility of type hinting

Open

#225 geöffnet am 20. Mai 2017

Auf GitHub ansehen
 (30 Kommentare) (39 Reaktionen) (0 zugewiesene Personen)Python (3.323 Forks)batch import
help wantedlifecycle/frozen

Repository-Metriken

Stars
 (6.225 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T 3h) (2 gemergte PRs in 30 T)

Beschreibung

Python 3 has a type hinting feature very useful for auto complete. This issue is for tracking efforts on researching its backward compatibility with python 2 (from __future__ import import annotations?) and if possible, change code generator to implement it. Best if we contribute it back to swagger-codegen.

Contributor Guide