No project description provided
Project description
小工具
- common
- exceptions: 异常处理
- ftp: FTP上传下载
- logger: 日志打印
- mail: 邮件发送
- retry_decorator: 重试装饰器
- setqueue: 去重队列,有序去重队列
- db
- mysql
- redis
- spider 爬虫基类
- basespider
- selenium_spider
0.3.6
由于新版将会弃用直接传executable_path,更新了
service = Service(executable_path=executable_path)
browser = webdriver.Chrome(service=service, options=chrome_options)
# 安装
pip install -i https://pypi.org/simple/ wise-utils
- mac 打包
python3 -m build
python3 -m twine upload --repository testpypi dist/*
python3 -m twine upload --repository pypi dist/*
- win 打包
python setup.py sdist
python setup.py install
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wise_utils-1.1.3.tar.gz
(33.3 kB
view details)
File details
Details for the file wise_utils-1.1.3.tar.gz.
File metadata
- Download URL: wise_utils-1.1.3.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ddcb037609a462fa8ab2140d3e1d8fc77192daed96eb56c6be27652a38f8903
|
|
| MD5 |
341a1f15e9488d8b1627351bbaa179dc
|
|
| BLAKE2b-256 |
51566adad89642705990e977776b3e1ad47dc3ed01c779b9e99e5b785d3274ee
|