From d7db33911b16d19f05a2880c279da41e3624804c Mon Sep 17 00:00:00 2001
From: Simon Gurcke
API monitoring made easy.
-Apitally is a simple and affordable API monitoring tool with a focus on data privacy.
It is super easy to use for API projects in Python or Node.js and never collects sensitive data.
Apitally is a simple API monitoring & analytics tool with a focus on data privacy.
It is super easy to use for API projects in Python or Node.js and never collects sensitive data.
🔗 apitally.io
@@ -18,8 +18,8 @@ # Apitally client library for Python -[![Tests](https://github.com/apitally/python-client/actions/workflows/tests.yaml/badge.svg?event=push)](https://github.com/apitally/python-client/actions) -[![Codecov](https://codecov.io/gh/apitally/python-client/graph/badge.svg?token=UNLYBY4Y3V)](https://codecov.io/gh/apitally/python-client) +[![Tests](https://github.com/apitally/apitally-py/actions/workflows/tests.yaml/badge.svg?event=push)](https://github.com/apitally/apitally-py/actions) +[![Codecov](https://codecov.io/gh/apitally/apitally-py/graph/badge.svg?token=UNLYBY4Y3V)](https://codecov.io/gh/apitally/apitally-py) [![PyPI](https://img.shields.io/pypi/v/apitally?logo=pypi&logoColor=white&color=%23006dad)](https://pypi.org/project/apitally/) This client library for Apitally currently supports the following Python web diff --git a/pyproject.toml b/pyproject.toml index 972b796..0b3321f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,13 +5,13 @@ build-backend = "poetry_dynamic_versioning.backend" [tool.poetry] name = "apitally" version = "1.0.0" -description = "API monitoring for REST APIs built with FastAPI, Flask, Django, Starlette and Litestar." +description = "Simple API monitoring & analytics for REST APIs built with FastAPI, Flask, Django, Starlette and Litestar." readme = "README.md" authors = ["Apitally