log-foundry 0.2.1.dev1__py3-none-any.whl → 0.2.1.dev3__py3-none-any.whl
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.
- {log_foundry-0.2.1.dev1.dist-info → log_foundry-0.2.1.dev3.dist-info}/METADATA +5 -4
- {log_foundry-0.2.1.dev1.dist-info → log_foundry-0.2.1.dev3.dist-info}/RECORD +4 -4
- {log_foundry-0.2.1.dev1.dist-info → log_foundry-0.2.1.dev3.dist-info}/WHEEL +0 -0
- {log_foundry-0.2.1.dev1.dist-info → log_foundry-0.2.1.dev3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: log-foundry
|
|
3
|
-
Version: 0.2.1.
|
|
3
|
+
Version: 0.2.1.dev3
|
|
4
4
|
Summary: Generate logs for your console and JSON events for downstream consumption.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Author: Andrew Griffith
|
|
8
|
-
Requires-Python: >=3.
|
|
8
|
+
Requires-Python: >=3.12
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.13
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.14
|
|
12
13
|
Provides-Extra: amqp
|
|
@@ -56,7 +57,7 @@ calls form a tree you can query later.
|
|
|
56
57
|
|
|
57
58
|
## Requirements
|
|
58
59
|
|
|
59
|
-
- **Python ≥ 3.13
|
|
60
|
+
- **Python ≥ 3.12** — the full gate (ruff, mypy, pytest) runs on 3.12 and 3.13 in CI.
|
|
60
61
|
|
|
61
62
|
## Installation
|
|
62
63
|
|
|
@@ -531,7 +532,7 @@ logs can later correlate with distributed traces cheaply.
|
|
|
531
532
|
## Development
|
|
532
533
|
|
|
533
534
|
```bash
|
|
534
|
-
poetry install --with dev # set up (Python 3.
|
|
535
|
+
poetry install --with dev # set up (Python 3.12+)
|
|
535
536
|
poetry run pytest # test
|
|
536
537
|
poetry run ruff check . # lint (line-length 100)
|
|
537
538
|
poetry run mypy # typecheck (strict, over src/)
|
|
@@ -45,7 +45,7 @@ log_foundry/sinks/syslog.py,sha256=CAQ957jBIlAzrLyrOmtzspqcnAFBfYHGrIN8I35DGMw,3
|
|
|
45
45
|
log_foundry/sinks/transform.py,sha256=eeZpaMxc7urrZ07Vc4GQ-sIq2mTYhoA_dI4Ur4Mmb4s,1613
|
|
46
46
|
log_foundry/sinks/util.py,sha256=SCYFxW9Jm-bIVsyOKir5JWWbwP7u5VFnhNmncMIkwBM,2759
|
|
47
47
|
log_foundry/worker.py,sha256=9sX6-Zqq4bChlAAM26nDcV3CZGPkgaKHzolIvTeWRjk,6689
|
|
48
|
-
log_foundry-0.2.1.
|
|
49
|
-
log_foundry-0.2.1.
|
|
50
|
-
log_foundry-0.2.1.
|
|
51
|
-
log_foundry-0.2.1.
|
|
48
|
+
log_foundry-0.2.1.dev3.dist-info/METADATA,sha256=0tkkYzwkQ4xQ6bEQ5R0iBtkxDAqdq-NMcAeMcbDSSX8,31265
|
|
49
|
+
log_foundry-0.2.1.dev3.dist-info/WHEEL,sha256=eY7nduwzv-ldUxpzbRlxwvC693Hg6PX8bWDjEHjZ_dk,88
|
|
50
|
+
log_foundry-0.2.1.dev3.dist-info/licenses/LICENSE,sha256=HaCckyCX8P6TR8gY5xyEsFi050Hs2kl-JqaO9Vi0Sw0,1072
|
|
51
|
+
log_foundry-0.2.1.dev3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|