Metadata-Version: 2.1
Name: seveno-pyutil
Version: 0.7.0
Summary: Various unsorted Python utilities
Author-email: Tomislav Adamic <tomislav.adamic@gmail.com>
License: MIT
Project-URL: Source, https://github.com/tadams42/seveno_pyutil
Project-URL: Documentation, https://seveno-pyutil.readthedocs.io/en/latest/
Keywords: utilities
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
License-File: LICENSE

# Overview

[![PyPi Status](https://badge.fury.io/py/seveno_pyutil.svg)](https://badge.fury.io/py/seveno_pyutil)
[![license](https://img.shields.io/pypi/l/seveno_pyutil.svg)](https://opensource.org/licenses/MIT)
[![tests](https://github.com/tadams42/seveno_pyutil/actions/workflows/tests.yaml/badge.svg?branch=development)](https://github.com/tadams42/seveno_pyutil/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/tadams42/seveno_pyutil/branch/development/graph/badge.svg?token=9WIWK7B3XX)](https://codecov.io/gh/tadams42/seveno_pyutil)
[![Documentation Status](https://readthedocs.org/projects/seveno_pyutil/badge/?version=latest)](http://seveno_pyutil.readthedocs.io/en/latest/?badge=latest)
[![python_versions](https://img.shields.io/pypi/pyversions/seveno_pyutil.svg)](https://pypi.org/project/seveno_pyutil/)

Various unsorted Python utilities. [Examples of usage](https://seveno-pyutil.readthedocs.io/en/latest/examples_and_usage.html)

## Installation

~~~sh
pip install seveno_pyutil
~~~

## Tests

~~~sh
py.test
~~~

## Development mode

Install with extra dev packages

~~~sh
pip install -e .[dev]
~~~
