Metadata-Version: 2.1
Name: osbot_utils
Version: 1.10.0
Summary: OWASP Security Bot - Utils
Home-page: https://github.com/owasp-sbot/OSBot-Utils
License: MIT
Author: Dinis Cruz
Author-email: dinis.cruz@owasp.org
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: python-dotenv
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-v1.10.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**: add to requirements.txt

```
pip install osbot-utils
```

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

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

