log-foundry 0.9.1.dev5__tar.gz → 0.9.1.dev7__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.9.1.dev5 → log_foundry-0.9.1.dev7}/PKG-INFO +10 -1
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/README.md +9 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/pyproject.toml +1 -1
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/LICENSE +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/__init__.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/api.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/config.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/console.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/context.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/decorator.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/ids.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/model.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/py.typed +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sanitize.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/__init__.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/_batch.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/_chunk.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/_socket.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/_time.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/base.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/callback.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/clickhouse.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/datadog.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/elasticsearch.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/eventhubs.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/file.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/filtering.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/firehose.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/honeycomb.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/http.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/kafka.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/kinesis.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/logging_sink.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/logstash.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/loki.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/mongodb.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/multi.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/nats.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/newrelic.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/postgres.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/pubsub.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/rabbitmq.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/redis.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/sentry.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/sns.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/splunk.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/sqlite.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/sqs.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/stdout.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/syslog.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/transform.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/sinks/util.py +0 -0
- {log_foundry-0.9.1.dev5 → log_foundry-0.9.1.dev7}/src/log_foundry/worker.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: log-foundry
|
|
3
|
-
Version: 0.9.1.
|
|
3
|
+
Version: 0.9.1.dev7
|
|
4
4
|
Summary: Generate logs for your console and JSON events for downstream consumption.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -843,6 +843,15 @@ everything it instruments:
|
|
|
843
843
|
declares least-privilege `permissions` instead of inheriting the repository default.
|
|
844
844
|
- **Releases publish over OIDC**, so no PyPI token is stored in the repository — see
|
|
845
845
|
[Releasing](#releasing).
|
|
846
|
+
- **Every release ships a CycloneDX SBOM** as a release asset
|
|
847
|
+
([latest release](https://github.com/agriffi10/log-forge/releases/latest),
|
|
848
|
+
`log-foundry-X.Y.Z.cdx.json`), describing the published wheel with every extra installed.
|
|
849
|
+
[`SECURITY.md`](SECURITY.md#software-bill-of-materials) has the detail.
|
|
850
|
+
|
|
851
|
+
Scanning runs continuously rather than at release time: CodeQL over the source and the workflows,
|
|
852
|
+
zizmor over the workflows, `dependency-review` on every pull request, a weekly `pip-audit` across
|
|
853
|
+
all eleven extras, and OpenSSF Scorecard. Findings go to code scanning; `dependency-review` and
|
|
854
|
+
`pip-audit` are the two that fail a build.
|
|
846
855
|
|
|
847
856
|
## Releasing
|
|
848
857
|
|
|
@@ -807,6 +807,15 @@ everything it instruments:
|
|
|
807
807
|
declares least-privilege `permissions` instead of inheriting the repository default.
|
|
808
808
|
- **Releases publish over OIDC**, so no PyPI token is stored in the repository — see
|
|
809
809
|
[Releasing](#releasing).
|
|
810
|
+
- **Every release ships a CycloneDX SBOM** as a release asset
|
|
811
|
+
([latest release](https://github.com/agriffi10/log-forge/releases/latest),
|
|
812
|
+
`log-foundry-X.Y.Z.cdx.json`), describing the published wheel with every extra installed.
|
|
813
|
+
[`SECURITY.md`](SECURITY.md#software-bill-of-materials) has the detail.
|
|
814
|
+
|
|
815
|
+
Scanning runs continuously rather than at release time: CodeQL over the source and the workflows,
|
|
816
|
+
zizmor over the workflows, `dependency-review` on every pull request, a weekly `pip-audit` across
|
|
817
|
+
all eleven extras, and OpenSSF Scorecard. Findings go to code scanning; `dependency-review` and
|
|
818
|
+
`pip-audit` are the two that fail a build.
|
|
810
819
|
|
|
811
820
|
## Releasing
|
|
812
821
|
|
|
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
|
|
File without changes
|
|
File without changes
|