File: PKG-INFO

package info (click to toggle)
proglog 0.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 414; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 856 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Metadata-Version: 1.0
Name: proglog
Version: 0.1.9
Summary: Log and progress bar manager for console, notebooks, web...
Home-page: UNKNOWN
Author: Zulko
Author-email: UNKNOWN
License: MIT - copyright Edinburgh Genome Foundry
Description: Proglog
        ===================
        Proglog is a progress logging system for Python. It allows to build complex
        libraries while giving the user control on the management of logs, callbacks and progress bars.
        
        
        Infos
        -----
        
        **PIP installation:**
        
        .. code:: bash
        
          pip install proglog
        
        **Github Page**
        
        `<https://github.com/Edinburgh-Genome-Foundry/Proglog>`_
        
        **License:** MIT, Copyright Edinburgh Genome Foundry
        
Keywords: logger log progress bar
Platform: UNKNOWN