log-foundry 0.2.1.dev1__tar.gz → 0.2.1.dev3__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.
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/PKG-INFO +5 -4
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/README.md +2 -2
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/pyproject.toml +10 -3
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/LICENSE +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/__init__.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/api.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/config.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/console.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/context.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/decorator.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/ids.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/model.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/py.typed +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/__init__.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/_chunk.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/_socket.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/_time.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/base.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/callback.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/clickhouse.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/datadog.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/elasticsearch.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/eventhubs.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/file.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/filtering.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/firehose.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/honeycomb.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/http.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/kafka.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/kinesis.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/logging_sink.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/logstash.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/loki.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/mongodb.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/multi.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/nats.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/newrelic.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/postgres.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/pubsub.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/rabbitmq.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/redis.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/sentry.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/sns.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/splunk.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/sqlite.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/sqs.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/stdout.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/syslog.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/transform.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/sinks/util.py +0 -0
- {log_foundry-0.2.1.dev1 → log_foundry-0.2.1.dev3}/src/log_foundry/worker.py +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/)
|
|
@@ -21,7 +21,7 @@ calls form a tree you can query later.
|
|
|
21
21
|
|
|
22
22
|
## Requirements
|
|
23
23
|
|
|
24
|
-
- **Python ≥ 3.13
|
|
24
|
+
- **Python ≥ 3.12** — the full gate (ruff, mypy, pytest) runs on 3.12 and 3.13 in CI.
|
|
25
25
|
|
|
26
26
|
## Installation
|
|
27
27
|
|
|
@@ -496,7 +496,7 @@ logs can later correlate with distributed traces cheaply.
|
|
|
496
496
|
## Development
|
|
497
497
|
|
|
498
498
|
```bash
|
|
499
|
-
poetry install --with dev # set up (Python 3.
|
|
499
|
+
poetry install --with dev # set up (Python 3.12+)
|
|
500
500
|
poetry run pytest # test
|
|
501
501
|
poetry run ruff check . # lint (line-length 100)
|
|
502
502
|
poetry run mypy # typecheck (strict, over src/)
|
|
@@ -12,12 +12,15 @@ authors = [
|
|
|
12
12
|
]
|
|
13
13
|
license = "MIT"
|
|
14
14
|
readme = "README.md"
|
|
15
|
-
|
|
15
|
+
# 3.12 is the floor because that is the newest runtime a large class of deployed AWS Lambda
|
|
16
|
+
# fleets is on, and nothing in the library needs 3.13 (SPEC-013 FR-001). CI runs the full gate
|
|
17
|
+
# on 3.12 *and* 3.13 — the declaration follows the evidence.
|
|
18
|
+
requires-python = ">=3.12"
|
|
16
19
|
dependencies = [
|
|
17
20
|
]
|
|
18
21
|
|
|
19
22
|
# Optional features. Install with: pip install log-foundry[aws]
|
|
20
|
-
version = "0.2.1.
|
|
23
|
+
version = "0.2.1.dev3"
|
|
21
24
|
|
|
22
25
|
[project.optional-dependencies]
|
|
23
26
|
aws = ["boto3>=1.34"] # SQSSink, SNSSink, KinesisSink, FirehoseSink
|
|
@@ -85,8 +88,12 @@ addopts = "--strict-markers"
|
|
|
85
88
|
[tool.ruff]
|
|
86
89
|
src = ["src", "tests"]
|
|
87
90
|
line-length = 100
|
|
91
|
+
# Deliberately no `target-version`: ruff infers it from `requires-python`, so the two can never
|
|
92
|
+
# drift. If one is ever added it must match the floor above.
|
|
88
93
|
|
|
89
94
|
[tool.mypy]
|
|
90
95
|
files = ["src"]
|
|
91
|
-
|
|
96
|
+
# Must be the *lowest* supported version, not the newest: mypy checks against this, so a 3.13-only
|
|
97
|
+
# API would type-check clean on a 3.12 floor and fail as an AttributeError in a consumer's runtime.
|
|
98
|
+
python_version = "3.12"
|
|
92
99
|
strict = true
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|