libonvif 3.2.5__tar.gz → 3.2.6__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 (357) hide show
  1. libonvif-3.2.6/CMakeLists.txt +68 -0
  2. {libonvif-3.2.5/libonvif.egg-info → libonvif-3.2.6}/PKG-INFO +64 -63
  3. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/allocators.h +693 -693
  4. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/cursorstreamwrapper.h +78 -78
  5. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/document.h +3043 -3043
  6. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/encodedstream.h +299 -299
  7. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/encodings.h +716 -716
  8. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/error/en.h +176 -176
  9. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/error/error.h +285 -285
  10. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/filereadstream.h +99 -99
  11. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/filewritestream.h +104 -104
  12. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/fwd.h +151 -151
  13. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/biginteger.h +297 -297
  14. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/clzll.h +71 -71
  15. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/diyfp.h +261 -261
  16. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/dtoa.h +249 -249
  17. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/ieee754.h +78 -78
  18. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/itoa.h +308 -308
  19. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/meta.h +186 -186
  20. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/pow10.h +55 -55
  21. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/regex.h +739 -739
  22. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/stack.h +232 -232
  23. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/strfunc.h +83 -83
  24. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/strtod.h +293 -293
  25. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/internal/swap.h +46 -46
  26. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/istreamwrapper.h +128 -128
  27. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/memorybuffer.h +70 -70
  28. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/memorystream.h +71 -71
  29. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/msinttypes/inttypes.h +316 -316
  30. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/msinttypes/stdint.h +300 -300
  31. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/ostreamwrapper.h +81 -81
  32. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/pointer.h +1476 -1476
  33. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/prettywriter.h +277 -277
  34. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/rapidjson.h +741 -741
  35. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/reader.h +2246 -2246
  36. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/schema.h +3262 -3262
  37. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/stream.h +223 -223
  38. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/stringbuffer.h +121 -121
  39. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/uri.h +481 -481
  40. {libonvif-3.2.5 → libonvif-3.2.6}/include/rapidjson/writer.h +721 -721
  41. {libonvif-3.2.5 → libonvif-3.2.6}/libonvif/__init__.py +1 -1
  42. libonvif-3.2.6/libonvif/libstdc++.so.6 +0 -0
  43. libonvif-3.2.6/libonvif/libxml2.so.16 +0 -0
  44. {libonvif-3.2.5 → libonvif-3.2.6/libonvif.egg-info}/PKG-INFO +64 -63
  45. {libonvif-3.2.5 → libonvif-3.2.6}/libonvif.egg-info/SOURCES.txt +2 -3
  46. {libonvif-3.2.5 → libonvif-3.2.6}/libonvif.egg-info/not-zip-safe +1 -1
  47. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.appveyor.yml +35 -35
  48. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.clang-format +38 -38
  49. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.clang-tidy +79 -79
  50. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.cmake-format.yaml +73 -73
  51. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.codespell-ignore-lines +24 -24
  52. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.gitattributes +1 -1
  53. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/CODEOWNERS +9 -9
  54. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/CONTRIBUTING.md +388 -388
  55. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +61 -61
  56. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/ISSUE_TEMPLATE/config.yml +8 -8
  57. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/dependabot.yml +15 -15
  58. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/labeler.yml +13 -13
  59. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/labeler_merged.yml +8 -8
  60. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/matchers/pylint.json +32 -32
  61. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/pull_request_template.md +19 -19
  62. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/workflows/ci.yml +1250 -1250
  63. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/workflows/configure.yml +92 -92
  64. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/workflows/emscripten.yaml +30 -30
  65. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/workflows/format.yml +60 -60
  66. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/workflows/labeler.yml +25 -25
  67. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/workflows/pip.yml +120 -120
  68. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.github/workflows/upstream.yml +116 -116
  69. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.gitignore +46 -46
  70. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.pre-commit-config.yaml +156 -156
  71. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.readthedocs.yml +20 -20
  72. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/CMakeLists.txt +345 -345
  73. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/LICENSE +29 -29
  74. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/MANIFEST.in +6 -6
  75. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/README.rst +181 -181
  76. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/SECURITY.md +13 -13
  77. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/Doxyfile +21 -21
  78. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/Makefile +192 -192
  79. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/_static/css/custom.css +3 -3
  80. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/chrono.rst +81 -81
  81. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/custom.rst +93 -93
  82. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/eigen.rst +310 -310
  83. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/functional.rst +109 -109
  84. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/index.rst +43 -43
  85. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/overview.rst +170 -170
  86. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/stl.rst +249 -249
  87. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/cast/strings.rst +296 -296
  88. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/classes.rst +1334 -1334
  89. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/deadlock.md +391 -391
  90. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/embedding.rst +262 -262
  91. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/exceptions.rst +400 -400
  92. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/functions.rst +614 -614
  93. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/misc.rst +436 -436
  94. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/pycpp/index.rst +13 -13
  95. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/pycpp/numpy.rst +453 -453
  96. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/pycpp/object.rst +286 -286
  97. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/pycpp/utilities.rst +155 -155
  98. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/advanced/smart_ptrs.rst +174 -174
  99. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/basics.rst +314 -314
  100. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/benchmark.py +89 -89
  101. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/benchmark.rst +95 -95
  102. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/changelog.rst +3285 -3285
  103. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/classes.rst +555 -555
  104. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/cmake/index.rst +8 -8
  105. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/compiling.rst +728 -728
  106. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/conf.py +369 -369
  107. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/faq.rst +352 -352
  108. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/index.rst +48 -48
  109. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/installing.rst +105 -105
  110. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/limitations.rst +68 -68
  111. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/reference.rst +130 -130
  112. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/release.rst +143 -143
  113. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/requirements.in +6 -6
  114. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/requirements.txt +275 -275
  115. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/upgrade.rst +595 -595
  116. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/attr.h +690 -690
  117. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/buffer_info.h +208 -208
  118. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/cast.h +1872 -1872
  119. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/chrono.h +225 -225
  120. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/common.h +2 -2
  121. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/complex.h +74 -74
  122. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/conduit/README.txt +15 -15
  123. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +111 -111
  124. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +88 -88
  125. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/conduit/wrap_include_python_h.h +72 -72
  126. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/class.h +800 -800
  127. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/common.h +1252 -1252
  128. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/cpp_conduit.h +77 -77
  129. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/descr.h +171 -171
  130. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/exception_translation.h +71 -71
  131. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/init.h +436 -436
  132. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/internals.h +725 -725
  133. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/type_caster_base.h +1188 -1188
  134. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/typeid.h +65 -65
  135. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/detail/value_and_holder.h +77 -77
  136. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/eigen/common.h +9 -9
  137. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/eigen/matrix.h +715 -715
  138. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/eigen/tensor.h +515 -515
  139. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/eigen.h +12 -12
  140. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/embed.h +303 -303
  141. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/eval.h +156 -156
  142. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/functional.h +149 -149
  143. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/gil.h +215 -215
  144. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/gil_safe_call_once.h +102 -102
  145. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/iostream.h +265 -265
  146. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/numpy.h +2139 -2139
  147. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/operators.h +202 -202
  148. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/options.h +92 -92
  149. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/pybind11.h +3021 -3021
  150. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/pytypes.h +2628 -2628
  151. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/stl/filesystem.h +124 -124
  152. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/stl.h +648 -648
  153. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/stl_bind.h +858 -858
  154. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +61 -61
  155. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/typing.h +242 -242
  156. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/include/pybind11/warnings.h +75 -75
  157. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/noxfile.py +107 -107
  158. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/pybind11/__init__.py +19 -19
  159. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/pybind11/__main__.py +86 -86
  160. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/pybind11/_version.py +12 -12
  161. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/pybind11/commands.py +39 -39
  162. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/pybind11/setup_helpers.py +500 -500
  163. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/pyproject.toml +87 -87
  164. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/setup.cfg +42 -42
  165. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/setup.py +149 -149
  166. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/CMakeLists.txt +595 -595
  167. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/conftest.py +225 -225
  168. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/constructor_stats.h +322 -322
  169. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/cross_module_gil_utils.cpp +111 -111
  170. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/cross_module_interleaved_error_already_set.cpp +54 -54
  171. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/custom_exceptions.py +10 -10
  172. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +16 -16
  173. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/env.py +32 -32
  174. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/exo_planet_c_api.cpp +76 -76
  175. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/exo_planet_pybind11.cpp +19 -19
  176. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/extra_python_package/test_files.py +307 -307
  177. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/extra_setuptools/test_setuphelper.py +153 -153
  178. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/home_planet_very_lonely_traveler.cpp +13 -13
  179. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/local_bindings.h +92 -92
  180. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/object.h +205 -205
  181. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/pybind11_cross_module_tests.cpp +149 -149
  182. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/pybind11_tests.cpp +136 -136
  183. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/pybind11_tests.h +119 -119
  184. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/pyproject.toml +17 -17
  185. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/pytest.ini +23 -23
  186. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/requirements.txt +13 -13
  187. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_async.cpp +25 -25
  188. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_async.py +31 -31
  189. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_buffers.cpp +442 -442
  190. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_buffers.py +401 -401
  191. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_builtin_casters.cpp +387 -387
  192. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_builtin_casters.py +532 -532
  193. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_call_policies.cpp +113 -113
  194. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_call_policies.py +256 -256
  195. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_callbacks.cpp +280 -280
  196. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_callbacks.py +232 -232
  197. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_chrono.cpp +81 -81
  198. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_chrono.py +207 -207
  199. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_class.cpp +672 -672
  200. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_class.py +539 -539
  201. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/CMakeLists.txt +86 -86
  202. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/embed.cpp +23 -23
  203. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +19 -19
  204. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +29 -29
  205. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +37 -37
  206. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/main.cpp +6 -6
  207. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +38 -38
  208. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +32 -32
  209. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +38 -38
  210. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cmake_build/test.py +10 -10
  211. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_const_name.cpp +55 -55
  212. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_const_name.py +31 -31
  213. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_constants_and_functions.cpp +158 -158
  214. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_constants_and_functions.py +58 -58
  215. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_copy_move.cpp +544 -544
  216. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_copy_move.py +144 -144
  217. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cpp_conduit.cpp +22 -22
  218. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cpp_conduit.py +166 -166
  219. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cpp_conduit_traveler_bindings.h +47 -47
  220. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_cpp_conduit_traveler_types.h +25 -25
  221. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_custom_type_casters.cpp +217 -217
  222. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_custom_type_casters.py +126 -126
  223. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_custom_type_setup.cpp +41 -41
  224. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_custom_type_setup.py +50 -50
  225. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_docstring_options.cpp +129 -129
  226. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_docstring_options.py +66 -66
  227. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eigen_matrix.cpp +443 -443
  228. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eigen_matrix.py +819 -819
  229. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eigen_tensor.cpp +18 -18
  230. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eigen_tensor.inl +338 -338
  231. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eigen_tensor.py +293 -293
  232. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_embed/CMakeLists.txt +56 -56
  233. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_embed/catch.cpp +43 -43
  234. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_embed/external_module.cpp +20 -20
  235. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_embed/test_interpreter.cpp +488 -488
  236. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_embed/test_interpreter.py +16 -16
  237. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_embed/test_trampoline.py +18 -18
  238. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_enum.cpp +133 -133
  239. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_enum.py +333 -333
  240. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eval.cpp +118 -118
  241. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eval.py +52 -52
  242. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_eval_call.py +5 -5
  243. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_exceptions.cpp +427 -427
  244. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_exceptions.h +13 -13
  245. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_exceptions.py +438 -438
  246. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_factory_constructors.cpp +430 -430
  247. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_factory_constructors.py +531 -531
  248. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_gil_scoped.cpp +144 -144
  249. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_gil_scoped.py +265 -265
  250. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_iostream.cpp +126 -126
  251. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_iostream.py +303 -303
  252. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_kwargs_and_defaults.cpp +331 -331
  253. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_kwargs_and_defaults.py +441 -441
  254. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_local_bindings.cpp +106 -106
  255. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_local_bindings.py +259 -259
  256. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_methods_and_attributes.cpp +492 -492
  257. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_methods_and_attributes.py +552 -552
  258. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_modules.cpp +125 -125
  259. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_modules.py +121 -121
  260. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_multiple_inheritance.cpp +341 -341
  261. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_multiple_inheritance.py +501 -501
  262. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_numpy_array.cpp +547 -547
  263. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_numpy_array.py +673 -673
  264. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_numpy_dtypes.cpp +641 -641
  265. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_numpy_dtypes.py +448 -448
  266. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_numpy_vectorize.cpp +107 -107
  267. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_numpy_vectorize.py +268 -268
  268. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_opaque_types.cpp +77 -77
  269. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_opaque_types.py +63 -63
  270. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_operator_overloading.cpp +281 -281
  271. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_operator_overloading.py +159 -159
  272. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_pickling.cpp +194 -194
  273. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_pickling.py +112 -112
  274. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_python_multiple_inheritance.cpp +45 -45
  275. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_python_multiple_inheritance.py +36 -36
  276. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_pytypes.cpp +1001 -1001
  277. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_pytypes.py +1103 -1103
  278. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_sequences_and_iterators.cpp +600 -600
  279. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_sequences_and_iterators.py +296 -296
  280. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_smart_ptr.cpp +476 -476
  281. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_smart_ptr.py +329 -329
  282. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_stl.cpp +600 -600
  283. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_stl.py +518 -518
  284. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_stl_binders.cpp +275 -275
  285. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_stl_binders.py +414 -414
  286. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_tagbased_polymorphic.cpp +148 -148
  287. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_tagbased_polymorphic.py +30 -30
  288. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_thread.cpp +66 -66
  289. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_thread.py +49 -49
  290. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_type_caster_pyobject_ptr.cpp +168 -168
  291. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_type_caster_pyobject_ptr.py +122 -122
  292. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_type_caster_std_function_specializations.cpp +46 -46
  293. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_type_caster_std_function_specializations.py +15 -15
  294. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_union.cpp +22 -22
  295. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_union.py +10 -10
  296. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_unnamed_namespace_a.cpp +38 -38
  297. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_unnamed_namespace_a.py +36 -36
  298. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_unnamed_namespace_b.cpp +13 -13
  299. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_unnamed_namespace_b.py +7 -7
  300. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_vector_unique_ptr_member.cpp +54 -54
  301. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_vector_unique_ptr_member.py +16 -16
  302. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_virtual_functions.cpp +592 -592
  303. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_virtual_functions.py +468 -468
  304. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_warnings.cpp +46 -46
  305. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/test_warnings.py +68 -68
  306. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/valgrind-numpy-scipy.supp +140 -140
  307. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/valgrind-python.supp +117 -117
  308. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/FindCatch.cmake +76 -76
  309. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/FindEigen3.cmake +86 -86
  310. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/FindPythonLibsNew.cmake +310 -310
  311. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/JoinPaths.cmake +23 -23
  312. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/check-style.sh +44 -44
  313. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/cmake_uninstall.cmake.in +23 -23
  314. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/codespell_ignore_lines_from_errors.py +40 -40
  315. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/libsize.py +38 -38
  316. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/make_changelog.py +92 -92
  317. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/pybind11.pc.in +7 -7
  318. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/pybind11Common.cmake +416 -416
  319. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/pybind11Config.cmake.in +233 -233
  320. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +86 -86
  321. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/pybind11NewTools.cmake +332 -332
  322. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/pybind11Tools.cmake +216 -216
  323. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/pyproject.toml +3 -3
  324. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/setup_global.py.in +66 -66
  325. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/setup_main.py.in +46 -46
  326. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +161 -161
  327. {libonvif-3.2.5 → libonvif-3.2.6}/pyproject.toml +2 -2
  328. {libonvif-3.2.5 → libonvif-3.2.6}/setup.cfg +4 -4
  329. {libonvif-3.2.5 → libonvif-3.2.6}/setup.py +3 -5
  330. {libonvif-3.2.5 → libonvif-3.2.6}/src/onvif.c +22 -22
  331. {libonvif-3.2.5 → libonvif-3.2.6}/src/onvif.cpp +1 -1
  332. libonvif-3.2.5/CMakeLists.txt +0 -113
  333. libonvif-3.2.5/libonvif/libxml2.dll +0 -0
  334. libonvif-3.2.5/libonvif/msvcp140.dll +0 -0
  335. libonvif-3.2.5/libonvif/vcruntime140.dll +0 -0
  336. {libonvif-3.2.5 → libonvif-3.2.6}/LICENSE +0 -0
  337. {libonvif-3.2.5 → libonvif-3.2.6}/MANIFEST.in +0 -0
  338. {libonvif-3.2.5 → libonvif-3.2.6}/README.md +0 -0
  339. {libonvif-3.2.5 → libonvif-3.2.6}/include/cencode.h +0 -0
  340. {libonvif-3.2.5 → libonvif-3.2.6}/include/getopt-win.h +0 -0
  341. {libonvif-3.2.5 → libonvif-3.2.6}/include/onvif.h +0 -0
  342. {libonvif-3.2.5 → libonvif-3.2.6}/include/onvif_data.h +0 -0
  343. {libonvif-3.2.5 → libonvif-3.2.6}/include/session.h +0 -0
  344. {libonvif-3.2.5 → libonvif-3.2.6}/include/sha1.h +0 -0
  345. {libonvif-3.2.5 → libonvif-3.2.6}/libonvif.egg-info/dependency_links.txt +0 -0
  346. {libonvif-3.2.5 → libonvif-3.2.6}/libonvif.egg-info/top_level.txt +0 -0
  347. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/.git +0 -0
  348. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/pybind11-logo.png +0 -0
  349. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
  350. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
  351. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
  352. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
  353. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/pybind11/py.typed +0 -0
  354. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/extra_python_package/pytest.ini +0 -0
  355. {libonvif-3.2.5 → libonvif-3.2.6}/pybind11/tests/extra_setuptools/pytest.ini +0 -0
  356. {libonvif-3.2.5 → libonvif-3.2.6}/src/cencode.c +0 -0
  357. {libonvif-3.2.5 → libonvif-3.2.6}/src/sha1.c +0 -0
