osbot-utils 1.7.7__py3-none-any.whl → 1.11.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- osbot_utils/version +1 -1
- {osbot_utils-1.7.7.dist-info → osbot_utils-1.11.0.dist-info}/METADATA +6 -12
- {osbot_utils-1.7.7.dist-info → osbot_utils-1.11.0.dist-info}/RECORD +5 -5
- {osbot_utils-1.7.7.dist-info → osbot_utils-1.11.0.dist-info}/LICENSE +0 -0
- {osbot_utils-1.7.7.dist-info → osbot_utils-1.11.0.dist-info}/WHEEL +0 -0
osbot_utils/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
v1.
|
1
|
+
v1.11.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: osbot_utils
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.11.0
|
4
4
|
Summary: OWASP Security Bot - Utils
|
5
5
|
Home-page: https://github.com/owasp-sbot/OSBot-Utils
|
6
6
|
License: MIT
|
@@ -17,16 +17,19 @@ Description-Content-Type: text/markdown
|
|
17
17
|
|
18
18
|
# OSBot-Utils
|
19
19
|
|
20
|
-
|
20
|
+
Powerful Python util methods and classes that simplify common apis and tasks.
|
21
21
|
|
22
|
+

|
22
23
|
[](https://codecov.io/gh/owasp-sbot/OSBot-Utils)
|
23
24
|
|
25
|
+
|
26
|
+
|
24
27
|
## Install - Release 1.x
|
25
28
|
|
26
29
|
**for main branch**: add to requirements.txt
|
27
30
|
|
28
31
|
```
|
29
|
-
|
32
|
+
pip install osbot-utils
|
30
33
|
```
|
31
34
|
|
32
35
|
**for dev branch**: add to requirements.txt
|
@@ -35,12 +38,3 @@ git+https://github.com/owasp-sbot/OSBot-Utils.git@main
|
|
35
38
|
git+https://github.com/owasp-sbot/OSBot-Utils.git@dev
|
36
39
|
```
|
37
40
|
|
38
|
-
|
39
|
-
## Documentation
|
40
|
-
|
41
|
-
See pdoc3 auto-generated documentation at https://owasp-sbot.github.io/OSBot-Utils/
|
42
|
-
|
43
|
-
## How to Help
|
44
|
-
|
45
|
-
A good place to start are Pull Requests with docstrings for helper methods
|
46
|
-
|
@@ -253,8 +253,8 @@ osbot_utils/utils/Str.py,sha256=nc7cVdQ3ugcgxqpHIjuuf6WRXCiBLy1oDPLnsk5lVAw,1398
|
|
253
253
|
osbot_utils/utils/Version.py,sha256=Ww6ChwTxqp1QAcxOnztkTicShlcx6fbNsWX5xausHrg,422
|
254
254
|
osbot_utils/utils/Zip.py,sha256=ogn_vkTD2rJ6Yq1MQ5_9UQnYIscby1bx25cMN4QsnX8,4503
|
255
255
|
osbot_utils/utils/__init__.py,sha256=AtewTFWWgEjSqHBn8uP6H9ZgY0U3dMtS-1grgneSKdI,172
|
256
|
-
osbot_utils/version,sha256=
|
257
|
-
osbot_utils-1.
|
258
|
-
osbot_utils-1.
|
259
|
-
osbot_utils-1.
|
260
|
-
osbot_utils-1.
|
256
|
+
osbot_utils/version,sha256=prx7MCno_OAZwhbe9147hDB8kAgdP_7KZU_T1QeHj_I,8
|
257
|
+
osbot_utils-1.11.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
258
|
+
osbot_utils-1.11.0.dist-info/METADATA,sha256=NnsjD88LY1EU8RNg3Og0kfSUzJL0e4QEX-ctzsRWxns,1097
|
259
|
+
osbot_utils-1.11.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
260
|
+
osbot_utils-1.11.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|