Metadata-Version: 1.0
Name: huTools
Version: 0.3.dev-r3164
Summary: Various tiny tools and toys to make Python coding less work more fun.
Home-page: https://cybernetics.hudora.biz/projects/wiki/huTools
Author: Maximillian Dornseif
Author-email: md@hudora.de
License: BSD
Description: huTools is a collection of many totally non earth shattering modules:
        Various tiny tools and toys to make Python coding less work more fun:
        
        * calendar              - date based calculations and format conversions for HTTP and ATOM.
        * checksummming         - calculate various checksums including EAN/GTIN/NVE/SSCC and DPD GeoPost
        * luids                 - locally unique user-ids with strong guarantees of beeing unique.
        * printing              - access printers (very primitive)
        * ReReadingConfigParser - ConfigParser which detects changes in config files
        * unicode               - real-world unicode handling (very primitive)
        * world                 - country codes (very primitive)
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
