# 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
Raw data
{
"_id": null,
"home_page": "https://github.com/owasp-sbot/OSBot-Utils",
"name": "osbot_utils",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Dinis Cruz",
"author_email": "dinis.cruz@owasp.org",
"download_url": "https://files.pythonhosted.org/packages/17/ba/567fc87a42e9dbe7bdef8e98ec5b8f974267559ebe882bb32e6a087267d7/osbot_utils-1.7.1.tar.gz",
"platform": null,
"description": "# OSBot-Utils\n\nMultiple Python util methods to simplify common tasks.\n\n[![codecov](https://codecov.io/gh/owasp-sbot/OSBot-Utils/graph/badge.svg?token=GNVW0COX1N)](https://codecov.io/gh/owasp-sbot/OSBot-Utils)\n\n## Install - Release 1.x\n\n**for main branch**: add to requirements.txt\n\n```\ngit+https://github.com/owasp-sbot/OSBot-Utils.git@main\n```\n\n**for dev branch**: add to requirements.txt\n\n```\ngit+https://github.com/owasp-sbot/OSBot-Utils.git@dev\n```\n\n\n## Documentation\n\nSee pdoc3 auto-generated documentation at https://owasp-sbot.github.io/OSBot-Utils/\n\n## How to Help\n\nA good place to start are Pull Requests with docstrings for helper methods\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "OWASP Security Bot - Utils",
"version": "1.7.1",
"project_urls": {
"Homepage": "https://github.com/owasp-sbot/OSBot-Utils",
"Repository": "https://github.com/owasp-sbot/OSBot-Utils"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1e2c8fa404407d23c8f7e41d4c40b7e7f9d0a412fc50eb2844b812afc41ca6fc",
"md5": "b9a1ee0adb8c1d2d52291e5ddecbaae4",
"sha256": "2ab26d6b26d2cd33d1049349cd946ffff7e54b0a90539d98ce944dc6c11d25bd"
},
"downloads": -1,
"filename": "osbot_utils-1.7.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b9a1ee0adb8c1d2d52291e5ddecbaae4",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 193401,
"upload_time": "2024-05-24T00:03:14",
"upload_time_iso_8601": "2024-05-24T00:03:14.285674Z",
"url": "https://files.pythonhosted.org/packages/1e/2c/8fa404407d23c8f7e41d4c40b7e7f9d0a412fc50eb2844b812afc41ca6fc/osbot_utils-1.7.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17ba567fc87a42e9dbe7bdef8e98ec5b8f974267559ebe882bb32e6a087267d7",
"md5": "c98cb3ee224219743ee9bb319edaa460",
"sha256": "d0771d46b5771e084cd2b62b07ef1974d2d473e9b8ed7454aa04f051e922b931"
},
"downloads": -1,
"filename": "osbot_utils-1.7.1.tar.gz",
"has_sig": false,
"md5_digest": "c98cb3ee224219743ee9bb319edaa460",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 117678,
"upload_time": "2024-05-24T00:03:18",
"upload_time_iso_8601": "2024-05-24T00:03:18.706691Z",
"url": "https://files.pythonhosted.org/packages/17/ba/567fc87a42e9dbe7bdef8e98ec5b8f974267559ebe882bb32e6a087267d7/osbot_utils-1.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-24 00:03:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "owasp-sbot",
"github_project": "OSBot-Utils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "python-dotenv",
"specs": []
},
{
"name": "pyyaml",
"specs": []
},
{
"name": "pytest",
"specs": []
},
{
"name": "coveralls",
"specs": []
},
{
"name": "pdoc3",
"specs": []
},
{
"name": "setuptools",
"specs": []
}
],
"lcname": "osbot_utils"
}