Metadata-Version: 2.1
Name: zcc-utils
Version: 1.0.12
Summary: A uitls package
Home-page: https://gitee.com/week233/zcc_utils
Author: zcc
Author-email: ccz411@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# zcc_utils

#### 介绍

Accumulated tool modules
Currently there are:
1. Convert JSON string to custom type
2. Get the number after the decimal point, 1.2 = > 2
3. Get the number after the decimal point, 1.2 = > 0.2
4. Seconds to minutes
5. Second to hour
6. The hour to time type of float type, 12.99 hours = > 12:59:24

#### 安装说明

1.  `pip install -i https://pypi.Python.org/simple/ zcc-utils --trusted-host pypi.Python.org`

