Metadata-Version: 1.1
Name: PythonCK
Version: 1.0.1
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
Description-Content-Type: UNKNOWN
Description: ========
        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://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.
        
        
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