@@ -0,0 +1,68 @@
1
+ #*******************************************************************************
2
+ # libonvif/libonvif/CMakeLists.txt
3
+ #
4
+ # Copyright (c) 2023, 2024 Stephen Rhodes
5
+ #
6
+ # This program is free software; you can redistribute it and/or modify
7
+ # it under the terms of the GNU General Public License as published by
8
+ # the Free Software Foundation; either version 2 of the License, or
9
+ # (at your option) any later version.
10
+ #
11
+ # This program is distributed in the hope that it will be useful,
12
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ # GNU General Public License for more details.
15
+ #
16
+ # You should have received a copy of the GNU General Public License along
17
+ # with this program; if not, write to the Free Software Foundation, Inc.,
18
+ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
+ #
20
+ #******************************************************************************/
21
+
22
+ cmake_minimum_required(VERSION 3.17)
23
+
24
+ project(libonvif VERSION 3.2.6)
25
+
26
+ set(CMAKE_CXX_STANDARD 17)
27
+ set(CMAKE_CXX_STANDARD_REQUIRED True)
28
+
29
+ if (DEFINED ENV{LIBXML2_INCLUDE_DIRS})
30
+ set(LIBXML2_INCLUDE_DIRS $ENV{LIBXML2_INCLUDE_DIRS})
31
+ set(LIBXML2_LIBRARIES $ENV{LIBXML2_LIBRARIES})
32
+ else()
33
+ find_package(LibXml2 REQUIRED)
34
+ endif()
35
+
36
+ add_subdirectory(pybind11)
37
+
38
+ pybind11_add_module(pyonvif
39
+ src/onvif.cpp
40
+ src/onvif.c
41
+ src/cencode.c
42
+ src/sha1.c
43
+ )
44
+
45
+ set_target_properties(pyonvif PROPERTIES
46
+ OUTPUT_NAME libonvif
47
+ )
48
+
49
+ target_link_libraries(pyonvif PRIVATE
50
+ ${LIBXML2_LIBRARIES}
51
+ )
52
+
53
+ message("-- LIBXML2_INCLUDE_DIRS: " ${LIBXML2_INCLUDE_DIRS})
54
+ message("-- LIBXML2_LIBRARIES: " ${LIBXML2_LIBRARIES})
55
+
56
+ target_include_directories(pyonvif PUBLIC
57
+ include
58
+ ${LIBXML2_INCLUDE_DIRS}
59
+ )
60
+
61
+ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
62
+ set_target_properties(pyonvif PROPERTIES
63
+ BUILD_RPATH "$ORIGIN"
64
+ BUILD_RPATH_USE_ORIGIN TRUE
65
+ INSTALL_RPATH "$ORIGIN"
66
+ INSTALL_RPATH_USE_ORIGIN TRUE
67
+ )
68
+ endif()
@@ -1,63 +1,64 @@
1
- Metadata-Version: 2.2
2
- Name: libonvif
3
- Version: 3.2.5
4
- Summary: A python module for communicating with onvif cameras
5
- Author: Stephen Rhodes
6
- Author-email: Stephen Rhodes <sr99622@gmail.com>
7
- Project-URL: Homepage, https://github.com/sr99622/libonvif
8
- Project-URL: Bug Tracker, https://github.com/sr99622/libonvif/issues
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Dynamic: author
16
- Dynamic: requires-python
17
-
18
- # libonvif
19
-
20
- Python enabled library for communicating with onvif devices. Designed for use in
21
- [Onvif GUI](https://github.com/sr99622/libonvif).
22
-
23
- Copyright (c) 2020, 2023, 2024 Stephen Rhodes
24
-
25
- This library is free software; you can redistribute it and/or
26
- modify it under the terms of the GNU Lesser General Public
27
- License as published by the Free Software Foundation; either
28
- version 2.1 of the License, or (at your option) any later version.
29
-
30
- This library is distributed in the hope that it will be useful,
31
- but WITHOUT ANY WARRANTY; without even the implied warranty of
32
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33
- Lesser General Public License for more details.
34
-
35
- You should have received a copy of the GNU Lesser General Public
36
- License along with this library; if not, write to the Free Software
37
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
38
-
39
- # libxml2
40
-
41
- Except where otherwise noted in the source code (e.g. the files dict.c and
42
- list.c, which are covered by a similar licence but with different Copyright
43
- notices) all the files are:
44
-
45
- Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
46
-
47
- Permission is hereby granted, free of charge, to any person obtaining a copy
48
- of this software and associated documentation files (the "Software"), to deal
49
- in the Software without restriction, including without limitation the rights
50
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
51
- copies of the Software, and to permit persons to whom the Software is fur-
52
- nished to do so, subject to the following conditions:
53
-
54
- The above copyright notice and this permission notice shall be included in
55
- all copies or substantial portions of the Software.
56
-
57
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
59
- NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
60
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
61
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
62
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
63
- THE SOFTWARE.
1
+ Metadata-Version: 2.4
2
+ Name: libonvif
3
+ Version: 3.2.6
4
+ Summary: A python module for communicating with onvif cameras
5
+ Author: Stephen Rhodes
6
+ Author-email: Stephen Rhodes <sr99622@gmail.com>
7
+ License-Expression: LGPL-2.1
8
+ Project-URL: Homepage, https://github.com/sr99622/libonvif
9
+ Project-URL: Bug Tracker, https://github.com/sr99622/libonvif/issues
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Dynamic: author
16
+ Dynamic: license-file
17
+ Dynamic: requires-python
18
+
19
+ # libonvif
20
+
21
+ Python enabled library for communicating with onvif devices. Designed for use in
22
+ [Onvif GUI](https://github.com/sr99622/libonvif).
23
+
24
+ Copyright (c) 2020, 2023, 2024 Stephen Rhodes
25
+
26
+ This library is free software; you can redistribute it and/or
27
+ modify it under the terms of the GNU Lesser General Public
28
+ License as published by the Free Software Foundation; either
29
+ version 2.1 of the License, or (at your option) any later version.
30
+
31
+ This library is distributed in the hope that it will be useful,
32
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
33
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
34
+ Lesser General Public License for more details.
35
+
36
+ You should have received a copy of the GNU Lesser General Public
37
+ License along with this library; if not, write to the Free Software
38
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
39
+
40
+ # libxml2
41
+
42
+ Except where otherwise noted in the source code (e.g. the files dict.c and
43
+ list.c, which are covered by a similar licence but with different Copyright
44
+ notices) all the files are:
45
+
46
+ Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
47
+
48
+ Permission is hereby granted, free of charge, to any person obtaining a copy
49
+ of this software and associated documentation files (the "Software"), to deal
50
+ in the Software without restriction, including without limitation the rights
51
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
+ copies of the Software, and to permit persons to whom the Software is fur-
53
+ nished to do so, subject to the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be included in
56
+ all copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
60
+ NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
64
+ THE SOFTWARE.