Metadata-Version: 1.2
Name: cmd-clock
Version: 0.2
Summary: a command-line clock
Home-page: UNKNOWN
Author: Allen Sun
Author-email: allen.haha@hotmail.com
License: UNKNOWN
Description: A simple command-line clock.
        Usage:
        python -m cmd_clock
        Output:
        Thu Oct 22 20:36:35 2020
        Install:
        pip install cmd_clock
        Note: In some systems (and in IDLE) you'll see Thu Oct 22 20:33:11 2020 over and over. Try another shell instead.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
