Metadata-Version: 2.1
Name: scxfxt
Version: 1.0.0.1
Summary: scxfxt
Home-page: https://gitee.com/scxfxt
Author: scxfxt_scxfxt
Author-email: shanhe12@163.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
Requires-Dist: tqdm
Requires-Dist: pandas
Requires-Dist: matplotlib

# Welecome to scxfxt

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

## Installation
 
pip install scxfxt
 
pip install scxfxt -i https://mirrors.cloud.tencent.com/pypi/simple
