fastapi-alertengine 1.0.2__tar.gz → 1.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/PKG-INFO +1 -1
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/PKG-INFO +1 -1
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/SOURCES.txt +2 -2
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/pyproject.toml +1 -1
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/setup.cfg +1 -1
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/README.md +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine/__init__.py +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine/app_main.py +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine/client.py +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine/config.py +0 -0
- /fastapi_alertengine-1.0.2/fastapi_alertengine/engine.py.py → /fastapi_alertengine-1.0.3/fastapi_alertengine/engine.py +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine/middleware.py +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine/storage.py.py +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/dependency_links.txt +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/requires.txt +0 -0
- {fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastapi-alertengine
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: FastAPI AlertEngine: fintech-grade request monitoring (p95 latency + error rate) without Prometheus.
|
|
5
5
|
Author: Tandem Media
|
|
6
6
|
Project-URL: Homepage, https://github.com/Tandem-Media/fastapi-alertengine
|
{fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastapi-alertengine
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: FastAPI AlertEngine: fintech-grade request monitoring (p95 latency + error rate) without Prometheus.
|
|
5
5
|
Author: Tandem Media
|
|
6
6
|
Project-URL: Homepage, https://github.com/Tandem-Media/fastapi-alertengine
|
{fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/SOURCES.txt
RENAMED
|
@@ -5,14 +5,14 @@ setup.cfg
|
|
|
5
5
|
./fastapi_alertengine/app_main.py
|
|
6
6
|
./fastapi_alertengine/client.py
|
|
7
7
|
./fastapi_alertengine/config.py
|
|
8
|
-
./fastapi_alertengine/engine.py
|
|
8
|
+
./fastapi_alertengine/engine.py
|
|
9
9
|
./fastapi_alertengine/middleware.py
|
|
10
10
|
./fastapi_alertengine/storage.py.py
|
|
11
11
|
fastapi_alertengine/__init__.py
|
|
12
12
|
fastapi_alertengine/app_main.py
|
|
13
13
|
fastapi_alertengine/client.py
|
|
14
14
|
fastapi_alertengine/config.py
|
|
15
|
-
fastapi_alertengine/engine.py
|
|
15
|
+
fastapi_alertengine/engine.py
|
|
16
16
|
fastapi_alertengine/middleware.py
|
|
17
17
|
fastapi_alertengine/storage.py.py
|
|
18
18
|
fastapi_alertengine.egg-info/PKG-INFO
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "fastapi-alertengine"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.3"
|
|
8
8
|
description = "FastAPI AlertEngine: fintech-grade request monitoring (p95 latency + error rate) without Prometheus."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/requires.txt
RENAMED
|
File without changes
|
{fastapi_alertengine-1.0.2 → fastapi_alertengine-1.0.3}/fastapi_alertengine.egg-info/top_level.txt
RENAMED
|
File without changes
|