Metadata-Version: 1.0
Name: hcs-utils
Version: 1.0rc1
Summary: My personal library collecting some useful snippets.
Home-page: http://pypi.python.org/pypi/hcs_utils
Author: Christer Sjöholm
Author-email: hcs at furuvik dot net
License: UNKNOWN
Download-URL: http://pypi.python.org/pypi/hcs_utils
Description: HCS Utils
        =========
        
        My personal python library, collecting some useful snippets.
        
        Each module feels a bit small to handle as a library of it’s own.
        
        So what does it include?
        
        * memoize decorator (caching)
        * a storage class wrapping a dict.
        * unittest assert functions.
        * Functions for handling large JSON documents.
        * list_dir(path) –> (dirnames, filenames)
        
        Feedback and getting involved
        -----------------------------
        
        Send feedback and bug reports by email to hcs at furuvik dot net.
        
        - Code Repository: http://gitorious.org/goobook
        
        
        
        News
        ====
        
        1.0
        ---
        
        *Release date: 2010-04-18*
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
