Metadata-Version: 2.1
Name: osbot_utils
Version: 1.7.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
Requires-Dist: pyyaml
Project-URL: Repository, https://github.com/owasp-sbot/OSBot-Utils
Description-Content-Type: text/markdown

# OSBot-Utils

Multiple Python util methods to simplify common tasks.

[![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

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

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

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


## Documentation

See pdoc3 auto-generated documentation at https://owasp-sbot.github.io/OSBot-Utils/

## How to Help

A good place to start are Pull Requests with docstrings for helper methods

