DRY python utilities
April 28, 2021 ยท View on GitHub
Introduction
This package's goal is to offer a set of utility methods I end up using in a lot of projects.
Table of Contents
Installation
Install the package using pip, or easy_install
$ pip install DRY-python-utilities
Changelog
Keep up with the changes here.
Contributing
Question, comments and suggestions are all welcome. Please create an issue or email me. I'll do my best to reply as soon as possible and to include every suggestion in any way that I can.
- Code should be linted using black, isort and, finally, checked with flake8. Or just use pre-commit with the settings in the project.
- All documentation should be done in NumPy Style Python Docstrings.
License
MIT
Mentions
A special thank you to bleach and python-slugify.