Metadata-Version: 2.3
Name: osbot_utils
Version: 2.35.0
Summary: OWASP Security Bot - Utils
License: MIT
Author: Dinis Cruz
Author-email: dinis.cruz@owasp.org
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/owasp-sbot/OSBot-Utils
Project-URL: Repository, https://github.com/owasp-sbot/OSBot-Utils
Description-Content-Type: text/markdown

# OSBot-Utils

Powerful Python util methods and classes that simplify common apis and tasks.

![Current Release](https://img.shields.io/badge/release-v2.35.0-blue)
[![codecov](https://codecov.io/gh/owasp-sbot/OSBot-Utils/graph/badge.svg?token=GNVW0COX1N)](https://codecov.io/gh/owasp-sbot/OSBot-Utils)



## Install - Release 1.x

**for main branch**: just get it from pypi

```
pip install osbot-utils
```

**for dev branch**: add to requirements.txt

```
git+https://github.com/owasp-sbot/OSBot-Utils.git@dev
```

