Metadata-Version: 2.4
Name: mylibtool
Version: 0.2.0
Summary: My python library package with some scraper tool and data tool
Home-page: https://github.com/pgshow/mylibtool
Author: Daniel
Author-email: me@example.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: addict==2.4.0
Requires-Dist: backports.zoneinfo==0.2.1; python_version < "3.9"
Requires-Dist: carehttp>=0.3.11
Requires-Dist: certifi==2022.5.18.1
Requires-Dist: charset-normalizer==2.0.12
Requires-Dist: colorama==0.4.4
Requires-Dist: date-extractor==5.1.5
Requires-Dist: dateparser==1.1.1
Requires-Dist: filetype==1.0.13
Requires-Dist: humanize==4.1.0
Requires-Dist: idna>=2.8
Requires-Dist: loguru==0.6.0
Requires-Dist: maya==0.6.1
Requires-Dist: pendulum==2.1.2
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: pytz==2022.1
Requires-Dist: pytz-deprecation-shim==0.1.0.post0
Requires-Dist: pytzdata==2020.1
Requires-Dist: regex==2022.3.2
Requires-Dist: requests>=2.22.0
Requires-Dist: requests-toolbelt>=1.0.0
Requires-Dist: retrying==1.3.3
Requires-Dist: six==1.16.0
Requires-Dist: snaptime==0.2.4
Requires-Dist: tzdata==2022.1; platform_system == "Windows"
Requires-Dist: tzlocal==4.2
Requires-Dist: urllib3<2,>=1.25.8
Requires-Dist: win32-setctime==1.1.0; sys_platform == "win32"
Requires-Dist: arrow~=1.2.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


📦 Mylibtool
=======================

Mylibtool include DataTime extraction module and WordPress module.

The demo is in example folder.

Installation
-----

```bash
pip3 install mylibtool
```

##  安装
python 3.9 以前的版本安装方法
pip install mylibtool==0.1.7

python 3.10 以后就可以直接安装
