Skip to content

Commit 571aa4e

Browse files
committed
docs(readme): docs: update README badges and installation guidance
- Add status badges for PyPI version, supported Python versions, CI, and license to the README - Update installation instructions to use the correct package name go-authgate, including framework extras for FastAPI, Flask, and Django Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent baeb3d1 commit 571aa4e

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
# AuthGate Python SDK
22

3+
[![PyPI](https://img.shields.io/pypi/v/go-authgate)](https://pypi.org/project/go-authgate/)
4+
[![Python](https://img.shields.io/pypi/pyversions/go-authgate)](https://pypi.org/project/go-authgate/)
5+
[![CI](https://github.com/go-authgate/sdk-python/actions/workflows/testing.yml/badge.svg)](https://github.com/go-authgate/sdk-python/actions/workflows/testing.yml)
6+
[![License](https://img.shields.io/pypi/l/go-authgate)](LICENSE)
7+
38
Python SDK for [AuthGate](https://github.com/go-authgate) — OAuth 2.0 authentication and token management.
49

510
## Installation
611

712
```bash
8-
pip install authgate
13+
pip install go-authgate
914
```
1015

1116
With framework support:
1217

1318
```bash
14-
pip install authgate[fastapi]
15-
pip install authgate[flask]
16-
pip install authgate[django]
19+
pip install go-authgate[fastapi]
20+
pip install go-authgate[flask]
21+
pip install go-authgate[django]
1722
```
1823

1924
## Quick Start

0 commit comments

Comments
 (0)