libonvif 3.2.0__tar.gz → 3.2.2__tar.gz

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.
Files changed (285) hide show
  1. {libonvif-3.2.0 → libonvif-3.2.2}/CMakeLists.txt +1 -1
  2. {libonvif-3.2.0/libonvif.egg-info → libonvif-3.2.2}/PKG-INFO +27 -1
  3. libonvif-3.2.2/README.md +46 -0
  4. {libonvif-3.2.0 → libonvif-3.2.2}/include/onvif_data.h +825 -798
  5. {libonvif-3.2.0 → libonvif-3.2.2}/include/session.h +136 -136
  6. {libonvif-3.2.0 → libonvif-3.2.2/libonvif.egg-info}/PKG-INFO +27 -1
  7. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.appveyor.yml +35 -35
  8. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.clang-format +38 -38
  9. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.clang-tidy +77 -77
  10. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.cmake-format.yaml +73 -73
  11. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.codespell-ignore-lines +24 -24
  12. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.gitattributes +1 -1
  13. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/CODEOWNERS +9 -9
  14. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/CONTRIBUTING.md +388 -388
  15. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +61 -61
  16. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/ISSUE_TEMPLATE/config.yml +8 -8
  17. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/dependabot.yml +7 -7
  18. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/labeler.yml +8 -8
  19. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/labeler_merged.yml +3 -3
  20. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/matchers/pylint.json +32 -32
  21. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/pull_request_template.md +19 -19
  22. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/workflows/ci.yml +1161 -1161
  23. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/workflows/configure.yml +87 -87
  24. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/workflows/format.yml +60 -60
  25. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/workflows/labeler.yml +25 -25
  26. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/workflows/pip.yml +113 -113
  27. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.github/workflows/upstream.yml +114 -114
  28. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.gitignore +46 -46
  29. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.pre-commit-config.yaml +149 -149
  30. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.readthedocs.yml +3 -3
  31. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/CMakeLists.txt +321 -321
  32. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/LICENSE +29 -29
  33. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/MANIFEST.in +6 -6
  34. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/README.rst +180 -180
  35. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/Doxyfile +21 -21
  36. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/Makefile +192 -192
  37. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/_static/css/custom.css +3 -3
  38. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/chrono.rst +81 -81
  39. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/custom.rst +93 -93
  40. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/eigen.rst +310 -310
  41. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/functional.rst +109 -109
  42. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/index.rst +43 -43
  43. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/overview.rst +170 -170
  44. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/stl.rst +249 -249
  45. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/cast/strings.rst +296 -296
  46. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/classes.rst +1335 -1335
  47. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/embedding.rst +262 -262
  48. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/exceptions.rst +401 -401
  49. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/functions.rst +614 -614
  50. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/misc.rst +400 -400
  51. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/index.rst +13 -13
  52. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/numpy.rst +455 -455
  53. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/object.rst +286 -286
  54. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/pycpp/utilities.rst +155 -155
  55. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/advanced/smart_ptrs.rst +174 -174
  56. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/basics.rst +307 -307
  57. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/benchmark.py +87 -87
  58. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/benchmark.rst +95 -95
  59. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/changelog.rst +2778 -2778
  60. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/classes.rst +551 -551
  61. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/cmake/index.rst +8 -8
  62. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/compiling.rst +638 -638
  63. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/conf.py +368 -368
  64. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/faq.rst +307 -307
  65. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/index.rst +48 -48
  66. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/installing.rst +105 -105
  67. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/limitations.rst +72 -72
  68. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/reference.rst +130 -130
  69. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/release.rst +97 -97
  70. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/requirements.txt +6 -6
  71. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/upgrade.rst +552 -552
  72. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/attr.h +690 -690
  73. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/buffer_info.h +193 -193
  74. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/cast.h +1704 -1704
  75. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/chrono.h +225 -225
  76. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/common.h +2 -2
  77. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/complex.h +74 -74
  78. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/detail/class.h +743 -743
  79. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/detail/common.h +1249 -1249
  80. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/detail/descr.h +171 -171
  81. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/detail/init.h +434 -434
  82. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/detail/internals.h +656 -656
  83. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/detail/type_caster_base.h +1177 -1177
  84. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/detail/typeid.h +65 -65
  85. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/eigen/matrix.h +701 -701
  86. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/eigen/tensor.h +511 -511
  87. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/eigen.h +12 -12
  88. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/embed.h +316 -316
  89. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/eval.h +156 -156
  90. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/functional.h +137 -137
  91. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/gil.h +239 -239
  92. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/iostream.h +265 -265
  93. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/numpy.h +1992 -1992
  94. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/operators.h +202 -202
  95. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/options.h +92 -92
  96. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/pybind11.h +2890 -2890
  97. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/pytypes.h +2487 -2487
  98. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/stl/filesystem.h +116 -116
  99. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/stl.h +447 -447
  100. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/stl_bind.h +851 -851
  101. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +61 -61
  102. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/noxfile.py +107 -107
  103. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/pybind11/__init__.py +17 -17
  104. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/pybind11/__main__.py +62 -62
  105. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/pybind11/_version.py +12 -12
  106. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/pybind11/commands.py +37 -37
  107. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/pybind11/setup_helpers.py +498 -498
  108. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/pyproject.toml +96 -96
  109. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/setup.cfg +42 -42
  110. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/setup.py +150 -150
  111. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/CMakeLists.txt +587 -587
  112. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/conftest.py +221 -221
  113. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/constructor_stats.h +322 -322
  114. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/cross_module_gil_utils.cpp +108 -108
  115. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/cross_module_interleaved_error_already_set.cpp +51 -51
  116. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +14 -14
  117. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/env.py +27 -27
  118. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/extra_python_package/test_files.py +289 -289
  119. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/extra_setuptools/test_setuphelper.py +151 -151
  120. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/local_bindings.h +92 -92
  121. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/object.h +205 -205
  122. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/pybind11_cross_module_tests.cpp +149 -149
  123. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/pybind11_tests.cpp +123 -123
  124. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/pybind11_tests.h +85 -85
  125. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/pytest.ini +22 -22
  126. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/requirements.txt +9 -9
  127. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_async.cpp +25 -25
  128. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_async.py +24 -24
  129. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_buffers.cpp +224 -224
  130. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_buffers.py +164 -164
  131. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_builtin_casters.cpp +392 -392
  132. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_builtin_casters.py +528 -528
  133. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_call_policies.cpp +115 -115
  134. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_call_policies.py +247 -247
  135. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_callbacks.cpp +280 -280
  136. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_callbacks.py +218 -218
  137. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_chrono.cpp +81 -81
  138. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_chrono.py +205 -205
  139. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_class.cpp +657 -657
  140. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_class.py +485 -485
  141. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/CMakeLists.txt +84 -84
  142. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/embed.cpp +23 -23
  143. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +28 -28
  144. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +39 -39
  145. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +46 -46
  146. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/main.cpp +6 -6
  147. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +41 -41
  148. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +35 -35
  149. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +41 -41
  150. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_cmake_build/test.py +8 -8
  151. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_const_name.cpp +55 -55
  152. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_const_name.py +29 -29
  153. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_constants_and_functions.cpp +154 -154
  154. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_constants_and_functions.py +56 -56
  155. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_copy_move.cpp +533 -533
  156. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_copy_move.py +132 -132
  157. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_custom_type_casters.cpp +209 -209
  158. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_custom_type_casters.py +122 -122
  159. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_custom_type_setup.cpp +41 -41
  160. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_custom_type_setup.py +48 -48
  161. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_docstring_options.cpp +141 -141
  162. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_docstring_options.py +64 -64
  163. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eigen_matrix.cpp +428 -428
  164. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eigen_matrix.py +807 -807
  165. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eigen_tensor.cpp +18 -18
  166. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eigen_tensor.inl +333 -333
  167. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eigen_tensor.py +288 -288
  168. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_embed/CMakeLists.txt +47 -47
  169. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_embed/catch.cpp +43 -43
  170. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_embed/external_module.cpp +20 -20
  171. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_embed/test_interpreter.cpp +488 -488
  172. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_embed/test_interpreter.py +14 -14
  173. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_embed/test_trampoline.py +16 -16
  174. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_enum.cpp +133 -133
  175. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_enum.py +266 -266
  176. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eval.cpp +118 -118
  177. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eval.py +50 -50
  178. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_eval_call.py +4 -4
  179. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_exceptions.cpp +347 -347
  180. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_exceptions.h +13 -13
  181. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_exceptions.py +393 -393
  182. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_factory_constructors.cpp +430 -430
  183. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_factory_constructors.py +516 -516
  184. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_gil_scoped.cpp +144 -144
  185. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_gil_scoped.py +242 -242
  186. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_iostream.cpp +126 -126
  187. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_iostream.py +291 -291
  188. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_kwargs_and_defaults.cpp +281 -281
  189. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_kwargs_and_defaults.py +389 -389
  190. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_local_bindings.cpp +106 -106
  191. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_local_bindings.py +257 -257
  192. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_methods_and_attributes.cpp +493 -493
  193. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_methods_and_attributes.py +533 -533
  194. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_modules.cpp +125 -125
  195. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_modules.py +116 -116
  196. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_multiple_inheritance.cpp +341 -341
  197. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_multiple_inheritance.py +493 -493
  198. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_numpy_array.cpp +526 -526
  199. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_numpy_array.py +597 -597
  200. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_numpy_dtypes.cpp +614 -614
  201. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_numpy_dtypes.py +440 -440
  202. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_numpy_vectorize.cpp +107 -107
  203. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_numpy_vectorize.py +266 -266
  204. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_opaque_types.cpp +77 -77
  205. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_opaque_types.py +58 -58
  206. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_operator_overloading.cpp +281 -281
  207. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_operator_overloading.py +151 -151
  208. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_pickling.cpp +194 -194
  209. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_pickling.py +93 -93
  210. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_pytypes.cpp +814 -814
  211. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_pytypes.py +885 -885
  212. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_sequences_and_iterators.cpp +581 -581
  213. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_sequences_and_iterators.py +252 -252
  214. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_smart_ptr.cpp +470 -470
  215. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_smart_ptr.py +315 -315
  216. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_stl.cpp +551 -551
  217. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_stl.py +378 -378
  218. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_stl_binders.cpp +196 -196
  219. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_stl_binders.py +355 -355
  220. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_tagbased_polymorphic.cpp +147 -147
  221. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_tagbased_polymorphic.py +28 -28
  222. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_thread.cpp +66 -66
  223. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_thread.py +42 -42
  224. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_type_caster_pyobject_ptr.cpp +130 -130
  225. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_type_caster_pyobject_ptr.py +104 -104
  226. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_union.cpp +22 -22
  227. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_union.py +8 -8
  228. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_a.cpp +38 -38
  229. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_a.py +34 -34
  230. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_b.cpp +13 -13
  231. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_unnamed_namespace_b.py +5 -5
  232. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_vector_unique_ptr_member.cpp +54 -54
  233. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_vector_unique_ptr_member.py +14 -14
  234. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_virtual_functions.cpp +592 -592
  235. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/test_virtual_functions.py +458 -458
  236. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/valgrind-numpy-scipy.supp +140 -140
  237. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/valgrind-python.supp +117 -117
  238. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/FindCatch.cmake +76 -76
  239. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/FindEigen3.cmake +86 -86
  240. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/FindPythonLibsNew.cmake +287 -287
  241. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/JoinPaths.cmake +23 -23
  242. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/check-style.sh +44 -44
  243. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/cmake_uninstall.cmake.in +23 -23
  244. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/codespell_ignore_lines_from_errors.py +39 -39
  245. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/libsize.py +36 -36
  246. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/make_changelog.py +62 -62
  247. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/pybind11.pc.in +7 -7
  248. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/pybind11Common.cmake +397 -397
  249. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/pybind11Config.cmake.in +231 -231
  250. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/pybind11NewTools.cmake +256 -256
  251. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/pybind11Tools.cmake +233 -233
  252. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/pyproject.toml +3 -3
  253. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/setup_global.py.in +63 -63
  254. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tools/setup_main.py.in +44 -44
  255. {libonvif-3.2.0 → libonvif-3.2.2}/pyproject.toml +1 -1
  256. {libonvif-3.2.0 → libonvif-3.2.2}/setup.py +1 -1
  257. {libonvif-3.2.0 → libonvif-3.2.2}/src/onvif.c +7 -1
  258. {libonvif-3.2.0 → libonvif-3.2.2}/src/onvif.cpp +4 -1
  259. libonvif-3.2.0/README.md +0 -20
  260. {libonvif-3.2.0 → libonvif-3.2.2}/LICENSE +0 -0
  261. {libonvif-3.2.0 → libonvif-3.2.2}/MANIFEST.in +0 -0
  262. {libonvif-3.2.0 → libonvif-3.2.2}/include/cencode.h +0 -0
  263. {libonvif-3.2.0 → libonvif-3.2.2}/include/getopt-win.h +0 -0
  264. {libonvif-3.2.0 → libonvif-3.2.2}/include/onvif.h +0 -0
  265. {libonvif-3.2.0 → libonvif-3.2.2}/include/sha1.h +0 -0
  266. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif/__init__.py +0 -0
  267. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif/libxml2.dll +0 -0
  268. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif/msvcp140.dll +0 -0
  269. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif/vcruntime140.dll +0 -0
  270. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif.egg-info/SOURCES.txt +0 -0
  271. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif.egg-info/dependency_links.txt +0 -0
  272. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif.egg-info/not-zip-safe +0 -0
  273. {libonvif-3.2.0 → libonvif-3.2.2}/libonvif.egg-info/top_level.txt +0 -0
  274. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/.git +0 -0
  275. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/pybind11-logo.png +0 -0
  276. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
  277. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
  278. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
  279. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
  280. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/pybind11/py.typed +0 -0
  281. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/extra_python_package/pytest.ini +0 -0
  282. {libonvif-3.2.0 → libonvif-3.2.2}/pybind11/tests/extra_setuptools/pytest.ini +0 -0
  283. {libonvif-3.2.0 → libonvif-3.2.2}/setup.cfg +0 -0
  284. {libonvif-3.2.0 → libonvif-3.2.2}/src/cencode.c +0 -0
  285. {libonvif-3.2.0 → libonvif-3.2.2}/src/sha1.c +0 -0
