Metadata-Version: 1.2
Name: zkpytb
Version: 0.0.7
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
Project-URL: Source, https://github.com/zertrin/zkpytb
Project-URL: Tracker, https://github.com/zertrin/zkpytb/issues
Project-URL: Say Thanks!, https://saythanks.io/to/zertrin
Project-URL: Documentation, https://zkpytb.readthedocs.io/
Description: ======================
        Zertrin Python Toolbox
        ======================
        
        
        .. image:: https://img.shields.io/pypi/v/zkpytb.svg
                :target: https://pypi.python.org/pypi/zkpytb
                :alt: PyPI Package latest release
        
        .. image:: https://img.shields.io/travis/zertrin/zkpytb.svg
                :target: https://travis-ci.org/zertrin/zkpytb
                :alt: Travis-CI Build status
        
        .. image:: https://coveralls.io/repos/github/zertrin/zkpytb/badge.svg?branch=master
                :target: https://coveralls.io/github/zertrin/zkpytb?branch=master
                :alt: Coverage status
        
        .. image:: https://readthedocs.org/projects/zkpytb/badge/?version=latest
                :target: https://zkpytb.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://img.shields.io/pypi/pyversions/zkpytb.svg
                :target: https://pypi.python.org/pypi/zkpytb
                :alt: Supported Versions
        
        .. image:: https://img.shields.io/github/license/zertrin/zkpytb.svg
                :target: https://github.com/zertrin/zkpytb
                :alt: License
        
        
        A collection of useful functions by Zertrin
        
        
        * Free software: MIT license
        * Documentation: https://zkpytb.readthedocs.io.
        
        
        Features
        --------
        
        .. list-table::
           :header-rows: 1
        
           * - Module
             - Description
           * - zkpytb.dicts
             - Helper functions for dictionaries.
           * - zkpytb.logging
             - Helper functions for logging.
           * - zkpytb.pandas
             - Helper functions for Pandas.
           * - zkpytb.priorityqueue
             - An implementation of PriorityQueue based on heapq.
           * - zkpytb.utils
             - Miscellaneous helper functions.
        
        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.7 (2018-05-11)
        ------------------
        
        * zkpytb.dicts: add hashdict() helper.
        
        0.0.6 (2018-04-17)
        ------------------
        
        * zkpytb.pandas: only try to import statsmodels when using mad()
        * Minor changes missed while relasing previous version.
        
        0.0.5 (2018-04-17)
        ------------------
        
        * Add an implementation of PriorityQueue based on heapqueue in zkpytb.priorityqueue
        * Add mad(c) (median absolute deviation) and percentile(q) functions in zkpytb.pandas
        * Add code coverage and coveralls
        * Add tests for zkpytb.pandas
        * Fix requirements_dev.txt because pandas>=0.21 is not compatible with py34
        
        0.0.4 (2017-06-27)
        ------------------
        
        * zkpytb.utils: add hashstring() and get_git_hash() helpers.
        * Add tests for zkpytb.dicts and zkpytb.utils modules.
        
        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
Requires-Python: >=3.4, <4
