Scraping common bot python library is a project that contains selenium common functionality. The project can be used for scraping or automation testing functionalities.
pylint -f colorized src/scraping_common_bot
- Before building you need to define a git tag, that git tag will be used as version:
git tag 1.0.0
tox -e build
- After that you can install also on local the same version:
pip install -e .
pipenv install -e .
- To publish the package run this:
tox -e publish
tox -e publish -- --repository pypi
tox -av
More info here