Metadata-Version: 1.1
Name: utlz
Version: 0.9.2
Summary: A python utils library
Home-page: https://github.com/theno/utlz
Author: Theodor Nolte
Author-email: utlz@theno.eu
License: MIT
Description: utlz
        ====
        
        A Python utils library
        
        Installation
        ------------
        
        Install latest version of ``utlz`` from pypi
        (https://pypi.python.org/pypi/utlz):
        
        .. code:: shell
        
            pip install utlz
        
        Development
        -----------
        
        Clone the source code `repository <https://github.com/theno/utlz>`__:
        
        .. code:: bash
        
            git clone https://github.com/theno/utlz.git
        
        Run unit tests with pytest
        
        .. code:: bash
        
            pip install --user  pytest
            PYTHONPATH=".:$PYTHONPATH"  python -m pytest
        
        Build package and run tests against several pythons with tox:
        
        .. code:: bash
        
            # install tox
            pip install tox
        
            # install and activate different python versions
            fab setup.pyenv -H localhost
            pyenv install  2.6.9  2.7.13  3.3.6  3.4.6  3.5.3  3.6.0
            pyenv local  system  2.6.9  2.7.13  3.3.6  3.4.6  3.5.3  3.6.0
        
            # build and run tests
            python -m tox
        
Keywords: python development utilities library
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
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: Programming Language :: Python :: 3.6
