Metadata-Version: 2.4
Name: seveno-pyutil
Version: 0.9.4
Summary: Various unsorted Python utilities
Author-email: Tomislav Adamic <tomislav.adamic@gmail.com>
License-Expression: 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: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorlog>=6.10.1
Requires-Dist: holidays>=0.93
Requires-Dist: pretty-traceback>=2024.1021
Requires-Dist: pygments>=2.19.2
Requires-Dist: python-dateutil>=2.6.0
Requires-Dist: sqlglot[c]>=30.1.0
Requires-Dist: tzlocal>=5.3.1
Requires-Dist: requests>=2.33.0
Dynamic: license-file

# 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)
[![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,tests]
~~~
