Metadata-Version: 1.1
Name: jw.util
Version: 2.0a3
Summary: Version handling, YAML configuration, file renaming with various backup strategies
Home-page: https://pypi.python.org/pypi/jw.util
Author: Johnny Wezel
Author-email: dev-jay@wezel.name
License: Apache2
Description: jw.util
        =======
        
        This package contains various utility modules:
        
        version
            a module for version management: incrementing/decrementing specific levels of a version, parsing and a utility to
            update versions in a file.
        
        file
            a module to do stuff on whole files. At the moment, the only thing in it is a class for backing up a file by
            renaming it with various strategies for renaming previous "backups": adding a simple suffix or adding a numbered
            suffix
        
        configuration
            a module for handling configurations from a YAML source and a class for simplifying access to a configuration tree
        
        python3hell
            a module with helpers to mitigate Python3 hell
        
Keywords: utility
Platform: POSIX
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
