touchlab-comm-py 0.2.2__tar.gz → 0.2.4__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 (367) hide show
  1. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/.github/workflows/release.yml +7 -6
  2. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/CMakeLists.txt +1 -1
  3. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/PKG-INFO +1 -1
  4. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/conf.py +2 -2
  5. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/examples/example.py +2 -0
  6. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/include/touchlab_comm/touchlab_comm.hpp +1 -1
  7. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/lib/linux-arm64/libtouchlab_comm_static.a +0 -0
  8. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/lib/linux-x86/libtouchlab_comm_static.a +0 -0
  9. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/lib/win/touchlab_comm_static.lib +0 -0
  10. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pyproject.toml +1 -1
  11. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/update_libs +1 -1
  12. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/.gitignore +0 -0
  13. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/.gitmodules +0 -0
  14. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/LICENSE.txt +0 -0
  15. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/README.md +0 -0
  16. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/Makefile +0 -0
  17. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/_templates/layout.html +0 -0
  18. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/api.rst +0 -0
  19. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/css/custom.css +0 -0
  20. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/example.rst +0 -0
  21. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/images/touchlab_logo.png +0 -0
  22. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/index.rst +0 -0
  23. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/docs/strip.txt +0 -0
  24. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/examples/example_flash.py +0 -0
  25. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/examples/example_translate.py +0 -0
  26. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.appveyor.yml +0 -0
  27. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.clang-format +0 -0
  28. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.clang-tidy +0 -0
  29. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.cmake-format.yaml +0 -0
  30. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.codespell-ignore-lines +0 -0
  31. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.gitattributes +0 -0
  32. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/CODEOWNERS +0 -0
  33. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/CONTRIBUTING.md +0 -0
  34. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  35. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
  36. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/dependabot.yml +0 -0
  37. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/labeler.yml +0 -0
  38. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/labeler_merged.yml +0 -0
  39. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/matchers/pylint.json +0 -0
  40. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/pull_request_template.md +0 -0
  41. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/workflows/ci.yml +0 -0
  42. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/workflows/configure.yml +0 -0
  43. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/workflows/emscripten.yaml +0 -0
  44. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/workflows/format.yml +0 -0
  45. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/workflows/labeler.yml +0 -0
  46. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/workflows/pip.yml +0 -0
  47. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.github/workflows/upstream.yml +0 -0
  48. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.gitignore +0 -0
  49. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.pre-commit-config.yaml +0 -0
  50. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/.readthedocs.yml +0 -0
  51. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/CMakeLists.txt +0 -0
  52. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/LICENSE +0 -0
  53. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/MANIFEST.in +0 -0
  54. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/README.rst +0 -0
  55. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/SECURITY.md +0 -0
  56. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/Doxyfile +0 -0
  57. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/_static/css/custom.css +0 -0
  58. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/chrono.rst +0 -0
  59. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/custom.rst +0 -0
  60. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/eigen.rst +0 -0
  61. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/functional.rst +0 -0
  62. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/index.rst +0 -0
  63. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/overview.rst +0 -0
  64. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/stl.rst +0 -0
  65. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/cast/strings.rst +0 -0
  66. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/classes.rst +0 -0
  67. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/deadlock.md +0 -0
  68. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/deprecated.rst +0 -0
  69. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/embedding.rst +0 -0
  70. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/exceptions.rst +0 -0
  71. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/functions.rst +0 -0
  72. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/misc.rst +0 -0
  73. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/pycpp/index.rst +0 -0
  74. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
  75. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/pycpp/object.rst +0 -0
  76. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
  77. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/advanced/smart_ptrs.rst +0 -0
  78. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/basics.rst +0 -0
  79. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/benchmark.py +0 -0
  80. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/benchmark.rst +0 -0
  81. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/changelog.rst +0 -0
  82. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/classes.rst +0 -0
  83. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/cmake/index.rst +0 -0
  84. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/compiling.rst +0 -0
  85. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/conf.py +0 -0
  86. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/faq.rst +0 -0
  87. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/index.rst +0 -0
  88. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/installing.rst +0 -0
  89. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/limitations.rst +0 -0
  90. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/pybind11-logo.png +0 -0
  91. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
  92. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
  93. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
  94. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
  95. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/reference.rst +0 -0
  96. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/release.rst +0 -0
  97. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/requirements.in +0 -0
  98. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/requirements.txt +0 -0
  99. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/docs/upgrade.rst +0 -0
  100. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/attr.h +0 -0
  101. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/buffer_info.h +0 -0
  102. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/cast.h +0 -0
  103. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/chrono.h +0 -0
  104. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/common.h +0 -0
  105. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/complex.h +0 -0
  106. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/conduit/README.txt +0 -0
  107. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +0 -0
  108. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +0 -0
  109. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/conduit/wrap_include_python_h.h +0 -0
  110. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/class.h +0 -0
  111. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/common.h +0 -0
  112. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/cpp_conduit.h +0 -0
  113. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/descr.h +0 -0
  114. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h +0 -0
  115. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/exception_translation.h +0 -0
  116. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/function_record_pyobject.h +0 -0
  117. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/init.h +0 -0
  118. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/internals.h +0 -0
  119. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/native_enum_data.h +0 -0
  120. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/pybind11_namespace_macros.h +0 -0
  121. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/struct_smart_holder.h +0 -0
  122. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  123. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/typeid.h +0 -0
  124. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/using_smart_holder.h +0 -0
  125. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/detail/value_and_holder.h +0 -0
  126. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/eigen/common.h +0 -0
  127. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/eigen/matrix.h +0 -0
  128. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/eigen/tensor.h +0 -0
  129. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/eigen.h +0 -0
  130. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/embed.h +0 -0
  131. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/eval.h +0 -0
  132. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/functional.h +0 -0
  133. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/gil.h +0 -0
  134. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
  135. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/gil_simple.h +0 -0
  136. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/iostream.h +0 -0
  137. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/native_enum.h +0 -0
  138. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/numpy.h +0 -0
  139. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/operators.h +0 -0
  140. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/options.h +0 -0
  141. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/pybind11.h +0 -0
  142. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/pytypes.h +0 -0
  143. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/stl/filesystem.h +0 -0
  144. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/stl.h +0 -0
  145. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/stl_bind.h +0 -0
  146. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/trampoline_self_life_support.h +0 -0
  147. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
  148. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/typing.h +0 -0
  149. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/include/pybind11/warnings.h +0 -0
  150. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/noxfile.py +0 -0
  151. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/pybind11/__init__.py +0 -0
  152. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/pybind11/__main__.py +0 -0
  153. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/pybind11/_version.py +0 -0
  154. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/pybind11/commands.py +0 -0
  155. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/pybind11/py.typed +0 -0
  156. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/pybind11/setup_helpers.py +0 -0
  157. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/pyproject.toml +0 -0
  158. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/setup.cfg +0 -0
  159. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/setup.py +0 -0
  160. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/CMakeLists.txt +0 -0
  161. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/conftest.py +0 -0
  162. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/constructor_stats.h +0 -0
  163. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/cross_module_gil_utils.cpp +0 -0
  164. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/cross_module_interleaved_error_already_set.cpp +0 -0
  165. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/custom_exceptions.py +0 -0
  166. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +0 -0
  167. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/env.py +0 -0
  168. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/exo_planet_c_api.cpp +0 -0
  169. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/exo_planet_pybind11.cpp +0 -0
  170. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/extra_python_package/pytest.ini +0 -0
  171. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/extra_python_package/test_files.py +0 -0
  172. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/extra_setuptools/pytest.ini +0 -0
  173. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
  174. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/home_planet_very_lonely_traveler.cpp +0 -0
  175. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/local_bindings.h +0 -0
  176. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/object.h +0 -0
  177. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pure_cpp/CMakeLists.txt +0 -0
  178. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pure_cpp/smart_holder_poc.h +0 -0
  179. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pure_cpp/smart_holder_poc_test.cpp +0 -0
  180. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
  181. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pybind11_tests.cpp +0 -0
  182. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pybind11_tests.h +0 -0
  183. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pyproject.toml +0 -0
  184. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/pytest.ini +0 -0
  185. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/requirements.txt +0 -0
  186. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_async.cpp +0 -0
  187. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_async.py +0 -0
  188. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_buffers.cpp +0 -0
  189. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_buffers.py +0 -0
  190. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_builtin_casters.cpp +0 -0
  191. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_builtin_casters.py +0 -0
  192. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_call_policies.cpp +0 -0
  193. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_call_policies.py +0 -0
  194. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_callbacks.cpp +0 -0
  195. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_callbacks.py +0 -0
  196. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_chrono.cpp +0 -0
  197. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_chrono.py +0 -0
  198. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class.cpp +0 -0
  199. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class.py +0 -0
  200. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_release_gil_before_calling_cpp_dtor.cpp +0 -0
  201. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_release_gil_before_calling_cpp_dtor.py +0 -0
  202. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_basic.cpp +0 -0
  203. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_basic.py +0 -0
  204. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_disowning.cpp +0 -0
  205. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_disowning.py +0 -0
  206. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_disowning_mi.cpp +0 -0
  207. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_disowning_mi.py +0 -0
  208. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_factory_constructors.cpp +0 -0
  209. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_factory_constructors.py +0 -0
  210. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_inheritance.cpp +0 -0
  211. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_inheritance.py +0 -0
  212. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_mi_thunks.cpp +0 -0
  213. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_mi_thunks.py +0 -0
  214. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_property.cpp +0 -0
  215. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_property.py +0 -0
  216. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_property_non_owning.cpp +0 -0
  217. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_property_non_owning.py +0 -0
  218. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_shared_ptr_copy_move.cpp +0 -0
  219. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_shared_ptr_copy_move.py +0 -0
  220. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_basic.cpp +0 -0
  221. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_basic.py +0 -0
  222. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_self_life_support.cpp +0 -0
  223. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_self_life_support.py +0 -0
  224. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_shared_from_this.cpp +0 -0
  225. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_shared_from_this.py +0 -0
  226. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_shared_ptr_cpp_arg.cpp +0 -0
  227. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py +0 -0
  228. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_unique_ptr.cpp +0 -0
  229. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_trampoline_unique_ptr.py +0 -0
  230. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_unique_ptr_custom_deleter.cpp +0 -0
  231. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_unique_ptr_custom_deleter.py +0 -0
  232. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_unique_ptr_member.cpp +0 -0
  233. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_unique_ptr_member.py +0 -0
  234. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_virtual_py_cpp_mix.cpp +0 -0
  235. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_class_sh_virtual_py_cpp_mix.py +0 -0
  236. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
  237. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/embed.cpp +0 -0
  238. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
  239. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
  240. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
  241. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/main.cpp +0 -0
  242. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
  243. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
  244. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
  245. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cmake_build/test.py +0 -0
  246. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_const_name.cpp +0 -0
  247. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_const_name.py +0 -0
  248. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_constants_and_functions.cpp +0 -0
  249. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_constants_and_functions.py +0 -0
  250. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_copy_move.cpp +0 -0
  251. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_copy_move.py +0 -0
  252. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cpp_conduit.cpp +0 -0
  253. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cpp_conduit.py +0 -0
  254. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cpp_conduit_traveler_bindings.h +0 -0
  255. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_cpp_conduit_traveler_types.h +0 -0
  256. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_custom_type_casters.cpp +0 -0
  257. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_custom_type_casters.py +0 -0
  258. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_custom_type_setup.cpp +0 -0
  259. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_custom_type_setup.py +0 -0
  260. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_docs_advanced_cast_custom.cpp +0 -0
  261. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_docs_advanced_cast_custom.py +0 -0
  262. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_docstring_options.cpp +0 -0
  263. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_docstring_options.py +0 -0
  264. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eigen_matrix.cpp +0 -0
  265. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eigen_matrix.py +0 -0
  266. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eigen_tensor.cpp +0 -0
  267. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eigen_tensor.inl +0 -0
  268. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eigen_tensor.py +0 -0
  269. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_embed/CMakeLists.txt +0 -0
  270. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_embed/catch.cpp +0 -0
  271. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_embed/external_module.cpp +0 -0
  272. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
  273. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_embed/test_interpreter.py +0 -0
  274. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_embed/test_trampoline.py +0 -0
  275. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_enum.cpp +0 -0
  276. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_enum.py +0 -0
  277. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eval.cpp +0 -0
  278. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eval.py +0 -0
  279. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_eval_call.py +0 -0
  280. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_exceptions.cpp +0 -0
  281. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_exceptions.h +0 -0
  282. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_exceptions.py +0 -0
  283. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_factory_constructors.cpp +0 -0
  284. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_factory_constructors.py +0 -0
  285. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_gil_scoped.cpp +0 -0
  286. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_gil_scoped.py +0 -0
  287. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_iostream.cpp +0 -0
  288. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_iostream.py +0 -0
  289. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
  290. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_kwargs_and_defaults.py +0 -0
  291. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_local_bindings.cpp +0 -0
  292. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_local_bindings.py +0 -0
  293. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_methods_and_attributes.cpp +0 -0
  294. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_methods_and_attributes.py +0 -0
  295. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_modules.cpp +0 -0
  296. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_modules.py +0 -0
  297. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_multiple_inheritance.cpp +0 -0
  298. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_multiple_inheritance.py +0 -0
  299. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_native_enum.cpp +0 -0
  300. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_native_enum.py +0 -0
  301. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_numpy_array.cpp +0 -0
  302. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_numpy_array.py +0 -0
  303. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_numpy_dtypes.cpp +0 -0
  304. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_numpy_dtypes.py +0 -0
  305. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_numpy_vectorize.cpp +0 -0
  306. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_numpy_vectorize.py +0 -0
  307. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_opaque_types.cpp +0 -0
  308. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_opaque_types.py +0 -0
  309. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_operator_overloading.cpp +0 -0
  310. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_operator_overloading.py +0 -0
  311. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_pickling.cpp +0 -0
  312. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_pickling.py +0 -0
  313. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_python_multiple_inheritance.cpp +0 -0
  314. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_python_multiple_inheritance.py +0 -0
  315. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_pytypes.cpp +0 -0
  316. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_pytypes.py +0 -0
  317. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
  318. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_sequences_and_iterators.py +0 -0
  319. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_smart_ptr.cpp +0 -0
  320. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_smart_ptr.py +0 -0
  321. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_stl.cpp +0 -0
  322. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_stl.py +0 -0
  323. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_stl_binders.cpp +0 -0
  324. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_stl_binders.py +0 -0
  325. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
  326. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_tagbased_polymorphic.py +0 -0
  327. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_thread.cpp +0 -0
  328. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_thread.py +0 -0
  329. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_type_caster_pyobject_ptr.cpp +0 -0
  330. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_type_caster_pyobject_ptr.py +0 -0
  331. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_type_caster_std_function_specializations.cpp +0 -0
  332. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_type_caster_std_function_specializations.py +0 -0
  333. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_union.cpp +0 -0
  334. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_union.py +0 -0
  335. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_unnamed_namespace_a.cpp +0 -0
  336. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_unnamed_namespace_a.py +0 -0
  337. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_unnamed_namespace_b.cpp +0 -0
  338. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_unnamed_namespace_b.py +0 -0
  339. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_vector_unique_ptr_member.cpp +0 -0
  340. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_vector_unique_ptr_member.py +0 -0
  341. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_virtual_functions.cpp +0 -0
  342. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_virtual_functions.py +0 -0
  343. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_warnings.cpp +0 -0
  344. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/test_warnings.py +0 -0
  345. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
  346. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tests/valgrind-python.supp +0 -0
  347. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/FindCatch.cmake +0 -0
  348. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/FindEigen3.cmake +0 -0
  349. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  350. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/JoinPaths.cmake +0 -0
  351. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/check-style.sh +0 -0
  352. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/cmake_uninstall.cmake.in +0 -0
  353. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
  354. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/libsize.py +0 -0
  355. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/make_changelog.py +0 -0
  356. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/pybind11.pc.in +0 -0
  357. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/pybind11Common.cmake +0 -0
  358. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/pybind11Config.cmake.in +0 -0
  359. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +0 -0
  360. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/pybind11NewTools.cmake +0 -0
  361. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/pybind11Tools.cmake +0 -0
  362. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/pyproject.toml +0 -0
  363. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/setup_global.py.in +0 -0
  364. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/setup_main.py.in +0 -0
  365. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +0 -0
  366. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/src/comm.cpp +0 -0
  367. {touchlab_comm_py-0.2.2 → touchlab_comm_py-0.2.4}/src/touchlab_comm_py/__init__.py +0 -0
