Metadata-Version: 2.1
Name: python3-utils
Version: 0.4.0
Summary: Useful collection of python3 utilities
Home-page: https://github.com/micahhausler/python3-utils
Author: Micah Hausler
Author-email: hausler.m@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: packaging
Provides-Extra: test
License-File: LICENSE

.. image:: https://travis-ci.org/micahhausler/python3-utils.png
   :target: https://travis-ci.org/micahhausler/python3-utils

.. image:: https://coveralls.io/repos/micahhausler/python3-utils/badge.png?branch=master
    :target: https://coveralls.io/r/micahhausler/python3-utils?branch=master

.. image:: https://pypip.in/v/python3-utils/badge.png
    :target: https://pypi.python.org/pypi/python3-utils/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/python3-utils/badge.png
    :target: https://pypi.python.org/pypi/python3-utils/
    :alt: Number of PyPI downloads

python3-utils
=============
This repository contains a useful collection of python3 utilities.

Installation
------------
To install the latest release, type::

    pip install python3-utils

To install the latest code directly from source, type::

    pip install git+git://github.com/micahhausler/python3-utils.git

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

Full documentation is available at http://python3-utils.readthedocs.org

License
-------
MIT License (see LICENSE)


