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

Uploaded CPython 3.14tWindows ARM64

wujihandpy-1.6.0-cp314-cp314t-win_amd64.whl (789.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

wujihandpy-1.6.0-cp314-cp314-win_arm64.whl (923.3 kB view details)

Uploaded CPython 3.14Windows ARM64

wujihandpy-1.6.0-cp314-cp314-win_amd64.whl (758.2 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

wujihandpy-1.6.0-cp313-cp313-win_arm64.whl (896.6 kB view details)

Uploaded CPython 3.13Windows ARM64

wujihandpy-1.6.0-cp313-cp313-win_amd64.whl (736.8 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

wujihandpy-1.6.0-cp312-cp312-win_arm64.whl (896.6 kB view details)

Uploaded CPython 3.12Windows ARM64

wujihandpy-1.6.0-cp312-cp312-win_amd64.whl (736.9 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

wujihandpy-1.6.0-cp311-cp311-win_arm64.whl (894.7 kB view details)

Uploaded CPython 3.11Windows ARM64

wujihandpy-1.6.0-cp311-cp311-win_amd64.whl (734.3 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

wujihandpy-1.6.0-cp310-cp310-win_arm64.whl (892.8 kB view details)

Uploaded CPython 3.10Windows ARM64

wujihandpy-1.6.0-cp310-cp310-win_amd64.whl (731.7 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

wujihandpy-1.6.0-cp39-cp39-win_arm64.whl (893.6 kB view details)

Uploaded CPython 3.9Windows ARM64

wujihandpy-1.6.0-cp39-cp39-win_amd64.whl (744.6 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

wujihandpy-1.6.0-cp38-cp38-win_amd64.whl (748.6 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

wujihandpy-1.6.0-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.6.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: wujihandpy-1.6.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 936.1 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.6.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 21e9e343d2595ac7b4cfa618d8d4bba73a8a9257de68b24078282b00812dec28
MD5 a281594485993a3d7bb4c62e4e070b24
BLAKE2b-256 c984fd6f11484c250a33d14b16a71f7b3ea409c2815bd899dcfdf8e09fd81e44

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 789.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.6.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f60e952f4036c2fa2a78e06b664e37ba79a6f920860d8ac41bcdc4d9b2ff6be6
MD5 f15aa8c637c4a6b7c8e933fa777671f1
BLAKE2b-256 8f795aebbcf95e64111197c2c493af1640b40534ce422dc2f257dc71d1f1b90b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcd2d12ac611a18f7fdfae5667ce276fe93dbaee1be04cea349afc154614f1c5
MD5 52d8bc837276c024aed682821c89d77b
BLAKE2b-256 e4faae9216f255c54ad970ac6c986046d5a380108683f7c89326df04391c4230

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de77ef121fafe4f0591be9d1561cf111a388572d6e4fa207ad0cfcb9b5f98613
MD5 044143b6a51ba8d1f6f4f19db47e5f88
BLAKE2b-256 bcea6dc5e55967f9ea9a767efc62689de7194404053c8d017eeac0c9a6b3a1ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 923.3 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.6.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8b7e339266d7d46b1d860e7ab11ea95c77480c8aed5c21f015dbc647d9a01629
MD5 af95a725b45783ca21abe93a48679f84
BLAKE2b-256 97d69aa8320ac13d15c518d1aa1954dc4928c46d7dade457f1db25ae27779cda

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 758.2 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.6.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f3ec580c20767c0b510631749e905656101b835ee1a6729e663b2887ea48ab9b
MD5 5c0129bf7009b4333c89ee05a462064e
BLAKE2b-256 e2028f4d401313dfec538b0889fa72ab80ae5ee8ab98d788038236f67dc1d148

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b322893050e29434dfca2429435a7e7e1f8590f7ba8605a1eff0cc03f5838e1c
MD5 c781c8ccf26b35e94e150215ef263fd0
BLAKE2b-256 c1bbd94d13a99165860884d028ad03c48d1aa66a92eba1d7abb99b9b31fe9ca8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d3d798600ffe47318a9111c6a403d5b588f7dfefa8e7a05e21e38bc448b58a0
MD5 3059c584cb372624a61be0e695a42e82
BLAKE2b-256 0fac9a64d712362601ff044b950793ab5a4aaa45b26184a1a029091d40d4bfc3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 896.6 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.6.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8f041403c7fe8dffd6c35f2495ea6b101294584e54aa3603c1981cf3b0493db6
MD5 e36d53677b36613cdd8180193f68e3d2
BLAKE2b-256 7af134af50b0c0d1f1ae9a7a107a419c949c61432afe25de55636243159ae58b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 736.8 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.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2d383260141cc33062ba1b4f0ad3f8f7546655c6ccdca16f10670bdbff335641
MD5 b643e778ebcf035ac32de324a375a1a7
BLAKE2b-256 6641c4f7570ad4d3f5195d418b09224d86f9c4d9948794dcddbdb31d66d3abdc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 527785aa18f59f80837d7a0f960dc66a738f6aafb2fb1b6d057dc3df32fbeba4
MD5 9416cc47282f2516b8047f483e2aee17
BLAKE2b-256 18a4ffa88891c3f006e4b9c8e963f22583d87abb934c9acdff03ffaff7472718

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e65f9a91909e739b6f1bf97407260f15446da98aa11d0eff0faccaca2507388e
MD5 caec86eb318f3862c3bc563478049159
BLAKE2b-256 881173c2048ef3fd0d7c336befd4cd4ab1d8fe97b755db29250c5d5a395f7e40

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 896.6 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.6.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5e3f4d0291cfcbbf9fd5dc4c6935e563f66daa984ba36733a2046c6e10b77843
MD5 84083128154d8035db6a385b6672bd7b
BLAKE2b-256 3d2c9569486050b9e9e03364ca311f858fbde0098f2eecba2dadd14c8e44940b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 736.9 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.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b127d86cd9031b42a8cd88a3221806303963f16c2430a76865f8e78136444a5e
MD5 72f34bd3c4d056f434f92e29db8e460f
BLAKE2b-256 4861b8362dc4858c13b31d6216aced24730b718094bf6867ad9cce5e05e3e908

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c64004f99aea6d3ea65387457ff9ea247cd62bc3ced0a1155efc71b34bc6a20f
MD5 414dce0a7a117b573193a7c445792537
BLAKE2b-256 dc8c35bd20820c68b191a1b2438927732317b7ee3d8a28c892be1c68385e802f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2e1796d94c43ce4206f0c8f1009f40922f2a5400f6cb0306c5269746b4b5473
MD5 8fcea5d89750e490cd7956ba8241b4db
BLAKE2b-256 561fb9014ab76944f1de57940171f734a0b5fb4508be5593e1cfae0dd0d5fc77

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 894.7 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.6.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 718bba079904f9afaeb87918d43917044c41e123e4bcaeacb0b3c17d011142fd
MD5 68af52b95f16e909ed2b31645fb9497c
BLAKE2b-256 195902412a49d69a0e639ed98af4c2bfef2b396b70cbb8af2271a3059a8b4f50

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 734.3 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.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 044cb76746424c055d06505e507bea1d3887329dc2fa7a4ae628c0642f10de11
MD5 1126825525867048445debb646219c46
BLAKE2b-256 cf34f2ed74d0bfe361a181399e7f8ce488443cbccf5e649ae88bcc8d92aa03fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 521d84055cd05d706a48f32c6c3becc4f32456d8468fdab3f62ae8c71623fdb9
MD5 e10b2d82929f55623a9feb861f0997b7
BLAKE2b-256 d20958ef5abbd97fb6538cd5c679b9d93681b478c091c3926f4a8749b95c5f16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 016d92885786801bcc88c3ab8972eaf1543963e58cb02a85a7fd2feee14488eb
MD5 457671841171dd284ef98a6ea6dd90c4
BLAKE2b-256 14109e482a51ba0e9f5563b378d61e33bd1e59480491358bedbfa4b3bbf01a78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 892.8 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.6.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6f1d2326d86014474ca1ad125e277b3b0f5b5e853bc3b4da9842568cc1d33b1e
MD5 0cfc64118eded1bad125beecdae46704
BLAKE2b-256 7735f0c8415928232bbba654468edf326280f96a9a8d75d59c00d051d79fc10b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 731.7 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.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 126eb6b9e2bd8629f9c5ac80c8b51076b817cae8aece82f9f79a3e41c0cf71cc
MD5 4966bdff6f575f019bc9614bd55a7700
BLAKE2b-256 faeb2e9bae0b1b3b1a7ab30caa4b98bf497febc0b24cee92f9a4f9ec89e3ec6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b44f18efb80b6733c62eea21993d75b22b7d6f2dd91e0dc822fd5d5c0bdf86d9
MD5 e39489aba33e2e6b4a9bda8f0291230a
BLAKE2b-256 419415a1ac283e323a0d44793ad461fcf6c3337a4c6b9c0b24331ab4e180ffae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e75dc1ef96b160dd459419cf86203767ac63aa17ec6b2311d61e3ec94ae9bf93
MD5 9c2ca4f8d467f052664a92a96af75eec
BLAKE2b-256 50faf4b9af6803f8faca90e4fff5d6468bc9d08e86b1f2d068fbea78b491927b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 893.6 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.6.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 705914becd4bd1a0f498b34774559b727b1a996b0356fda336dd02980f6dd9ec
MD5 6f27dc5b7b2d22dd297b426d7253f50c
BLAKE2b-256 cb2cf5bb6ae537daf61d4e1e17edebe2474aec18c69f4375f799a014d34c1b7e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 744.6 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.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 03fe257ba402fcfccff666400b842a4649edf15335cf23db182f2e987f7a9fc7
MD5 22d7efcc085b17261fc397c81597f7fb
BLAKE2b-256 3598c0f445c598ab0c8cc9f58343f75f155bdf4fda66ec3402d0f0de56312aa4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 477c176c55414b99f122cd3f5f050355e1a4ee3c06b182a7d6556cf789f18fa2
MD5 9f7f7580100c621a02add90f46249d5f
BLAKE2b-256 7fe69aa1b8c1aabdc8e4715b031999d119317b92e826e6eb5afa3def02516c03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 718d11b09e3964a03e42221663a6944bd6324bd5d2748a81e8cb6d673568e1cd
MD5 054037d408c42bfc75b92657ee009357
BLAKE2b-256 54a5c8d8e26a8e76506eab08545c5ed721aa908adf4877fe781ad09d434d4902

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wujihandpy-1.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 748.6 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.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6e8bdafe4de47c8b02da5171ed20c16da11b34e146a73c92ac95262b45584456
MD5 1f95a0d119d2793c6281dc69c261fc24
BLAKE2b-256 1a76550740899534f6ddad39ebb405e6a55a8898190568d071375c8c7a3548eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b053e2b3c5117924209c298556a9e1028a9ee270be542af7aaa25fcbf1c1357
MD5 64ca2714f7a01eea78a97af4afc69223
BLAKE2b-256 f4e48e7eb707aa447888e6f91b694abe0d901dd1fa47fbbc68448e39580d23af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for wujihandpy-1.6.0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3c3833ec71ab336dea0b0248df24b8b105b06659773e440b7cc873f5b91ab03a
MD5 8e9fa1b48258bc3994b69537520383ab
BLAKE2b-256 d86a73fe62c738340885c6e4dbe361c9ebac0a7e9c4798261c869718297f0f0c

See more details on using hashes here.

Provenance

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