@@ -84,27 +84,27 @@ jobs:
84
84
  - os: [ ubuntu-24.04-arm ]
85
85
  python: 38
86
86
  platform_id: manylinux_aarch64
87
- manylinux_image: manylinux_2_28_aarch64
87
+ manylinux_image: manylinux_2_28
88
88
  - os: [ ubuntu-24.04-arm ]
89
89
  python: 39
90
90
  platform_id: manylinux_aarch64
91
- manylinux_image: manylinux_2_28_aarch64
91
+ manylinux_image: manylinux_2_28
92
92
  - os: [ ubuntu-24.04-arm ]
93
93
  python: 310
94
94
  platform_id: manylinux_aarch64
95
- manylinux_image: manylinux_2_28_aarch64
95
+ manylinux_image: manylinux_2_28
96
96
  - os: [ ubuntu-24.04-arm ]
97
97
  python: 311
98
98
  platform_id: manylinux_aarch64
99
- manylinux_image: manylinux_2_28_aarch64
99
+ manylinux_image: manylinux_2_28
100
100
  - os: [ ubuntu-24.04-arm ]
101
101
  python: 312
102
102
  platform_id: manylinux_aarch64
103
- manylinux_image: manylinux_2_28_aarch64
103
+ manylinux_image: manylinux_2_28
104
104
  - os: [ ubuntu-24.04-arm ]
