Skip to main content

Python bindings for WujiHandCpp

Project description

wujihandpy

License: MIT Release

Wuji Hand SDK: C++ core with Python bindings, for controlling and communicating with Wuji Hand. WujihandPy is the Python binding of WujihandCpp, providing an easy-to-use Python API for Wujihand dexterous-hand devices. Supports synchronous, asynchronous, unchecked operations and real-time control.

Get started with Quick Start. For detailed documentation, please refer to SDK Tutorial on Wuji Docs Center.

Repository Structure

├── src/                          # Python binding source code and C++ headers
│   ├── wujihandpy/               # Python package with type stubs
│   │   ├── __init__.py
│   │   └── _core/
│   ├── main.cpp
│   └── *.hpp
├── example/                      # Usage examples
│   ├── joint/                    # read / write / realtime / async / multithread / disconnect
│   │   ├── 1.read.py
│   │   ├── 2.write.py
│   │   ├── 3.realtime.py
│   │   ├── 4.async.py
│   │   ├── 5.multithread.py
│   │   └── 6.disconnect.py
│   ├── tactile/                  # Tactile sensing glove
│   │   └── basic.py
│   └── joint_with_tactile.py     # Drive both subsystems together
├── wujihandcpp/                  # Underlying C++ SDK implementation
│   ├── include/                  # C++ header files
│   │   └── wujihandcpp/
│   ├── src/                      # C++ source files
│   └── tests/
├── .github/
│   └── workflows/                # CI/CD automation
├── pyproject.toml
├── CMakeLists.txt
└── README.md

Quick Start

Installation

pip install wujihandpy

Linux USB permission:

echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0483", MODE="0666"' | \
sudo tee /etc/udev/rules.d/95-wujihand.rules && \
sudo udevadm control --reload-rules && sudo udevadm trigger

Basic Usage

import wujihandpy

hand = wujihandpy.Hand()

# Read all joint positions
positions = hand.read_joint_actual_position()

# Write target position to a joint
hand.finger(1).joint(0).write_joint_target_position(0.8)

Appendix

Performance and Optimization

While ensuring usability, WujihandPy has been optimized for performance and efficiency as much as possible.

We recommend prioritizing bulk read/write to maximize performance.

For scenarios that require smooth joint position control, be sure to use realtime_controller.

References

Contact

