Metadata-Version: 1.1
Name: FancyLogger
Version: 1.0.1
Summary: Fork of aubricus/print_progress.py originated from StackOverflow's Greenstick to allow using multiple progress bars along with regular message logger.
Home-page: https://github.com/peepall/FancyLogger
Author: peepall
Author-email: ms.acc.783@gmail.com
License: MIT
Description: # FancyLogger

        Fork of 'aubricus/print_progress.py' originated from StackOverflow's Greenstick to allow using multiple progress bars along with regular message logger.

        

         * Support for multiple progress bars

         * Auto-scrolling message logger below the progress bars

         * Configurable decimals for percentage

         * Display elapsed time in human readable format from seconds to weeks

         * Display a prefix to the left of the progress bar

         * Display a suffix to the right of the progress bar

         * Keep alive even when completed

         * Displayed length of the progress bar can vary

         * Multiple progress bars will stay left-aligned

         * Keep space for permanent progress bar slots

         * Define the maximum number of displayed messages, but log files will keep them all

         * Python's multiprocessing support

        

        More info on GitHub.
Keywords: logging progress bar debug logger info task multiprocess
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Logging
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