105
105
  python: 313
106
106
  platform_id: manylinux_aarch64
107
- manylinux_image: manylinux_2_28_aarch64
107
+ manylinux_image: manylinux_2_28
108
108
  steps:
109
109
  - uses: actions/checkout@v4
110
110
  - name: Checkout submodules
@@ -124,6 +124,7 @@ jobs:
124
124
  CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
125
125
  CIBW_ARCHS: auto64
126
126
  CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
127
+ CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux_image }}
127
128
  - name: Store artifacts
128
129
  uses: actions/upload-artifact@v4
129
130
  with:
@@ -1,7 +1,7 @@
1
1
  cmake_minimum_required(VERSION 3.15.0)
2
2
  project(touchlab_comm_py)
3
3
 
4
- set(TOUCHLAB_COMM_VERSION 0.2.2)
4
+ set(TOUCHLAB_COMM_VERSION 0.2.4)
5
5
 
6
6
  find_package(Python COMPONENTS Interpreter Development)
7
7
  add_subdirectory(pybind11)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: touchlab_comm_py
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: Touchlab Driver Python Bindings
5
5
  Keywords: touchlab,communication,serial
6
6
  Author-Email: Vladimir Ivan <vlad@touchlab.com>
@@ -27,9 +27,9 @@ author = "Touchlab Robotics"
27
27
  html_logo = "images/touchlab_logo.png"
