Metadata-Version: 2.1
Name: seveno-pyutil
Version: 0.5.1
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: # Overview
        
        
        
        Various unsorted Python utilities. [Examples of usage](https://seveno-pyutil.readthedocs.io/en/latest/examples_and_usage.html)
        
        
        ## Installation
        
        ~~~sh
        pip install seveno_pyutil
        ~~~
        
        ## Documentation
        
        ~~~sh
        python setup.py build_sphinx
        ~~~
        
        ## Tests
        
        ~~~sh
        py.test
        ~~~
        
        or against multiple Python versions
        
        ~~~sh
        pip install tox
        tox
        ~~~
        
        ## Development mode
        
        Install
        
        ~~~sh
        python setup.py develop
        ~~~
        
        Install with extra dev packages
        
        ~~~sh
        pip install -e .[dev]
        ~~~
        
        Uninstall
        
        ~~~sh
        python setup.py develop --uninstall
        ~~~
        
        
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 :: 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
Provides-Extra: dev
Provides-Extra: docs