@@ -21,7 +21,7 @@
21
21
 
22
22
  cmake_minimum_required(VERSION 3.17)
23
23
 
24
- project(libonvif VERSION 3.1.1)
24
+ project(libonvif VERSION 3.2.2)
25
25
 
26
26
  set(CMAKE_CXX_STANDARD 17)
27
27
  set(CMAKE_CXX_STANDARD_REQUIRED True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libonvif
3
- Version: 3.2.0
3
+ Version: 3.2.2
4
4
  Summary: A python module for communicating with onvif cameras
5
5
  Author: Stephen Rhodes
6
6
  Author-email: Stephen Rhodes <sr99622@gmail.com>
@@ -33,3 +33,29 @@ Copyright (c) 2020, 2023, 2024 Stephen Rhodes
33
33
  You should have received a copy of the GNU Lesser General Public
34
34
  License along with this library; if not, write to the Free Software
35
35
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
36
+
37
+ # libxml2
38
+
39
+ Except where otherwise noted in the source code (e.g. the files dict.c and
40
+ list.c, which are covered by a similar licence but with different Copyright
41
+ notices) all the files are:
42
+
43
+ Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
44
+
45
+ Permission is hereby granted, free of charge, to any person obtaining a copy
46
+ of this software and associated documentation files (the "Software"), to deal
47
+ in the Software without restriction, including without limitation the rights
48
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49
+ copies of the Software, and to permit persons to whom the Software is fur-
50
+ nished to do so, subject to the following conditions:
51
+
52
+ The above copyright notice and this permission notice shall be included in
53
+ all copies or substantial portions of the Software.
54
+
55
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
57
+ NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
61
+ THE SOFTWARE.
@@ -0,0 +1,46 @@
1
+ # libonvif
2
+
3
+ Python enabled library for communicating with onvif devices. Designed for use in
4
+ [Onvif GUI](https://github.com/sr99622/libonvif).
5
+
6
+ Copyright (c) 2020, 2023, 2024 Stephen Rhodes
7
+
8
+ This library is free software; you can redistribute it and/or
9
+ modify it under the terms of the GNU Lesser General Public
10
+ License as published by the Free Software Foundation; either
11
+ version 2.1 of the License, or (at your option) any later version.
12
+
13
+ This library is distributed in the hope that it will be useful,
14
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
+ Lesser General Public License for more details.
17
+
18
+ You should have received a copy of the GNU Lesser General Public
19
+ License along with this library; if not, write to the Free Software
20
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
+
22
+ # libxml2
23
+
24
+ Except where otherwise noted in the source code (e.g. the files dict.c and
25
+ list.c, which are covered by a similar licence but with different Copyright
26
+ notices) all the files are:
27
+
28
+ Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
29
+
30
+ Permission is hereby granted, free of charge, to any person obtaining a copy
31
+ of this software and associated documentation files (the "Software"), to deal
32
+ in the Software without restriction, including without limitation the rights
33
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34
+ copies of the Software, and to permit persons to whom the Software is fur-
35
+ nished to do so, subject to the following conditions:
36
+
37
+ The above copyright notice and this permission notice shall be included in
38
+ all copies or substantial portions of the Software.
39
+
40
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
42
+ NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
46
+ THE SOFTWARE.