Metadata-Version: 2.0
Name: python3-utils
Version: 0.3
Summary: UNKNOWN
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
Requires-Dist: six (>=1.8.0)
Provides-Extra: all
Requires-Dist: wheel; extra == 'all'
Requires-Dist: Sphinx (>=1.2.2); extra == 'all'
Requires-Dist: coverage (>=3.7.1); extra == 'all'
Requires-Dist: mock (>=1.0.1); extra == 'all'
Requires-Dist: sphinx-rtd-theme; extra == 'all'
Requires-Dist: nose (>=1.3.0); extra == 'all'
Requires-Dist: flake8 (>=2.2.0); extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.2.2); extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: packaging
Requires-Dist: wheel; extra == 'packaging'
Provides-Extra: test
Requires-Dist: coverage (>=3.7.1); extra == 'test'
Requires-Dist: flake8 (>=2.2.0); extra == 'test'
Requires-Dist: mock (>=1.0.1); extra == 'test'
Requires-Dist: nose (>=1.3.0); extra == 'test'

.. 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)


