[PR #2713] Add Apitally to RESTful API section #2026

Open
opened 2025-11-06 13:28:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2713
Author: @itssimon
Created: 6/4/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 3c15748 Add apitally to RESTful API section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Apitally is a lightweight API monitoring, analytics, and request logging tool. It helps developers understand API usage, performance, and errors – without setting up complex monitoring infrastructure.

It integrates with many popular web frameworks via middleware:

  • FastAPI / Starlette
  • Django REST Framework / Django Ninja
  • Flask
  • Litestar
  • BlackSheep

Why it’s awesome:

  • Clear, focused dashboards – See API traffic, performance, errors, and consumer behaviour at a glance.
  • Minimal setup – Just a few lines of code to get started.
  • Privacy-friendly by design – Metrics are aggregated client-side; request logging is fully optional and configurable.
  • Minimal performance impact – Runs asynchronously in the background and doesn’t slow down request handlers.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2713 **Author:** [@itssimon](https://github.com/itssimon) **Created:** 6/4/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3c15748`](https://github.com/vinta/awesome-python/commit/3c157485dfee0e8a9eed5238cfdfbeb2e2e36606) Add `apitally` to RESTful API section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [Apitally](https://github.com/apitally/apitally-py) is a lightweight API monitoring, analytics, and request logging tool. It helps developers understand API usage, performance, and errors – without setting up complex monitoring infrastructure. It integrates with many popular web frameworks via middleware: - FastAPI / Starlette - Django REST Framework / Django Ninja - Flask - Litestar - BlackSheep Why it’s awesome: - Clear, focused dashboards – See API traffic, performance, errors, and consumer behaviour at a glance. - Minimal setup – Just a few lines of code to get started. - Privacy-friendly by design – Metrics are aggregated client-side; request logging is fully optional and configurable. - Minimal performance impact – Runs asynchronously in the background and doesn’t slow down request handlers. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:28:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2026