Metadata-Version: 2.1
Name: SomeTools
Version: 0.0.1
Summary: Some python tools
Home-page: https://github.com/584807419
Author: zhangkun
Author-email: zk.kyle@foxmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/584807419
Project-URL: Funding, https://github.com/584807419
Project-URL: Source, https://github.com/584807419
Project-URL: Tracker, https://github.com/584807419
Keywords: Python,Tools
Platform: any
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
Requires-Dist: datetime
Requires-Dist: loguru

@[TOC](目录)


<hr style=" border:solid; width:100px; height:1px;" color=#000000 size=1">

# 前言

<font color=#999AAA >整理一些常用工具便于日常使用。</font>

<hr style=" border:solid; width:100px; height:1px;" color=#000000 size=1">

<font color=#999AAA >提示：以下是本篇文章正文内容，下面案例可供参考

# 一、日期工具

## 1.主要功能
<font color=#999AAA >可将输入的任何类型的日期字符串类型转化为datetime.datetime类型的日期对象
## 2.使用方法

<font color=#999AAA >代码如下（示例）：

```c
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import warnings
warnings.filterwarnings('ignore')
import  ssl
ssl._create_default_https_context = ssl._create_unverified_context
```

<font color=#999AAA >该处使用的url网络请求的数据。

<hr style=" border:solid; width:100px; height:1px;" color=#000000 size=1">

# 工具包还在成长中
<font color=#999AAA >以后会逐步丰富起来的


