Metadata-Version: 1.1
Name: zkpytb
Version: 0.0.3
Summary: A collection of useful functions by Zertrin
Home-page: https://github.com/zertrin/zkpytb
Author: Marc Gallet
Author-email: zertrin@gmail.com
License: MIT license
Description: ======================
        Zertrin Python Toolbox
        ======================
        
        
        .. image:: https://img.shields.io/pypi/v/zkpytb.svg
                :target: https://pypi.python.org/pypi/zkpytb
        
        .. image:: https://img.shields.io/travis/zertrin/zkpytb.svg
                :target: https://travis-ci.org/zertrin/zkpytb
        
        .. image:: https://readthedocs.org/projects/zkpytb/badge/?version=latest
                :target: https://zkpytb.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/zertrin/zkpytb/shield.svg
             :target: https://pyup.io/repos/github/zertrin/zkpytb/
             :alt: Updates
        
        
        A collection of useful functions by Zertrin
        
        
        * Free software: MIT license
        * Documentation: https://zkpytb.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.0.3 (2017-06-23)
        ------------------
        
        * Add first version of zkpytb.logging module with function setup_simple_console_and_file_logger().
        
        0.0.2 (2017-06-22)
        ------------------
        
        * Disable universal wheel
        
        0.0.1 (2017-06-22)
        ------------------
        
        * First release on PyPI.
        
Keywords: zkpytb
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
