Metadata-Version: 2.1
Name: pytool
Version: 3.16.2
Summary: A Collection of Python Tools
Home-page: http://github.com/shakefu/pytool
Author: Jacob Alheid
Author-email: jacob.alheid@gmail.com
License: ALv2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
License-File: LICENSE.rst

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 Python 2 (tested against 2.7) or Python 3.3 and
higher. *Compatibility added August 4, 2015.*

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:: https://travis-ci.com/shakefu/pytool.svg?branch=master
   :target: https://travis-ci.com/shakefu/pytool

.. image:: https://coveralls.io/repos/shakefu/pytool/badge.svg?branch=master&service=github
  :target: https://coveralls.io/github/shakefu/pytool?branch=master


Documentation
-------------

Read the `complete documentation <https://pytool.readthedocs.org/en/latest/>`_
on `Read the Docs <https://readthedocs.org>`_!

Installation
""""""""""""

Pytool is available on PyPI for your installation ease.

.. code-block:: bash

   $ 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 <https://pytool.readthedocs.org/en/latest/>`_
on Read The Docs for more information.

Contributors
============

* `shakefu <https://github.com/shakefu>`_ (creator, maintainer)
* `dshen109 <https://github.com/dshen109>`_ (contributor)
* `abendig <https://github.com/abendig>`_



