Skip to content

Commit

Permalink
fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lexdene committed May 29, 2023
1 parent 15ad121 commit 68fa68e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
13 changes: 13 additions & 0 deletions README-origin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# kubernetes-stubs

[![PyPI](https://img.shields.io/pypi/v/kubernetes-stubs)](https://pypi.org/project/kubernetes-stubs/)

Python type stubs for the [Kubernetes API client](https://github.com/kubernetes-client/python).
The version numbers of this package track upstream's. PRs to fix bugs are
welcomed.

## Usage

```
pip install kubernetes-stubs
```
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# kubernetes-stubs
# kubernetes-stubs-elephant-fork

[![PyPI](https://img.shields.io/pypi/v/kubernetes-stubs)](https://pypi.org/project/kubernetes-stubs/)
fork of [kubernetes-stubs](https://pypi.org/project/kubernetes-stubs)

Python type stubs for the [Kubernetes API client](https://github.com/kubernetes-client/python).
The version numbers of this package track upstream's. PRs to fix bugs are
welcomed.

## Usage

```
pip install kubernetes-stubs
```
origin readme: [origin readme](README-origin.md)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "kubernetes-stubs"
name = "kubernetes-stubs-elephant-fork"
version = "22.6.0post1"
description = "Type stubs for the Kubernetes Python API client"
authors = ["Nikhil Benesch <nikhil.benesch@gmail.com>", "Rami Chowdhury <rami.chowdhury@gmail.com>"]
authors = ["Nikhil Benesch <nikhil.benesch@gmail.com>", "Rami Chowdhury <rami.chowdhury@gmail.com>", "Elephant Liu"]
license = "Apache-2.0"
readme = "README.md"

Expand Down

0 comments on commit 68fa68e

Please sign in to comment.