Package python3-module-eliot: Information

    Source package: python3-module-eliot
    Version: 1.14.0-alt2
    Latest version according to Repology
    Build time:  Jan 25, 2024, 10:03 PM in the task #339008
    Report package bug
    License: MIT
    Summary: Logging library that tells you why it happened
    Description: 
    Python's built-in logging and other similar systems output a stream of factoids:
    they're interesting, but you can't really tell what's going on.
    
    * Why is your application slow?
    * What caused this code path to be chosen?
    * Why did this error happen?
    * Standard logging can't answer these questions.
    
    But with a better model you could understand what and why things happened in your application.
    You could pinpoint performance bottlenecks, you could understand what happened when, who called what.
    
    That is what Eliot does. 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 supports a range of use cases and 3rd party libraries:
    * Logging within a single process.
    * Causal tracing across a distributed system.
    * Scientific computing, with built-in support for NumPy and Dask.
    * Asyncio and Trio coroutines and the Twisted networking framework.
    
    Eliot is only used to generate your logs; you will might need tools like Logstash and ElasticSearch
    to aggregate and store logs if you are using multiple processes across multiple machines.

    List of rpms provided by this srpm:
    python3-module-eliot (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Grigory Ustinov
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @everybody

      1. python3-module-setuptools
      2. python3-module-setuptools
      3. rpm-build-intro >= 2.2.4
      4. rpm-build-python3

    Last changed


    Jan. 25, 2024 Grigory Ustinov 1.14.0-alt2
    - Fixed FTBFS.
    April 4, 2022 Vitaly Lipatov 1.14.0-alt1
    - new version 1.14.0 (with rpmrb script)
    Nov. 4, 2020 Vitaly Lipatov 1.12.0-alt1
    - new version 1.12.0 (with rpmrb script)