Metadata-Version: 2.0
Name: thutils
Version: 0.1.10
Summary: Personal python utility library
Home-page: https://github.com/thombashi/thutils
Author: Tsuyoshi Hombashi
Author-email: gogogo.vm@gmail.com
License: GNU Lesser General Public License v3 (LGPLv3)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Dist: six (<=1.8.0)
Requires-Dist: python-magic
Requires-Dist: voluptuous

thutils
=======

About
=====

Personal python utility library

Dependencies
============

Python 2.5+ or 3.3+

-  `python-magic <https://pypi.python.org/pypi/python-magic/>`__
-  `six <https://pypi.python.org/pypi/six/>`__
-  `voluptuous <https://pypi.python.org/pypi/voluptuous/>`__

Installation
============

::

    pip install thutils

.. |PyPI| image:: https://img.shields.io/pypi/pyversions/thutils.svg
   :target: 
.. |Build Status| image:: https://travis-ci.org/thombashi/thutils.svg?branch=master
   :target: https://travis-ci.org/thombashi/thutils
.. |Code Climate| image:: https://codeclimate.com/github/thombashi/thutils/badges/gpa.svg
   :target: https://codeclimate.com/github/thombashi/thutils
.. |Coverage Status| image:: https://coveralls.io/repos/thombashi/thutils/badge.svg?branch=develop&service=github
   :target: https://coveralls.io/github/thombashi/thutils?branch=develop
.. |PyPI| image:: https://img.shields.io/pypi/v/thutils.svg
   :target: https://pypi.python.org/pypi/thutils


