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/
│   ├── wujihandpy/
│   │   ├── __init__.py
│   │   └── _core/
│   ├── main.cpp
│   └── *.hpp
├── example/
│   ├── 1.read.py
│   ├── 2.write.py
│   ├── 3.realtime.py
│   ├── 4.async.py
│   └── 5.multithread.py
├── wujihandcpp/
│   ├── include/
│   │   └── wujihandcpp/
│   ├── src/
│   └── tests/
├── .github/
│   └── workflows/
├── pyproject.toml
├── CMakeLists.txt
└── README.md

Directory Description

Directory Description
src/ Python binding source code and C++ headers
src/wujihandpy/ Python package with type stubs
example/ Usage examples for read, write, realtime, and async operations
wujihandcpp/ Underlying C++ SDK implementation
wujihandcpp/include/ C++ header files
wujihandcpp/src/ C++ source files
.github/workflows/ CI/CD automation

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.5.1-cp314-cp314t-win_arm64.whl (918.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

wujihandpy-1.5.1-cp314-cp314t-win_amd64.whl (772.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

wujihandpy-1.5.1-cp314-cp314t-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp314-cp314t-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

wujihandpy-1.5.1-cp314-cp314-win_arm64.whl (903.8 kB view details)

Uploaded CPython 3.14Windows ARM64

wujihandpy-1.5.1-cp314-cp314-win_amd64.whl (743.6 kB view details)

Uploaded CPython 3.14Windows x86-64

wujihandpy-1.5.1-cp314-cp314-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp314-cp314-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

wujihandpy-1.5.1-cp313-cp313-win_arm64.whl (877.9 kB view details)

Uploaded CPython 3.13Windows ARM64

wujihandpy-1.5.1-cp313-cp313-win_amd64.whl (722.3 kB view details)

Uploaded CPython 3.13Windows x86-64

wujihandpy-1.5.1-cp313-cp313-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp313-cp313-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

wujihandpy-1.5.1-cp312-cp312-win_arm64.whl (878.1 kB view details)

Uploaded CPython 3.12Windows ARM64

wujihandpy-1.5.1-cp312-cp312-win_amd64.whl (722.1 kB view details)

Uploaded CPython 3.12Windows x86-64

wujihandpy-1.5.1-cp312-cp312-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp312-cp312-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

wujihandpy-1.5.1-cp311-cp311-win_arm64.whl (877.4 kB view details)

Uploaded CPython 3.11Windows ARM64

wujihandpy-1.5.1-cp311-cp311-win_amd64.whl (719.3 kB view details)

Uploaded CPython 3.11Windows x86-64

wujihandpy-1.5.1-cp311-cp311-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp311-cp311-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

wujihandpy-1.5.1-cp310-cp310-win_arm64.whl (877.9 kB view details)

Uploaded CPython 3.10Windows ARM64

wujihandpy-1.5.1-cp310-cp310-win_amd64.whl (718.6 kB view details)

Uploaded CPython 3.10Windows x86-64

wujihandpy-1.5.1-cp310-cp310-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp310-cp310-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

wujihandpy-1.5.1-cp39-cp39-win_arm64.whl (877.9 kB view details)

Uploaded CPython 3.9Windows ARM64

wujihandpy-1.5.1-cp39-cp39-win_amd64.whl (732.3 kB view details)

Uploaded CPython 3.9Windows x86-64

wujihandpy-1.5.1-cp39-cp39-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp39-cp39-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

wujihandpy-1.5.1-cp38-cp38-win_amd64.whl (735.2 kB view details)

Uploaded CPython 3.8Windows x86-64

wujihandpy-1.5.1-cp38-cp38-manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

wujihandpy-1.5.1-cp38-cp38-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

File details

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

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9d7852c7a823c24e3d30662965bfbdd8eba215f12a8216c5bed5940053645639
MD5 ea1d5e0f5591d67622fdbc5861482a93
BLAKE2b-256 997f3b9d3a134aba6309ebd7b8e339cc3864598319ffd61f311c4b2cff95ba26

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 dd26861f0fc89c074336295aad99c6f75c32ffbc89f8eaba396ed9525545238f
MD5 832d56e7203ee92258af1f5bdfb5161e
BLAKE2b-256 87b326bf7d9fbefd48707e62e01efbdd8cedc927a354f172a74271d290580593

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cbe6eb97e4df5e0ef103524e9f7780f7766cd775be14281e4272d1c6f5874e5
MD5 ea2ceb5901d7d35843e0b2fcc6fd1047
BLAKE2b-256 effeac2306e8ddc2b89341e46744e816c96629ddb3774d2061ff79620fff733e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea047d594ea3c724567e8798a556fae136bc51291d80045c0332478b2cc6684c
MD5 39c12db1c3274d43875e042f1610fe41
BLAKE2b-256 a3f0e6abd7ee453b5110bc3426000496cbc9355600a9b0795d944010e29358ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp314-cp314-win_arm64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b2a8fff2d8427226c8c9a3cb9520c914df4848c4dbd5e83ddbb65055a341e0d5
MD5 ae0d09f40b40ae0f3babbb6e3bc115ca
BLAKE2b-256 6028edd1d2030987dd06669622a1b432bbecc55932264fa048fe99f96f682c44

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1154024dada705ffe7900e3a2bbf5afc6e24323ad9e9f7496de0f74f4fde7c43
MD5 1aeb715f55235989c57f8f9ceca93841
BLAKE2b-256 cc53b16e671fe6fb1410e888ab36b0888bebbe08b4d175b6b795cc3de8ddc541

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4efd47ddf39eec9b9760a6b0ce2146ac18a89c71801178650287af4dc6e2f23b
MD5 c1db894fea122f27c156e11daf0985c1
BLAKE2b-256 a15d16b09db33a498bd767a2554e235785488b332d62dceba70793c17755709e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d82fcd2c39b8cbbb36c22764af1af0b1b33ae13cf86b104fc5961db37ddb4315
MD5 cccb324a59bb50d102d37aad128a11be
BLAKE2b-256 e740abd9d38e784ba8307e0721a28bb81c5923ee9ebea0919ab48284c8ad5eb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp313-cp313-win_arm64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b4a67e81416b0dd098da12e581f24a797342883e76b2a3dc497bc210883f627c
MD5 d024f7777171fdb23c6ccea6f537a6d2
BLAKE2b-256 f2452b92b07cd607a57a32f6741017c8be4a8408e70e4ad9d8c97ae18234a6dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 561d3f62cce180a5a893f18739e4a57a14e997d3ab8d5cb95fd2f1ce61187b10
MD5 684bfafe1a45fa9cbbdf9011def8df66
BLAKE2b-256 e4fcade9a70e4cfbe360aa6d291fd177734a9651ce80ab596a6144d783cad833

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7b763019dd009422a232929f688e1489a16c63a49b3cadfba70cabadcd81a2b
MD5 49db610f00bdcae233d7bfef7b8eefa1
BLAKE2b-256 68f36287cd77a93b560263b5e1942e21d1dbe81282d1c2a523281bc2944b00b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61fe7de4da578fd609840a26c0d642e188e50b425649dd4d4a30fde3e4f38263
MD5 24739841b5f2f52b059bde9bc1474a9c
BLAKE2b-256 4eba18992faf900c1d75dbca3d0904448ab544caf6df0a96c91f6e11eec5c969

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp312-cp312-win_arm64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 93673748af9810c61f16a6a5cba26b6ef2f372be14154f521bf1ea5cdb054328
MD5 9ac7bad0790628775e0756dd79bd56da
BLAKE2b-256 11f2995bfb1901da46731cac53f4640229c16ab56aaebc074ae3fc8dbcebc208

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6f20255751ea63c2a1be66886c6ac444b845c04eb727cf2ab29113ae77c57f54
MD5 36ed22470fcd6432e523bb58eb216f74
BLAKE2b-256 d8859a903a7c1699e4f2db2fc6174f59719f0b6b05007118aee78004de336dc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b4cea338aa8b12541d6a78bfd46832d1471a6a8b364cb7be8bea94431805eec
MD5 c4609bdafb3175169f92209807e63367
BLAKE2b-256 5dc8e59d3ef074647b35705ae4c5dde0772c74fde83899c181e8e948634c9609

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d01d8643a9d2597687be86a9a3b721c76799da70f0dc1415c7f783a3c7ea1f1
MD5 abafd5913b6543a44bd5eb3b678c1645
BLAKE2b-256 34958a628e94272690d47604de4118745567c82b102a42f4d52b663d9a404bd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp311-cp311-win_arm64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e02c2eca83e53f2c7abe785084c8a7dd7b915ead10a045901ab842508fb4b082
MD5 e3227ec972079adcfde23e9547afc878
BLAKE2b-256 7af519539605e51207e31a4dcdb2f9fe14641beefffbb6f4964ef0be75f7e2bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b5d172bd5f669e027da0b7286f5ca4c324b6b35311903030096517dc9d90710f
MD5 571b6730fae8258ee10d69fc7f44a238
BLAKE2b-256 02f331d1f4c96f010287070c382942fba138c1c77a9fb314e4ee55f17db2f6aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf4fceccb5450c5a6b498281a53d760b898acb547e0a22a00223cea11ff30630
MD5 2b6b20ae900e893cb542e4e3b2a1a04e
BLAKE2b-256 5d58cbe3c7107f45b2ec54cf26dd82bf0791d36576d214892e3bf6692e63bb29

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 74649d0866de937d6ba02da2ff49be030d4e9d400bdae4039f9caeff67f9f49a
MD5 282180371b142476cfed82a5acd15ddb
BLAKE2b-256 b5e0c4fd0a5ea676ae33399ddf41c4f3c1a91567e0e2d2d89d406ef280ddffb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp310-cp310-win_arm64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b12e5c98973d3fe7407c898a5da98ca0d717686e722899a8b6e617b570e147ad
MD5 f9b9fbd1b975e439d6230e8ee42b9481
BLAKE2b-256 5981ee3b38483b2380617454ddddd2802ccb9830d74e7c37d570edf0deb6f2b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7f939778f2c03a153278650e8ab732343651b3da2e3b43ae6608bf5716640fd8
MD5 6b54538ce9f09690bca365a964e33ffc
BLAKE2b-256 97e4b4691c0e5f57d63d3475c12169a9890157972a94124db3220b267e9d84a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01855d609ee0878016e56b24d3a68524cd8f57bbf5c4464d69958d51ce0c3974
MD5 ca5faaa5a1c4ec5ed52cfc5663fef948
BLAKE2b-256 9cc9bee5c4819db8c344be302fbaf62fcfd91f17a4d7540bf6d78bbf9bb6b825

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 20449a96b00ebcad78b7450c353c0b0483e16bece4365b9aa18ba597c18164fd
MD5 85fc1bd8b783cb80a67dd6e76611acb5
BLAKE2b-256 507d7a6be9db779faaff322edced8f7976e2ec33910ca9227ee7ab93c51954d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp39-cp39-win_arm64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 0aacc99603cf5c8b1b3141dcd016aadc90f7f2096b98ebcfc1c301f5fc1727ba
MD5 3fb74ca22dd21cfbb6bf5e37625ac3f8
BLAKE2b-256 a43084c9a5be4d0f076872bba6ccd980082ecc140d8c8e797ccc29b8d7df1124

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c2df4014ede6e40137e53e35727f8e0d8044bdc015a12ed372b3723536b289dd
MD5 3fc0960ea59d6f6835c5c7b49339a673
BLAKE2b-256 cc91a8c1a8bda3fed5a5eb6368a62f5fe0b73b131a69b1fa3f80108a3a8fe6dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 640a4e6a7089ad5f6913519731b99ddb303b25c09d3c089ccb0a7de63d3e786c
MD5 c2f9f37ac266bcfbd64b67ca1b1345b8
BLAKE2b-256 9d7cae8fefd27399dc9d08f04615697bb787e1248445f75e33150aa732b69235

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7369e6b8febc7a5e1725fef833a19394b65c4ebd3f4c72e081dc8d3fde622953
MD5 3e461d077c9fb776c1ed8d3226958847
BLAKE2b-256 ed504d6ecb2f42520bc6fc1254d861d83b2ebd3d7b6ba07e12c61eb4ea3d5b46

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for wujihandpy-1.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 94936a2b63d75d4bf82ce33a29c24d0fb6b1db1e1f99c06a8a625d86ecc839b5
MD5 dc4b4b5408ae1cc4229c501c1087fc71
BLAKE2b-256 44c2ba9471c0a3c44b0edebea5aec8c3e487d30cd048916c4db114ceb38f4ce6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1817c4f76d4b39a97e4d7da1f3f6ff72b30bdcfeadefc7f866c69eae075d2f4b
MD5 ee40293ea5f2df8ab6bb28bba7316478
BLAKE2b-256 14152c9631a940e466770f4f6c0931a95a52342dfc4c9fd69efa2ddf7946008f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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.5.1-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wujihandpy-1.5.1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c392771f2401e8f00116d4da9a62f53531c196abaaee5c4a0faafec74202347
MD5 a4998d4a5bf9a922a317ec4d1e628863
BLAKE2b-256 4323a5f40e647aac053922e13500a6fa99da6df7a35faba572807bbf67fe9643

See more details on using hashes here.

Provenance

The following attestation bundles were made for wujihandpy-1.5.1-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