Metadata-Version: 1.2
Name: iotanbo-py-utils
Version: 0.0.6
Summary: Python utility collection by iotanbo
Home-page: https://github.com/iotanbo/iotanbo_py_utils
Author: iotanbo
Author-email: 61734787+iotanbo@users.noreply.github.com
License: MIT
Project-URL: Changelog, https://github.com/iotanbo/iotanbo_py_utils/blob/master/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/iotanbo/iotanbo_py_utils/issues
Description: ================
        Iotanbo Py Utils
        ================
        
        
        
        Python utility collection by iotanbo
        
        * Free software: MIT license
        
        Overview
        =============
        This is a small convenience python library that allows working with files, strings, console etc.
        Initially it was developed for internal usage with other 'iotanbo' projects, so the documentation
        is rather brief. You can see usage examples in the tests.
        
        Installation
        ============
        
        ::
        
            pip install iotanbo_py_utils
        
        You can also install the in-development version with::
        
            pip install https://github.com/iotanbo/iotanbo_py_utils/archive/master.zip
        
        
        
        
        Changelog
        =========
        
        
        0.0.3 (2020-03-31)
        ------------------
        
        * Ensured that ErrorMsg always has length, even if corresponding Exception message is empty
        * Removed dir_exists() and file_exists() functions that raise exceptions
        
        0.0.2 (2020-03-30)
        ------------------
        
        * Introduced ResultTuple type for error handling without exceptions
        
        0.0.0 (2020-03-20)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3.6
