Skip to main content

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


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.0.2.tar.gz (32.4 kB view hashes)

Uploaded Source

Built Distribution

wise_utils-1.0.2-py3.9.egg (58.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page