Metadata-Version: 2.0
Name: PythonCK
Version: 1.0.2
Summary: Collection of utilities & helper functions.
Home-page: https://gitlab.com/ckhurewa/pythonck
Author: Chitsanu Khurewathanakul
Author-email: chitsanu.khurewathanakul@gmail.com
License: GNU GPLv3
Platform: unix
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities

========
PythonCK
========

.. image:: https://img.shields.io/pypi/v/pythonck.svg
   :target: https://pypi.python.org/pypi/pythonck
.. image:: https://gitlab.com/ckhurewa/pythonck/badges/master/pipeline.svg
   :target: https://gitlab.com/ckhurewa/pythonck/commits/master
.. image:: https://gitlab.com/ckhurewa/pythonck/badges/master/coverage.svg
   :target: https://ckhurewa.gitlab.io/pythonck
.. image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg
   :target: https://www.gnu.org/licenses/gpl-3.0
.. image:: https://readthedocs.org/projects/pythonck/badge/?version=latest
   :target: http://pythonck.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
.. image:: https://img.shields.io/pypi/pyversions/pythonck.svg


Collection of utilities & helper functions,
mainly used during my PhD at EPFL/CERN.

Features:

- Lots of helpful decorators: caching, report, singleton, etc.
- io/string/iterable utilities that are commonly encountered.
- Logger adapted to my taste.



