Metadata-Version: 2.4
Name: my_utilities
Version: 0.1.1
Summary: Add your description here
Home-page: https://github.com/Shchusia/MyUtils
Author: Denis Shchutkiy
Author-email: denisshchutskyi@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.12.3
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# MyUtils 

[![Coverage Status](https://img.shields.io/badge/%20Python%20Versions-%3E%3D3.12-informational)](https://pypi.org/project/orch-serv/)
[![Coverage Status](https://coveralls.io/repos/github/Shchusia/MyUtils/badge.svg?branch=master)](https://coveralls.io/github/Shchusia/MyUtils?branch=master)

[![Coverage Status](https://img.shields.io/badge/Version-0.1.1-informational)](https://pypi.org/project/orch-serv/)


> Repo with help functions and classes for work

### Installation

```bash
pip install my_utilities
```


What contains:
+ helper functions for working with [iterables](my_utilities/iterables/README.MD) objects 
+ helper functions for working with [probability](my_utilities/probability/README.MD)
+ helper functions for pretty [view](my_utilities/view/README.MD)
+ [mixins](my_utilities/mixins/README.MD)