28
28
 
29
29
  # The short X.Y version.
30
- version = "0.2.2"
30
+ version = "0.2.4"
31
31
  # The full version, including alpha/beta/rc tags.
32
- release = "0.2.2"
32
+ release = "0.2.4"
33
33
 
34
34
  # The language for content autogenerated by Sphinx. Refer to documentation
35
35
  # for a list of supported languages.
@@ -46,6 +46,8 @@ def main():
46
46
  count = 0
47
47
  start = time.time()
48
48
  count += 1
49
+ except RuntimeError as e:
50
+ print(f"{e}")
49
51
  except KeyboardInterrupt:
50
52
  pass
51
53
 
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2025 Touchlab Limited. All Rights Reserved
1
+ // Copyright (c) 2026 Touchlab Limited. All Rights Reserved
2
2
  // Unauthorized copying or modifications of this file, via any medium is strictly prohibited.
3
3
 
4
4
  #ifndef TOUCHLAB_COMM__TOUCHLAB_COMM_HPP_
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
4
 
5
5
  [project]
6
6
  name = "touchlab_comm_py"
7
- version = "0.2.2"
7
+ version = "0.2.4"
8
8
  description = "Touchlab Driver Python Bindings"
9
9
  authors = [{name = "Vladimir Ivan", email = "vlad@touchlab.com"}]
10
10
  readme = "README.md"
@@ -67,7 +67,7 @@ def main():
67
67
 
68
68
 
69
69
  os.chdir('..')
70
- # subprocess.run(['rm', '-rf', 'tmp'])
70
+ subprocess.run(['rm', '-rf', 'tmp'])
71
71
 
72
72
 
73
73
  if __name__ == "__main__":