Metadata-Version: 2.1
Name: shancx
Version: 1.9.33.172
Summary: A simple timer decorator
Home-page: https://gitee.com/shancx
Author: shancx
Author-email: your.email@example.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

# Welecome to shancx

A simple Python package that provides a timer decorator to measure the execution time of functions.

## Installation
 
pip install shancx
 
 
