kubernetes-client/python

Explore the possibility of type hinting

Ouverte

#225 ouverte le 20 mai 2017

 (32 commentaires) (41 réactions) (0 personne assignée)Python (3 323 forks)batch import
help wantedlifecycle/frozen

Métriques du dépôt

Stars
 (6 225 étoiles)
Métriques de merge PR
 (Merge moyen 10j 3h) (2 PRs mergées en 30 j)

Description

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.

Guide contributeur