Metadata-Version: 1.1
Name: dnutils
Version: 0.3.3
Summary: A collection of convenience tools for everyday Python programming
Home-page: https://spritinio.de/dnutils
Author: Daniel Nyga
Author-email: daniel.nyga@t-online.de
License: UNKNOWN
Download-URL: https://github.com/danielnyga/dnutils/archive/0.3.3.tar.gz
Description: Welcome to dnutils
        ==================
        
        Install dnutils with:
        
            pip install dnutils
        
        Please visit the project page at
        https://spritinio.de/dnutils/index.html
        
        TODOs
        =====
        
        * change access rights in exposures so they can be accessed system wide
        
        Changes
        =======
        
        * fixed signals on Windows machines.
        
        Changelog 0.2.9
        ===============
        
        Changelog 0.2.8
        ===============
        
        * import error "monotonic" in threadsafe on python 2
        * import threads.Timer in __init__.py
        * fixed internal representation in Gaussian
        
        Release Notes
        -------------
        
        * ``expose`` has option ``ignore_errors`` in case objects to be serialized are not jsonifiable.
        
Keywords: testing,logging,threading,multithreading,debugging,tools,utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
