Metadata-Version: 1.1
Name: thutils
Version: 0.1.22
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)
Description: thutils
        =======
        
        .. image:: https://img.shields.io/pypi/pyversions/thutils.svg
           :target: https://pypi.python.org/pypi/thutils
        .. 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/github/thombashi/thutils/badge.svg?branch=master
           :target: https://coveralls.io/github/thombashi/thutils?branch=master
        
        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/>`__
        
        Test dependencies
        -----------------
        
        -  `pytest <https://pypi.python.org/pypi/pytest>`__
        -  `pytest-runner <https://pypi.python.org/pypi/pytest-runner>`__
        -  `tox <https://pypi.python.org/pypi/tox>`__
        -  `voluptuous <https://pypi.python.org/pypi/voluptuous/>`__
        
        Installation
        ============
        
        ::
        
            pip install thutils
        
        Documentation
        =============
        
        http://thutils.readthedocs.org/en/latest/ (Under construction)
        
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
