Metadata-Version: 2.1
Name: attempts
Version: 0.1
Summary: A very simple yet customizable package to add timestamps to your print statements.
Home-page: https://github.com/pedrotcp/attempts
Author: Pedro Henrique Bezerra
Author-email: pedrotcp@gmail.com
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

A very simple yet customizable package to add timestamps to your print statements. You can replace the default print(), keeping all of its default options, or use the built-in printt() command, which accepts all the same arguments.
