Pytool is a collection of utilities and language enhancements for Python


License
MIT
Install
pip install pytool==5.0.0

Documentation

Pytool Package

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

Pytool 4.x is a major release that is not backwards compatible with earlier versions. It now requires Python 3.8 or higher, and adds Python 3 type annotations among other improvements. New features will only be added to the 4.x release line.

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

CI Coveralls

Documentation

Read the complete documentation on Read the Docs!

Installation

Pytool is available on PyPI for your installation ease.

pip install pytool

Usage

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.

Contributors