Metadata-Version: 2.1
Name: time_box
Version: 0.0.6
Summary: Time processing tool collection
Home-page: https://gitee.com/ZeroSeeker/timebox
Author: ZeroSeeker
Author-email: zeroseeker@foxmail.com
License: UNKNOWN
Description: # time_box
        
        #### 介绍
        快速使用时间模块
        
        #### 软件架构
        软件架构说明
        
        
        #### 安装教程
        1.  pip安装
        ```shell script
        pip install time-box
        ```
        2.  pip安装（使用淘宝镜像加速）
        ```shell script
        pip install time-box -i https://mirrors.aliyun.com/pypi/simple
        ```
        
        #### 使用说明
        
        1.  demo
        ```python
        import time_box
        t = time_box.get_datetime()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
