touchlab-comm-py 0.2.0__tar.gz → 0.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.
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/.github/workflows/release.yml +26 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/CMakeLists.txt +9 -3
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/PKG-INFO +1 -1
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/conf.py +2 -2
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/examples/example.py +1 -0
- touchlab_comm_py-0.2.2/lib/linux-arm64/libtouchlab_comm_static.a +0 -0
- {touchlab_comm_py-0.2.0/lib → touchlab_comm_py-0.2.2/lib/linux-x86}/libtouchlab_comm_static.a +0 -0
- {touchlab_comm_py-0.2.0/lib → touchlab_comm_py-0.2.2/lib/win}/touchlab_comm_static.lib +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pyproject.toml +1 -1
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/update_libs +21 -7
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/.gitignore +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/.gitmodules +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/LICENSE.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/README.md +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/Makefile +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/_templates/layout.html +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/api.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/css/custom.css +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/example.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/images/touchlab_logo.png +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/index.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/docs/strip.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/examples/example_flash.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/examples/example_translate.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/include/touchlab_comm/touchlab_comm.hpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.appveyor.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.clang-format +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.clang-tidy +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.cmake-format.yaml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.codespell-ignore-lines +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.gitattributes +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/CODEOWNERS +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/CONTRIBUTING.md +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/dependabot.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/labeler.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/labeler_merged.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/matchers/pylint.json +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/pull_request_template.md +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/ci.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/configure.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/emscripten.yaml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/format.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/labeler.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/pip.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/upstream.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.gitignore +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.pre-commit-config.yaml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.readthedocs.yml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/LICENSE +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/MANIFEST.in +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/README.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/SECURITY.md +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/Doxyfile +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/_static/css/custom.css +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/chrono.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/custom.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/eigen.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/functional.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/index.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/overview.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/stl.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/strings.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/classes.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/deadlock.md +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/deprecated.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/embedding.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/exceptions.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/functions.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/misc.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/pycpp/index.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/pycpp/numpy.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/pycpp/object.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/pycpp/utilities.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/smart_ptrs.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/basics.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/benchmark.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/benchmark.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/changelog.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/classes.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/cmake/index.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/compiling.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/conf.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/faq.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/index.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/installing.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/limitations.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11-logo.png +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python1.png +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python1.svg +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python2.png +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python2.svg +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/reference.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/release.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/requirements.in +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/requirements.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/upgrade.rst +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/attr.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/buffer_info.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/cast.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/chrono.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/common.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/complex.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/conduit/README.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/conduit/wrap_include_python_h.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/class.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/common.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/cpp_conduit.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/descr.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/exception_translation.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/function_record_pyobject.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/init.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/internals.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/native_enum_data.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/pybind11_namespace_macros.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/struct_smart_holder.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/typeid.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/using_smart_holder.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/value_and_holder.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/eigen/common.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/eigen/matrix.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/eigen/tensor.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/eigen.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/embed.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/eval.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/functional.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/gil.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/gil_simple.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/iostream.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/native_enum.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/numpy.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/operators.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/options.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/pybind11.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/pytypes.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/stl/filesystem.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/stl.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/stl_bind.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/trampoline_self_life_support.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/typing.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/warnings.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/noxfile.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/pybind11/__init__.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/pybind11/__main__.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/pybind11/_version.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/pybind11/commands.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/pybind11/py.typed +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/pybind11/setup_helpers.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/pyproject.toml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/setup.cfg +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/setup.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/conftest.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/constructor_stats.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/cross_module_gil_utils.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/cross_module_interleaved_error_already_set.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/custom_exceptions.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/eigen_tensor_avoid_stl_array.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/env.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/exo_planet_c_api.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/exo_planet_pybind11.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/extra_python_package/pytest.ini +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/extra_python_package/test_files.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/extra_setuptools/pytest.ini +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/extra_setuptools/test_setuphelper.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/home_planet_very_lonely_traveler.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/local_bindings.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/object.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pure_cpp/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pure_cpp/smart_holder_poc.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pure_cpp/smart_holder_poc_test.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pybind11_cross_module_tests.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pybind11_tests.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pybind11_tests.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pyproject.toml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/pytest.ini +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/requirements.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_async.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_async.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_buffers.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_buffers.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_builtin_casters.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_builtin_casters.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_call_policies.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_call_policies.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_callbacks.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_callbacks.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_chrono.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_chrono.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_release_gil_before_calling_cpp_dtor.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_release_gil_before_calling_cpp_dtor.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_basic.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_basic.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_disowning.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_disowning.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_disowning_mi.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_disowning_mi.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_factory_constructors.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_factory_constructors.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_inheritance.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_inheritance.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_mi_thunks.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_mi_thunks.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_property.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_property.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_property_non_owning.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_property_non_owning.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_shared_ptr_copy_move.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_shared_ptr_copy_move.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_basic.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_basic.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_self_life_support.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_self_life_support.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_shared_from_this.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_shared_from_this.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_shared_ptr_cpp_arg.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_shared_ptr_cpp_arg.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_unique_ptr.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_trampoline_unique_ptr.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_unique_ptr_custom_deleter.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_unique_ptr_custom_deleter.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_unique_ptr_member.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_unique_ptr_member.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_virtual_py_cpp_mix.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_class_sh_virtual_py_cpp_mix.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/embed.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/main.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cmake_build/test.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_const_name.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_const_name.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_constants_and_functions.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_constants_and_functions.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_copy_move.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_copy_move.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cpp_conduit.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cpp_conduit.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cpp_conduit_traveler_bindings.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_cpp_conduit_traveler_types.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_custom_type_casters.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_custom_type_casters.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_custom_type_setup.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_custom_type_setup.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_docs_advanced_cast_custom.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_docs_advanced_cast_custom.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_docstring_options.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_docstring_options.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eigen_matrix.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eigen_matrix.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eigen_tensor.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eigen_tensor.inl +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eigen_tensor.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_embed/CMakeLists.txt +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_embed/catch.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_embed/external_module.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_embed/test_interpreter.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_embed/test_interpreter.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_embed/test_trampoline.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_enum.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_enum.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eval.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eval.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_eval_call.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_exceptions.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_exceptions.h +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_exceptions.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_factory_constructors.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_factory_constructors.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_gil_scoped.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_gil_scoped.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_iostream.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_iostream.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_kwargs_and_defaults.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_kwargs_and_defaults.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_local_bindings.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_local_bindings.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_methods_and_attributes.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_methods_and_attributes.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_modules.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_modules.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_multiple_inheritance.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_multiple_inheritance.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_native_enum.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_native_enum.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_numpy_array.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_numpy_array.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_numpy_dtypes.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_numpy_dtypes.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_numpy_vectorize.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_numpy_vectorize.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_opaque_types.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_opaque_types.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_operator_overloading.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_operator_overloading.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_pickling.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_pickling.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_python_multiple_inheritance.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_python_multiple_inheritance.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_pytypes.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_pytypes.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_sequences_and_iterators.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_sequences_and_iterators.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_smart_ptr.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_smart_ptr.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_stl.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_stl.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_stl_binders.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_stl_binders.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_tagbased_polymorphic.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_tagbased_polymorphic.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_thread.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_thread.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_type_caster_pyobject_ptr.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_type_caster_pyobject_ptr.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_type_caster_std_function_specializations.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_type_caster_std_function_specializations.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_union.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_union.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_unnamed_namespace_a.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_unnamed_namespace_a.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_unnamed_namespace_b.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_unnamed_namespace_b.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_vector_unique_ptr_member.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_vector_unique_ptr_member.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_virtual_functions.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_virtual_functions.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_warnings.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/test_warnings.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/valgrind-numpy-scipy.supp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/valgrind-python.supp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/FindCatch.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/FindEigen3.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/FindPythonLibsNew.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/JoinPaths.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/check-style.sh +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/cmake_uninstall.cmake.in +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/libsize.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/make_changelog.py +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/pybind11.pc.in +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/pybind11Common.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/pybind11Config.cmake.in +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/pybind11NewTools.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/pybind11Tools.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/pyproject.toml +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/setup_global.py.in +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/setup_main.py.in +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/src/comm.cpp +0 -0
- {touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/src/touchlab_comm_py/__init__.py +0 -0
|
@@ -79,6 +79,32 @@ jobs:
|
|
|
79
79
|
python: 313
|
|
80
80
|
platform_id: manylinux_x86_64
|
|
81
81
|
manylinux_image: manylinux_2_28
|
|
82
|
+
|
|
83
|
+
# Linux ARM64 bit manylinux_2_28
|
|
84
|
+
- os: [ ubuntu-24.04-arm ]
|
|
85
|
+
python: 38
|
|
86
|
+
platform_id: manylinux_aarch64
|
|
87
|
+
manylinux_image: manylinux_2_28_aarch64
|
|
88
|
+
- os: [ ubuntu-24.04-arm ]
|
|
89
|
+
python: 39
|
|
90
|
+
platform_id: manylinux_aarch64
|
|
91
|
+
manylinux_image: manylinux_2_28_aarch64
|
|
92
|
+
- os: [ ubuntu-24.04-arm ]
|
|
93
|
+
python: 310
|
|
94
|
+
platform_id: manylinux_aarch64
|
|
95
|
+
manylinux_image: manylinux_2_28_aarch64
|
|
96
|
+
- os: [ ubuntu-24.04-arm ]
|
|
97
|
+
python: 311
|
|
98
|
+
platform_id: manylinux_aarch64
|
|
99
|
+
manylinux_image: manylinux_2_28_aarch64
|
|
100
|
+
- os: [ ubuntu-24.04-arm ]
|
|
101
|
+
python: 312
|
|
102
|
+
platform_id: manylinux_aarch64
|
|
103
|
+
manylinux_image: manylinux_2_28_aarch64
|
|
104
|
+
- os: [ ubuntu-24.04-arm ]
|
|
105
|
+
python: 313
|
|
106
|
+
platform_id: manylinux_aarch64
|
|
107
|
+
manylinux_image: manylinux_2_28_aarch64
|
|
82
108
|
steps:
|
|
83
109
|
- uses: actions/checkout@v4
|
|
84
110
|
- name: Checkout submodules
|
|
@@ -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.
|
|
4
|
+
set(TOUCHLAB_COMM_VERSION 0.2.2)
|
|
5
5
|
|
|
6
6
|
find_package(Python COMPONENTS Interpreter Development)
|
|
7
7
|
add_subdirectory(pybind11)
|
|
@@ -21,12 +21,18 @@ if(APPLE)
|
|
|
21
21
|
message(FATAL_ERROR "Mac is not supported")
|
|
22
22
|
elseif(UNIX)
|
|
23
23
|
# If unix
|
|
24
|
+
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64|arm64)$")
|
|
25
|
+
target_link_libraries(touchlab_comm_py PRIVATE ${CMAKE_CURRENT_LIST_DIR}/lib/linux-arm64/libtouchlab_comm_static.a)
|
|
26
|
+
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64|AMD64)$")
|
|
27
|
+
target_link_libraries(touchlab_comm_py PRIVATE ${CMAKE_CURRENT_LIST_DIR}/lib/linux-x86/libtouchlab_comm_static.a)
|
|
28
|
+
else()
|
|
29
|
+
message(ERROR "Unsupported architecture: ${CMAKE_SYSTEM_PROCESSOR}")
|
|
30
|
+
endif()
|
|
24
31
|
message(STATUS "Linking linux library")
|
|
25
|
-
target_link_libraries(touchlab_comm_py PRIVATE ${CMAKE_CURRENT_LIST_DIR}/lib/libtouchlab_comm_static.a)
|
|
26
32
|
else()
|
|
27
33
|
# If windows
|
|
28
34
|
message(STATUS "Linking windows library")
|
|
29
|
-
target_link_libraries(touchlab_comm_py PRIVATE ${CMAKE_CURRENT_LIST_DIR}/lib/touchlab_comm_static.lib)
|
|
35
|
+
target_link_libraries(touchlab_comm_py PRIVATE ${CMAKE_CURRENT_LIST_DIR}/lib/win/touchlab_comm_static.lib)
|
|
30
36
|
endif()
|
|
31
37
|
set_property(TARGET touchlab_comm_py PROPERTY POSITION_INDEPENDENT_CODE ON)
|
|
32
38
|
target_compile_definitions(touchlab_comm_py PRIVATE VERSION_INFO=${TOUCHLAB_COMM_VERSION})
|
|
@@ -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.
|
|
30
|
+
version = "0.2.2"
|
|
31
31
|
# The full version, including alpha/beta/rc tags.
|
|
32
|
-
release = "0.2.
|
|
32
|
+
release = "0.2.2"
|
|
33
33
|
|
|
34
34
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
|
35
35
|
# for a list of supported languages.
|
|
Binary file
|
{touchlab_comm_py-0.2.0/lib → touchlab_comm_py-0.2.2/lib/linux-x86}/libtouchlab_comm_static.a
RENAMED
|
Binary file
|
|
Binary file
|
|
@@ -31,29 +31,43 @@ def main():
|
|
|
31
31
|
if not os.path.exists('tmp'):
|
|
32
32
|
os.mkdir('tmp')
|
|
33
33
|
os.chdir('tmp')
|
|
34
|
+
if not os.path.exists('../lib'):
|
|
35
|
+
os.mkdir('../lib')
|
|
36
|
+
to_download = {
|
|
37
|
+
'touchlab_comm.zip': 'win',
|
|
38
|
+
'touchlab_comm.tar.gz': 'linux-x86',
|
|
39
|
+
'touchlab_comm-arm64.tar.gz': 'linux-arm64'}
|
|
34
40
|
for asset in assets:
|
|
35
|
-
if asset.name
|
|
41
|
+
if asset.name in to_download.keys():
|
|
42
|
+
out_dir = to_download[asset.name]
|
|
43
|
+
if not os.path.exists(f'../lib/{out_dir}'):
|
|
44
|
+
os.mkdir(f'../lib/{out_dir}')
|
|
45
|
+
if not os.path.exists(out_dir):
|
|
46
|
+
os.mkdir(out_dir)
|
|
47
|
+
os.chdir(out_dir)
|
|
36
48
|
print(f"Downloading {asset.name}...")
|
|
37
49
|
asset.download_asset(asset.name)
|
|
38
50
|
print(f"Downloaded {asset.name}.")
|
|
39
51
|
print(f"Unzipping {asset.name}...")
|
|
52
|
+
do_copy = True
|
|
40
53
|
if asset.name.endswith('.zip'):
|
|
41
54
|
subprocess.run(['unzip', '-o', '-q', asset.name])
|
|
42
55
|
elif asset.name.endswith('.tar.gz'):
|
|
43
56
|
subprocess.run(['tar', '-xzf', asset.name])
|
|
44
57
|
else:
|
|
58
|
+
do_copy = False
|
|
45
59
|
print(f"Unknown file type for {asset.name}.")
|
|
60
|
+
if do_copy:
|
|
61
|
+
print(f"Copying binaries...")
|
|
62
|
+
subprocess.run('cp -r include ../../', shell=True)
|
|
63
|
+
subprocess.run(f'cp lib/*.a lib/*.lib ../../lib/{out_dir}/', shell=True)
|
|
64
|
+
os.chdir('..')
|
|
46
65
|
else:
|
|
47
66
|
print(f"Skipping {asset.name}")
|
|
48
67
|
|
|
49
|
-
print(f"Copying binaries...")
|
|
50
|
-
if not os.path.exists('../lib'):
|
|
51
|
-
os.mkdir('../lib')
|
|
52
|
-
subprocess.run('cp -r include ../', shell=True)
|
|
53
|
-
subprocess.run('cp lib/*.a lib/*.lib ../lib/', shell=True)
|
|
54
68
|
|
|
55
69
|
os.chdir('..')
|
|
56
|
-
subprocess.run(['rm', '-rf', 'tmp'])
|
|
70
|
+
# subprocess.run(['rm', '-rf', 'tmp'])
|
|
57
71
|
|
|
58
72
|
|
|
59
73
|
if __name__ == "__main__":
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
RENAMED
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/ISSUE_TEMPLATE/config.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/.github/workflows/emscripten.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/cast/functional.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/advanced/pycpp/utilities.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python1.png
RENAMED
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python1.svg
RENAMED
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python2.png
RENAMED
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/docs/pybind11_vs_boost_python2.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/conduit/README.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/cpp_conduit.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/detail/internals.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/gil_safe_call_once.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/include/pybind11/stl/filesystem.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/extra_python_package/pytest.ini
RENAMED
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/extra_python_package/test_files.py
RENAMED
|
File without changes
|
{touchlab_comm_py-0.2.0 → touchlab_comm_py-0.2.2}/pybind11/tests/extra_setuptools/pytest.ini
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|