Skip to content

Commit e117043

Browse files
committed
Bump version 0.1.2 → 0.1.3
1 parent 824028e commit e117043

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/nirsimetri/onvif-python?tab=MIT-1-ov-file)
44
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/nirsimetri/onvif-python)
5-
[![PyPI](https://img.shields.io/badge/PyPI-0.1.2-orange?logo=archive)](https://pypi.org/project/onvif-python/)
5+
[![PyPI](https://img.shields.io/badge/PyPI-0.1.3-orange?logo=archive)](https://pypi.org/project/onvif-python/)
66
[![Downloads](https://img.shields.io/pypi/dm/onvif-python?label=Downloads&color=red)](https://clickpy.clickhouse.com/dashboard/onvif-python)
77
<br>
88
[![Build](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml)
@@ -240,6 +240,7 @@ Basic Commands:
240240
info - Show connection and device information
241241
exit, quit - Exit the shell
242242
shortcuts - Show available shortcuts
243+
help <command> - Show help for a specific command
243244

244245
Navigation Commands:
245246
<service> - Enter service mode (e.g., devicemgmt, media)
@@ -248,7 +249,10 @@ Navigation Commands:
248249
up - Exit current service mode (go up one level)
249250
pwd - Show current service context
250251
clear - Clear terminal screen
251-
desc <method> - Show method documentation in service mode
252+
253+
Service Mode Commands:
254+
desc <method> - Show method documentation
255+
type <method> - Show input/output types from WSDL
252256

253257
Method Execution:
254258
<method> - Execute method without parameters

README_ID.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![License](https://img.shields.io/badge/License-MIT-blue)](https://github.com/nirsimetri/onvif-python?tab=MIT-1-ov-file)
44
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/nirsimetri/onvif-python)
5-
[![PyPI](https://img.shields.io/badge/PyPI-0.1.2-orange?logo=archive)](https://pypi.org/project/onvif-python/)
5+
[![PyPI](https://img.shields.io/badge/PyPI-0.1.3-orange?logo=archive)](https://pypi.org/project/onvif-python/)
66
[![Downloads](https://img.shields.io/pypi/dm/onvif-python?label=PyPI%20Downloads&color=red)](https://clickpy.clickhouse.com/dashboard/onvif-python)
77
<br>
88
[![Build](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/nirsimetri/onvif-python/actions/workflows/python-app.yml)
@@ -241,6 +241,7 @@ Basic Commands:
241241
info - Show connection and device information
242242
exit, quit - Exit the shell
243243
shortcuts - Show available shortcuts
244+
help <command> - Show help for a specific command
244245

245246
Navigation Commands:
246247
<service> - Enter service mode (e.g., devicemgmt, media)
@@ -249,7 +250,10 @@ Navigation Commands:
249250
up - Exit current service mode (go up one level)
250251
pwd - Show current service context
251252
clear - Clear terminal screen
252-
desc <method> - Show method documentation in service mode
253+
254+
Service Mode Commands:
255+
desc <method> - Show method documentation
256+
type <method> - Show input/output types from WSDL
253257

254258
Method Execution:
255259
<method> - Execute method without parameters

onvif/cli/interactive.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "onvif-python"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A comprehensive and developer-friendly Python library for working with ONVIF-compliant devices"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)