For any questions, please contact support@wuji.tech.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wujihandpy-1.7.0-cp314-cp314t-win_arm64.whl (947.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

wujihandpy-1.7.0-cp314-cp314t-win_amd64.whl (794.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

wujihandpy-1.7.0-cp314-cp314-win_arm64.whl (934.1 kB view details)

Uploaded CPython 3.14Windows ARM64

wujihandpy-1.7.0-cp314-cp314-win_amd64.whl (762.6 kB view details)

Uploaded CPython 3.14Windows x86-64

wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

wujihandpy-1.7.0-cp313-cp313-win_arm64.whl (907.1 kB view details)

Uploaded CPython 3.13Windows ARM64

wujihandpy-1.7.0-cp313-cp313-win_amd64.whl (742.1 kB view details)

Uploaded CPython 3.13Windows x86-64

wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

wujihandpy-1.7.0-cp312-cp312-win_arm64.whl (907.1 kB view details)

Uploaded CPython 3.12Windows ARM64

wujihandpy-1.7.0-cp312-cp312-win_amd64.whl (742.0 kB view details)

Uploaded CPython 3.12Windows x86-64

wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

wujihandpy-1.7.0-cp311-cp311-win_arm64.whl (905.8 kB view details)

Uploaded CPython 3.11Windows ARM64

wujihandpy-1.7.0-cp311-cp311-win_amd64.whl (738.9 kB view details)

Uploaded CPython 3.11Windows x86-64

wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

wujihandpy-1.7.0-cp310-cp310-win_arm64.whl (903.7 kB view details)

Uploaded CPython 3.10Windows ARM64

wujihandpy-1.7.0-cp310-cp310-win_amd64.whl (735.8 kB view details)

Uploaded CPython 3.10Windows x86-64

wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

wujihandpy-1.7.0-cp39-cp39-win_arm64.whl (904.7 kB view details)

Uploaded CPython 3.9Windows ARM64

wujihandpy-1.7.0-cp39-cp39-win_amd64.whl (748.1 kB view details)

Uploaded CPython 3.9Windows x86-64

wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

wujihandpy-1.7.0-cp38-cp38-win_amd64.whl (753.0 kB view details)

Uploaded CPython 3.8Windows x86-64

wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

File details

Details for the file wujihandpy-1.7.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 947.0 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 cf0d35ac6399d102cf5b9cdf500186864ae4ff8ea54ba3a03acbde886c77ca3b
MD5 764e88a97f667805684a3a305d1b6471
BLAKE2b-256 e40580499b463918e029c25b3857461b30ce7a08f791c790669f29d8554d8188

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314t-win_arm64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 794.7 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 df2b03b63e9116235eabbeaeda8f19dce2a542743157a76266fb71fb18b8e976
MD5 edd4feb62aaa7ced8b6554b357320c73
BLAKE2b-256 7b264aad05bd4988b3a96effd9d1cbf222d95b151d2a7769adf2ea9d3aa84d45

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314t-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c5728bf20f6a58c7aa69b43bc2fcf1014cdb3f3bc5c8e85c3426c14decb6907
MD5 67d3747a6e3fe02c77f0db903bd86633
BLAKE2b-256 30bdd205a06556e7e5860c82c165a516ee0766e280771f79132270ea2928ddc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ecc194debfa8ec1754ceeb979120b5082ab756153cc92ecdbc54d509f93899e3
MD5 24007ce889e1974237f05dc03def5b21
BLAKE2b-256 bdf27cfefc045168bd04beecf8facc9c0503cd8b7e4becfd83c28dd28daf86ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 934.1 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4b7882d6c3e1b227f103b3b1139b674617dc16e19400ffad139d7b6b8d14c652
MD5 bf17f5a9ebc1a09d9fea15f548b9eeac
BLAKE2b-256 929e5fd5e7274ba22365c13fec4c97408d1d56644cca60b82a77dff7d75be778

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314-win_arm64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 762.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 401ede237042c1a7eda569f67e08fd43d4d0a8d4b5c6695ec5fea273b32fef81
MD5 f01750e4d422a521d4e86df91c8a0f66
BLAKE2b-256 5afd56c6029c48ee60c13a7ce48af44933d2347a3fb040c7337abc79c2c3efe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f2955fcc86ddabb40481c2b9d1bfba0ca85293b157bd4ebb68e7ee581e0ff5af
MD5 9b0618dcd4be1cb6a359227be53e1f9b
BLAKE2b-256 2cb65de9d81e85aa844da26b84bf974c4a02f10422af1df40dbce01383a3d1e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fccfd165c9609881b2b9ec9e5dd978bf8f2a4bb477e3d5b0c5fc4df11fae0ab7
MD5 fdb8f2cb17ebc2b1150a305c78022250
BLAKE2b-256 d83b7e972282f0f257f8dadc3f1482c6c3ec2f299450978d780f2d2d6a3ac67c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 907.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 51c342d3ffb2d44886939a1128d7973c361d7d19ad9cbc13c60b9c9a1c492ae1
MD5 976feb0697dfe0627af8ee4ce7d30ce1
BLAKE2b-256 c19fc7f26bf38e6f012a7ab6155d6793fda4a108c326add53081df0c05124aed

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp313-cp313-win_arm64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 742.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 31390bb5fcfdf8b4e14a7b5b3531eb6854bda9fc5109bb26af533ee9d140dec8
MD5 321c1467c888159e06a2f93a658dec05
BLAKE2b-256 2bca28602e639be3f95dea8ad1a3121d69a4b43368e6c20f585621b1512174d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp313-cp313-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae442101af2989a1c28d78203723404a3f3a6349bfcef00bb7c19f89b71e61ed
MD5 8d835ef7f8e7f171fea7323a112f66cb
BLAKE2b-256 5d6fa6d31e219a53740759093fce5e5dc08c21cb310743efcde5a095f9ebb045

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f8ef3e002973aa468a447fc8b2a98716e7348f19111297355a909d0acb438a0
MD5 0d0db64dfc904d27c29ecce64697cd40
BLAKE2b-256 27d657173184fbe1b2117a5318838844cb4982122fdc27131abc3f5345bd4d96

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 907.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9dfffc11047b0e5d5a99e6f2d6cae21d6340c22988d454fba9bf85bba7ff055a
MD5 12bc27cdfe9894c807da5d1d9dd63feb
BLAKE2b-256 35a8319fb0420ab50b3a3a769e336fb977291335c64bac53dd4554957e46913e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp312-cp312-win_arm64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 742.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 42b94b581e9bc0bd4600e82947bade30168100ce3cceb220631a394472a0b618
MD5 6ce175c630b3201934e59012aadd9152
BLAKE2b-256 a37f2d1831d08462f081d20d58a000ca44a722b5222c8b6ec14108317a89ac3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp312-cp312-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8766d1bc4250609d7a6e50ef911768a97b00a411a873d271842d679c4f53e51d
MD5 263fdb49e4ded4d5a310d1a72c68d630
BLAKE2b-256 3ea1e65064b293b30828adc1364fd4e46555788d687246b9e537f5f5f17fee7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78132b1c503914977a5a36b188895c2e16c1d02f6a365ef94a9047fb37690764
MD5 bf789d14f7b85027427491537f24847c
BLAKE2b-256 98d9e48dc5c2863320f0d9d3256a6f5fcbbe830711c2041628efaf80a3b8deaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 905.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9c601f60a471545e81efd27b7e3a553a605b9f298b8917983ad0baf33c860d68
MD5 1e9bae3308e0ed6f5d555bd9011ab171
BLAKE2b-256 ec129d24afb1068684fa02a3bb35c4dbf73cad1398b8d0ee9fc020b6ed04f95f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp311-cp311-win_arm64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 738.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 76755fdedf3c4b2ee5aa19a46273f7d135e4b96558e7d9cfd06a1eb5091701a8
MD5 c7128c87d25c42b3e9dc01fb04820a5d
BLAKE2b-256 9e0449f6abf8fc369d99ae645a727b61b37bbcf72534747723fa82bbc6cf1024

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp311-cp311-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f557cb57aeb2cafb695c6b6f8ca7422bf9b89d0c8f571c6ae4d0f54376ef8c51
MD5 03bf26cf495bb50c754c2943099c9fc1
BLAKE2b-256 a091099df6f1bce10020f6b80a1932f550e6f4b7c22d50d075f372bf00a17b66

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 458ed099cca2118ce0943ad44a5c18c3ed21fb8e49b89299809f620a7cd2ae75
MD5 b23e2b0776c581218f0fae612d768bf5
BLAKE2b-256 573b3a053473f08a12c112789e98298bab9581319f485d6c27011bd72afd0894

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 903.7 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 528cda4b6a11acdfecbee52915e7711e569bce8681f8d1264b0385c7d02785cc
MD5 e34829f4bf6b5a50b44ba38c6cb0ed18
BLAKE2b-256 3e2adbf62a1f3762e9cc1974748ebfb5f906b6cc8f77f9f536660c2b6c0372b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp310-cp310-win_arm64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 735.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a12dab60a64c6d466d439fb27145433e2f5262217b2b843a137fcbe64f087590
MD5 2e02f4984c0b6a88fc92b6b3efc7660a
BLAKE2b-256 f4516f330e93080fdccd511a8d503c3c82a8bed298a3c8b790ce01ad31f595eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp310-cp310-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 792de54406900f04248b546e4e95855633de4f46fafe656a06b79ec733ff9d25
MD5 9cb20095e2c7a21630ff09309ad40def
BLAKE2b-256 6777920ba319717c8cd4555e8079c5900f9bcca08022865ce4dde8f4fd19eddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b1cf49bded85be7f60649c89a2f147769f3d19cfeef01f1bd84ab740cc68138
MD5 805812736c7d9136b5e7ba1c29db6e07
BLAKE2b-256 dfb02c54809835ad692fcfbe295c030e0b67c8e36e0722dc4ecb652fc1abc90b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 904.7 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 0c08be10cacd59506738d77738c10af2754c3fe526ffbca7c5bcf38ec4cbe7a3
MD5 eea47b0eb96cdd6096ee154c8676768e
BLAKE2b-256 9dd39023bf8811114ca805aeae2a523357ff008e093a183344347eb092b04e39

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp39-cp39-win_arm64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 748.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 af9e8852166e8f5ea6c10cfbfef88909ce9aa619f85da6b4b4621b325bea95c6
MD5 9fb355ebe313bced7ce7833b1336cc46
BLAKE2b-256 085b69c67fd3c77673ed750cf71f6e689269ae5cc5e67e09352f1b5647d48b10

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp39-cp39-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e38cebf7c6b26f59af5ce08ec3565eaf0c78fe01e5f5dddfac16613b186da911
MD5 4d6b9a58d91f2c92aac4d27a04e8cafb
BLAKE2b-256 c343977543b894814bd19ba186a06fdf273d86fe8e8ebc847c7562dbc6281926

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3dd04b28d4155acc75d593fc48b014a97ce71316a1aee75460be6b8401e51e7
MD5 e0dc027d6dda8f02483e2a8889fb61a0
BLAKE2b-256 e020a9a405525d79c63619ca10d4c8dd6b43a56727a5d13609467a68675b854c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: wujihandpy-1.7.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 753.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wujihandpy-1.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 126c2c694817289e29c0ff3cacf238c5a0dc2168ad7e7280b12b482251f8b32b
MD5 bd9b49d1aa7922c02f3d7b28a86cacb8
BLAKE2b-256 a2d2a2c3140bde2c3b0d6691d39d85e73b19fc77c75a0ac58f8cd2ae07d31e2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp38-cp38-win_amd64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12a206bc62c143a5a316af25d27d50cf8f9eb7ad716836e70b3bbfff4d450c66
MD5 c982e377d6f23f24038375b2756c5bb3
BLAKE2b-256 aee346f68e79d00ab8a519cad3ec49ec0b8938e4d56199bce0de87b510b42573

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_x86_64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4e8181474e8a31d3c8e67f9365e7840530c7a4e80a8f5eb5dcc16dc4fa37168
MD5 6ae3d1bb61cba7599a5365c02fc03788
BLAKE2b-256 5083aa334d9a0881b59665b471846406a2038f4e77dea25db796b382547bf056

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.7.0-cp38-cp38-manylinux_2_28_aarch64.whl:

Publisher: release-package.yml on wuji-technology/wujihandpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page