From df1176aa8b01a902c487e6e694857f0273320bc2 Mon Sep 17 00:00:00 2001 From: Oscar V Date: Fri, 3 Apr 2026 10:16:20 -0700 Subject: [PATCH 1/3] chore: re-enable default publish settings --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cd13c44..bfd7762 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -125,6 +125,3 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - attestations: false - verbose: true From f4c96f74bf02fd1baed95f12b9af62a36924509c Mon Sep 17 00:00:00 2001 From: Oscar V Date: Fri, 3 Apr 2026 10:18:07 -0700 Subject: [PATCH 2/3] fix: correct workflow badge and PyPI package name in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8be64bc..da58977 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # AIProxyGuard Python SDK -[![PyPI version](https://badge.fury.io/py/aiproxyguard.svg)](https://badge.fury.io/py/aiproxyguard) -[![Python](https://img.shields.io/pypi/pyversions/aiproxyguard.svg)](https://pypi.org/project/aiproxyguard/) +[![PyPI version](https://badge.fury.io/py/aiproxyguard-python-sdk.svg)](https://badge.fury.io/py/aiproxyguard-python-sdk) +[![Python](https://img.shields.io/pypi/pyversions/aiproxyguard-python-sdk.svg)](https://pypi.org/project/aiproxyguard-python-sdk/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Tests](https://github.com/AInvirion/aiproxyguard-python-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/AInvirion/aiproxyguard-python-sdk/actions/workflows/tests.yml) +[![Tests](https://github.com/AInvirion/aiproxyguard-python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/AInvirion/aiproxyguard-python-sdk/actions/workflows/ci.yml) Official Python SDK for [AIProxyGuard](https://aiproxyguard.com) - an LLM security proxy that detects prompt injection attacks in real-time. ## Installation ```bash -pip install aiproxyguard +pip install aiproxyguard-python-sdk ``` **Requirements:** Python 3.9+ From c0ee7504d2522b1f9dfa540d71b8ae7d40c9bc06 Mon Sep 17 00:00:00 2001 From: Oscar V Date: Fri, 3 Apr 2026 10:19:52 -0700 Subject: [PATCH 3/3] docs: clarify where to get API key --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da58977..69c01c3 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,9 @@ client = AIProxyGuard( ### Getting an API Key -1. Sign up at [aiproxyguard.com](https://aiproxyguard.com) +You can get an API key on [aiproxyguard.com](https://aiproxyguard.com): + +1. Sign up or log in at [aiproxyguard.com](https://aiproxyguard.com) 2. Navigate to **Settings** → **API Keys** 3. Click **Create API Key** 4. Copy your key (starts with `apg_`)