Metadata-Version: 1.1
Name: seveno-pyutil
Version: 0.2.6
Summary: Various unsorted Python utilities
Home-page: https://github.com/tadams42/seveno_pyutil
Author: Tomislav Adamic
Author-email: tomislav.adamic@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Overview
        ========
        
        
        
        Various unsorted Python utilities.
        
        Installation
        ------------
        
        ::
        
            pip install seveno_pyutil
        
        Documentation
        -------------
        
        ::
        
            python setup.py build_sphinx
        
        Tests
        -----
        
        ::
        
            py.test
        
        or against multiple Python versions
        
        ::
        
            pip install tox
            tox
        
        Development mode
        ----------------
        
        Install
        
        ::
        
            python setup.py develop --uninstall
        
        Install with extra dev packages
        
        ::
        
            pip install -e .[dev]
        
        Uninstall
        
        ::
          
            python setup.py develop --uninstall
        
        Changelog
        =========
        
        0.2.6 (2017-11-23)
        ------------------
        
        * model_utilities.Representable is now customizeable using private class attrs.
        
        0.2.5 (2017-11-16)
        ------------------
        
        * Added file_utilities.switch_extension
        
        0.2.4 (2017-11-16)
        ------------------
        
        * Added file_utilities.silent_remove
        
        0.2.3 (2017-11-04)
        ------------------
        
        * Added all_subclasses function
        
        0.2.2 (2017-10-25)
        ------------------
        
        * Added backports of Python 3.4 `min` and `max`.
        
        0.2.1 (2017-10-24)
        ------------------
        
        * Added logging_utilities.log_to_console_for
        
        0.2.0 (2017-10-06)
        ------------------
        
        * Added SQL log coloring formatter (for Django logs)
        
        0.1.1 (2017-10-02)
        ------------------
        
        * DynamicContextFormatter now keeps context in thread local.
        
        0.1.0 (2017-09-26)
        ------------------
        
        * Initial release
        
Keywords: utilities
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
