Metadata-Version: 1.2
Name: termtools
Version: 0.0.9
Summary: A set of tools for nice terminal applications
Home-page: https://github.com/yasserfarouk/termtools
Author: Yasser Mohammad
Author-email: yasserfarouk@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: ## A set of terminal tools that helps building apps that look nice on the terminal
        
        This is a simple library for controlling *text* appearance and placement on terminals. 
        It provides also an advanced progress bar library.
        
        The main advantages of the progress bar library included here are the
        following:
        
        * Easily show multiple progress bars controlled independently
        * Control the placement of the bars anyplace on the screen
        * Control the appearance of the bars using a simple markup like interface
        * When no information about the actual progress is available (which happens
          alot in datascience applications), it is possible to just indicate that the system is not stuck 
        
        
        
        
        
Keywords: utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.6
