Metadata-Version: 1.1
Name: pgpu
Version: 2.0.0
Summary: Pydsigner's Generic Python Utilities (PGPU) -- a collection of handy modules and packages for Python.
Home-page: http://github.com/pydsigner/PGPU
Author: Daniel Foerster/pydsigner
Author-email: pydsigner@gmail.com
License: LGPLv3
Description: Pydsigner's Generic Python Utilities (PGPU) -- a collection of handy modules
        and packages for Python.
        
        __init__       --   version information
        compatibility  --   module to make it easier to write modules compatible with
                            both 2.x and 3.x
        encoding       --   unified interface to many codecs and hashers
        file_utils     --   file utility module
        iter_utils     --   generic iterable utilities
        math_utils     --   utilities to work with bases plus some trig utilities
        string_utils   --   various string utilities
        time_widgets   --   tkinter time widgets
        tk_utils       --   tkinter widgets and helper functions
        wrappers       --   utility value wrappers for places requiring functions
        
        tkinter2x      --   2.x and 3.x compatibility layer for tkinter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
