Robust and effective logging for Python 2 and 3.
like this <https://logzero.readthedocs.io/en/latest/#adding-custom-handlers-eg-sysloghandler>
_)via https://cookiecutter-pypackage.readthedocs.io/en/latest/pypi_release_checklist.html
… code-block:: console
# Run the tests
make test
make lint
# Update history
vi HISTORY.md
git add HISTORY.md
git commit -m "Changelog for upcoming release"
# Update version
bumpversion minor
# Push
git push && git push --tags
Update conda-forge: https://github.com/metachris/logzero/issues/67#issuecomment-353016366
This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage
_ project template.
… _Cookiecutter: https://github.com/audreyr/cookiecutter
… _audreyr/cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
… _pip: https://pip.pypa.io