Metadata-Version: 1.2
Name: apytl
Version: 0.0a2
Summary: A bawdy, emoji-friendly progress bar.
Home-page: https://github.com/anadolski/apytl
Author: Andrew Nadolski
Author-email: andrew.nadolski@gmail.com
License: UNKNOWN
Description: 
        Here it is, another Python terminal logger: apytl. This implementation
         relies only on the Python standard library, and uses the `logging` module
         to emit messages. This ensure that messages are output to the terminal
         even if whatever is calling apytl is doing so from within a shell script.
        
Platform: Linux
Platform: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
