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/*
pip install sphinx recommonmark sphinx_rtd_theme
cd doc
sphinx-apidoc -o source -f ../spiderutil
make.bat html
cd ..
-
Fulfill the docs
-
Multi-thread / multi-processing / Asycio
-
Decorator
-
Monitor
-
Unit tests