`pytool`` is a collection of often used helper methods and classes that make life easier or fill in gaps in the Python Standard Library.
Pytool is compatible with and tested against Python 3.8 and higher. End of life Python versions are not supported.
Note
Note: Python 2 and <3.8
is now End of
Life and support in Pytool
is deprecated and will be removed in Pytool 4.x.
Pytool's source is hosted on Github: https://github.com/shakefu/pytool
Any comments, issues or requests should be submitted via Github: https://github.com/shakefu/pytool/issues
Read the complete documentation on Read the Docs!
Pytool is available on PyPI for your installation ease.
pip install pytool
Pytool is a collection of common and useful functions designed to help your code be easier to read, write and maintain. The API is well documented with examples of how they might be used.
See the complete documentation on Read The Docs for more information.