Metadata-Version: 1.0
Name: pgpu
Version: 1.0.5
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
        iter_utils      --  generic iterable utilities
        file_utils      --  file utility module
        math_utils      --  utilities to work with bases plus some trig utilities
        security        --  security and encoding module
        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
