A collection of useful functions by Zertrin
Project description
Zertrin Python Toolbox
A collection of useful functions by Zertrin
Free software: MIT license
Documentation: https://zkpytb.readthedocs.io.
Features
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.
History
0.0.6 (2017-04-17)
zkpytb.pandas: only try to import statsmodels when using mad()
Minor changes missed while relasing previous version.
0.0.5 (2017-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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.