Skip to main content

A util package for python

Project description

fjl的 python 工具包

安装 setuptools wheel, 安装twine

  • python3 -m pip install --user --upgrade setuptools wheel
  • python3 -m pip install --user --upgrade twine

打包发布

  • python3 setup.py sdist bdist_wheel
  • 测试服 python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
  • pypi: python3 -m twine upload dist/*

运行后生成

python_utils.egg-info build dist

安装方法

使用

  • import crawler_utils

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

icecola-0.3.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

icecola-0.3-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

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