Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 777 Bytes

README-DEV.md

File metadata and controls

45 lines (30 loc) · 777 Bytes

Spider Utility

Version Download License Status

Distribution

Refer to the official doc: https://packaging.python.org/guides/distributing-packages-using-setuptools/

python setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*

Doc Generation

Installation

pip install sphinx recommonmark sphinx_rtd_theme

Run

cd doc
sphinx-apidoc -o source -f ../spiderutil
make.bat html
cd ..

Todo

  • Fulfill the docs

  • Multi-thread / multi-processing / Asycio

  • Decorator

  • Monitor

  • Unit tests