Metadata-Version: 2.1
Name: easyterm
Version: 0.4.0
Summary: convenient python functions for everyday use of terminal
Home-page: https://github.com/marco-mariotti/easyterm
Author: Marco Mariotti
Author-email: marco.mariotti@ub.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Easyterm 
Convenient python functions for everyday use of terminal

Module colorprint:
- print message using terminal colors 
- print service messages to be refreshed, e.g. progress bars

Module commandlineopt:
- read/manage command line options with minimal coding  

Module commandutils:
- create temporary folders with random name
- check file presence or checksum

See https://easyterm.readthedocs.io/



