Metadata-Version: 1.1
Name: pytool
Version: 3.7.1
Summary: A Collection of Python Tools
Home-page: http://github.com/shakefu/pytool
Author: Jacob Alheid
Author-email: jake@about.me
License: ALv2
Description: 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 Auguest 4, 2015.*
        
        Pytool's source is hosted on Github: `<http://github.com/shakefu/pytool>`_
        
        Any comments, issues or requests should be submitted via Github:
        `<https://github.com/shakefu/pytool/issues>`_
        
        .. image:: https://api.travis-ci.org/shakefu/pytool.png
           :target: https://travis-ci.org/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 <http://pytool.readthedocs.org/en/latest/>`_!
        
        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 <http://pytool.readthedocs.org/en/latest/>`_ on
        Read The Docs for more information.
        
        Contributors
        ============
        
        * `shakefu <https://github.com/shakefu>`_ (creator, maintainer)
        * `abendig <https://github.com/abendig>`_
        
        
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: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
