Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ AXIs built and maintained by the community:
| [`ado-axi`](https://github.com/dtabolich/ado-axi) | dtabolich | Azure DevOps | Pull requests, branches, repositories, and pipeline runs. Wraps Azure CLI (`az devops` / `az repos`) with agent-ergonomic TOON output. |
| [`supabase-axi`](https://github.com/laizhenyoong/supabase-axi) | laizhenyoong | Supabase | Inspect schemas, run SQL, and audit RLS, indexes, and logs across Supabase projects. Wraps the Supabase Management API. |
| [`homebrew-axi`](https://github.com/mstuart/homebrew-axi) | mstuart | Homebrew | Inspect Homebrew formulae, casks, and installed packages — versions, dependencies, outdated status, and install stats — with token-efficient TOON output; read-only, never mutates. |
| [`pypi-axi`](https://github.com/mstuart/pypi-axi) | mstuart | PyPI | Inspect PyPI packages, versions, dependencies, and download stats with token-efficient TOON output — read-only, no auth required. |

<!-- generated:catalog-community:end -->

Expand Down
5 changes: 5 additions & 0 deletions catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,8 @@ community:
author: mstuart
domain: Homebrew
description: "Inspect Homebrew formulae, casks, and installed packages — versions, dependencies, outdated status, and install stats — with token-efficient TOON output; read-only, never mutates."
- name: pypi-axi
url: https://github.com/mstuart/pypi-axi
author: mstuart
domain: PyPI
description: "Inspect PyPI packages, versions, dependencies, and download stats with token-efficient TOON output — read-only, no auth required."
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,20 @@ <h2 data-annotate>The [AXI catalog].</h2>
never mutates.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/mstuart/pypi-axi"
><code>pypi-axi</code></a
>
</td>
<td>mstuart</td>
<td>PyPI</td>
<td>
Inspect PyPI packages, versions, dependencies, and download
stats with token-efficient TOON output &mdash; read-only, no
auth required.
</td>
</tr>
<!-- generated:catalog-community:end -->
</tbody>
</table>
Expand Down
Loading