Metadata-Version: 2.0
Name: thutils
Version: 0.1.14
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: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
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: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (<=1.8.0)
Requires-Dist: python-magic
Requires-Dist: voluptuous
Requires-Dist: path.py

thutils
=======

.. image:: https://img.shields.io/pypi/pyversions/thutils.svg
.. image:: https://travis-ci.org/thombashi/thutils.svg?branch=master
   :target: https://travis-ci.org/thombashi/thutils
.. image:: https://ci.appveyor.com/api/projects/status/jqph7qummtwnjbos/branch/master?svg=true
   :target: https://ci.appveyor.com/project/thombashi/thutils/branch/master
.. image:: https://codeclimate.com/github/thombashi/thutils/badges/gpa.svg
   :target: https://codeclimate.com/github/thombashi/thutils
.. image:: https://coveralls.io/repos/thombashi/thutils/badge.svg?branch=develop&service=github
   :target: https://coveralls.io/github/thombashi/thutils?branch=develop


About
=====

Personal python utility library

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

Python 2.5+ or 3.3+

-  `path.py <https://pypi.python.org/pypi/path.py/>`__
-  `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


