kr8s-org / kr8s

A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
https://kr8s.org
BSD 3-Clause "New" or "Revised" License
839 stars 45 forks source link

Add py.typed file #441

Closed max-muoto closed 4 months ago

max-muoto commented 4 months ago

Add missing py.typed files for type-checkers per https://github.com/kr8s-org/kr8s/issues/440

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.31%. Comparing base (87063fc) to head (cffefbb). Report is 121 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #441 +/- ## ========================================== + Coverage 94.61% 95.31% +0.69% ========================================== Files 29 30 +1 Lines 3141 3756 +615 ========================================== + Hits 2972 3580 +608 - Misses 169 176 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.