Metadata-Version: 2.1
Name: pystools
Version: 0.0.75
Summary: pystools
Author-email: 木坦坦 <devzhao@126.com>
Project-URL: Homepage, https://github.com/devzhaohan/HMTools
Project-URL: Bug Tracker, https://github.com/devzhaohan/HMTools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests-toolbelt
Requires-Dist: loguru
Requires-Dist: pika
Requires-Dist: cos-python-sdk-v5
Requires-Dist: oss2
Requires-Dist: urllib3
Requires-Dist: shortuuid
Requires-Dist: webdriver-manager >=4.0.0
Requires-Dist: selenium >=4.10.0
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: Deprecated




项目地址： https://pypi.org/project/pystools/

### 安装
```shell
source venv/bin/activate
pip install -U pystools -i https://pypi.org/simple --trusted-host pypi.org
```


本项目图像处理使用的是Pillow-SIMD

```
# must remove existed pillow first.
$ pip uninstall pillow
# install SSE4 version
$ pip install pillow-simd
# install AVX2 version
$ CC="cc -mavx2" pip install -U --force-reinstall pillow-simd
```

安装，之前需要先安装扩展库(详见： https://pillow.readthedocs.io/en/latest/installation.html#external-libraries)

```
# mac：
brew install libjpeg libtiff little-cms2 openjpeg webp

# linux
# Debian or Ubuntu:
sudo apt-get install python3-dev python3-setuptools

# Fedora:
sudo dnf install python3-devel redhat-rpm-config

# Alpine:
sudo apk add python3-dev py3-setuptools

```


