|
4 | 4 |
|
5 | 5 | [](https://app.codacy.com/gh/nirsimetri/onvif-python/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) |
6 | 6 | [](https://deepwiki.com/nirsimetri/onvif-python) |
7 | | -[](https://pypi.org/project/onvif-python/) |
| 7 | +[](https://pypi.org/project/onvif-python/) |
8 | 8 | [](https://clickpy.clickhouse.com/dashboard/onvif-python) |
9 | 9 | <br> |
10 | 10 | [](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml) |
@@ -48,7 +48,7 @@ This library simplifies that process by wrapping SOAP communication into a clean |
48 | 48 |
|
49 | 49 | From official [PyPI](https://pypi.org/project/onvif-python/): |
50 | 50 | ```bash |
51 | | -pip install onvif-python |
| 51 | +pip install --upgrade onvif-python |
52 | 52 | ``` |
53 | 53 | Or clone this repository and install locally: |
54 | 54 | ```bash |
@@ -313,7 +313,7 @@ usage: onvif [-h] [--host HOST] [--port PORT] [--username USERNAME] [--password |
313 | 313 | [--no-verify] [--no-patch] [--interactive] [--debug] [--wsdl WSDL] [--cache {all,db,mem,none}] [--health-check-interval HEALTH_CHECK_INTERVAL] [--version] |
314 | 314 | [service] [method] [params ...] |
315 | 315 |
|
316 | | -ONVIF Terminal Client — v0.2.2 |
| 316 | +ONVIF Terminal Client — v0.2.3 |
317 | 317 | https://github.com/nirsimetri/onvif-python |
318 | 318 |
|
319 | 319 | positional arguments: |
@@ -386,7 +386,7 @@ Examples: |
386 | 386 | <summary><b>2. Interactive Shell</b></summary> |
387 | 387 |
|
388 | 388 | ```bash |
389 | | -ONVIF Interactive Shell — v0.2.2 |
| 389 | +ONVIF Interactive Shell — v0.2.3 |
390 | 390 | https://github.com/nirsimetri/onvif-python |
391 | 391 |
|
392 | 392 | Basic Commands: |
|
0 commit comments