Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.59 KB

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

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

image

image

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