python-eliot 1.15.0-1 source package in Ubuntu

Changelog

python-eliot (1.15.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.15.0
  * remove patch applied upstream

 -- Alexandre Detiste <email address hidden>  Wed, 07 Feb 2024 15:07:19 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eliot_1.15.0-1.dsc 2.1 KiB b0c5f14e56e0e28550911876268f4178b2d2afe42583de0dd73b67625b00b02c
python-eliot_1.15.0.orig.tar.gz 705.1 KiB b167dfe79d18101b979246cebd14d0e07d74394200a8e6c63cd5452f6386cfc6
python-eliot_1.15.0-1.debian.tar.xz 2.7 KiB cd63dde010f7781e088553e5bac80ee74f8e5dcfa650f7b8116db60b4192f933

Available diffs

No changes file available.

Binary packages built by this source

python3-eliot: logging library for Python that tells you why things happen

 Most logging systems tell you what happened in your application,
 whereas eliot also tells you why it happened.
 .
 eliot is a Python logging system that outputs causal chains of actions:
 actions can spawn other actions, and eventually they either succeed or fail.
 The resulting logs tell you the story of what your software did: what
 happened, and what caused it.
 .
 Eliot works well within a single process, but can also be used across
 multiple processes to trace causality across a distributed system.
 .
 Eliot is only used to generate your logs; you will still need tools like
 Logstash and ElasticSearch to aggregate and store logs if you are using
 multiple processes.