Metadata-Version: 2.4
Name: mmeutils
Version: 0.4.0
Summary: Some simple personal utility functions.
Home-page: https://github.com/prof79/py-mmeutils
Author: Markus M. Egger
License: MIT
Project-URL: Documentation, https://mmeutils.readthedocs.io
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: File Formats
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Text Processing :: General
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: httpx
Requires-Dist: m3u8
Requires-Dist: pyffmpeg
Requires-Dist: requests
Requires-Dist: rich
Dynamic: license-file

# mmeutils

A simple collection of personal Python utility functions required in multiple hobbyist projects.

Documentation: https://mmeutils.readthedocs.io

## Installation

```shell
$ py -m pip install mmeutils
```

## Version History

## 0.4.1

GitHub Workflow needed to be fixed, no code changes.

## 0.4.0

Added `httpx` support to `decorators` and preliminary support to `web.http` with a separate function.
More like union parameters in `web.m3u8` or the like has to be evaluated.

### 0.3.0

Added a simple HTTP GET with retry function plus some doc stuff.

### 0.2.0

* Added a `decorators` submodule.
* Added a `Rich` utility function to strip tags from text.
* Be more broad in file and text function parameter types.
* Documentation updated.
* Type interfaces added.

### 0.1.0

Beta of initial functionality set.

### 0.0.1-0.0.10

Alpha in-progress
