Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (35 loc) · 1.43 KB

README-various.md

File metadata and controls

54 lines (35 loc) · 1.43 KB

Future Features & Ideas

  • Decorator for logging function calls
  • Easier usage of custom log handlers (currently works like this <https://logzero.readthedocs.io/en/latest/#adding-custom-handlers-eg-sysloghandler>_)
  • Send logs to remote log collector (maybe)
  • Structured logging a la https://structlog.readthedocs.io/en/stable/index.html (maybe)

Related Projects

Notes: How to release a new version

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: #67 (comment)

Credits

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