Skip to main content

Joulescope™ host driver and utilities

Project description

Joulescope

Packaging Docs Status

Welcome to the Joulescope™ python driver!
Joulescope is an affordable, precision DC energy analyzer that enables you to build better products.

This pyjoulescope python package enables you to automate Joulescope operation and easily measure current, voltage, power and energy within your own Python programs. With the Joulescope driver, controlling your Joulescope is easy. The following example captures 0.1 seconds of data and then prints the average current and voltage:

import joulescope
import numpy as np
with joulescope.scan_require_one(config='auto') as js:
    data = js.read(contiguous_duration=0.1)
current, voltage = np.mean(data, axis=0, dtype=np.float64)
print(f'{current} A, {voltage} V')

This package also installs the "joulescope" command line tool:

joulescope --help

Most Joulescope users will run the graphical user interface which is in the pyjoulescope_ui package and available for download.

Documentation

Visit the documentation for details on installing and using this joulescope package.

License

All pyjoulescope code is released under the permissive Apache 2.0 license. See the License File for details.

Download files

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

Source Distribution

joulescope-1.5.0.tar.gz (943.9 kB view details)

Uploaded Source

Built Distributions

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

joulescope-1.5.0-cp314-cp314-win_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows ARM64

joulescope-1.5.0-cp314-cp314-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86-64

joulescope-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

joulescope-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

joulescope-1.5.0-cp314-cp314-macosx_10_15_universal2.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

joulescope-1.5.0-cp313-cp313-win_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows ARM64

joulescope-1.5.0-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

joulescope-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

joulescope-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

joulescope-1.5.0-cp313-cp313-macosx_10_13_universal2.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

joulescope-1.5.0-cp312-cp312-win_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows ARM64

joulescope-1.5.0-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

joulescope-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

joulescope-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

joulescope-1.5.0-cp312-cp312-macosx_10_13_universal2.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

joulescope-1.5.0-cp311-cp311-win_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows ARM64

joulescope-1.5.0-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

joulescope-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

joulescope-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

joulescope-1.5.0-cp311-cp311-macosx_10_9_universal2.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file joulescope-1.5.0.tar.gz.

File metadata

  • Download URL: joulescope-1.5.0.tar.gz
  • Upload date:
  • Size: 943.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0.tar.gz
Algorithm Hash digest
SHA256 69c763bafba1d1cbb6c519c99b267a1e517784928530ffd797f143f542c9acc7
MD5 3c93d34794fd506b794e0dddc8b13fd5
BLAKE2b-256 8f261767eaf189d91f87435af73f680dc33bb7ba9dd8eec4309dcafcb70a449a

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0.tar.gz:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 4dd22da9fbbfbe4826b637359ad955eb58736a8ad0b8e39ecf75d42180024fee
MD5 44b4c84533ecf6cf7e9a5123ff1a9995
BLAKE2b-256 88e3405dea9d778e9dbcd22f86d839356497f261e2850119cc06f7b8f6cf785e

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp314-cp314-win_arm64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 49574d351fbe58acc924a217505b9efe35673fb138e625456bef1eb810090d24
MD5 61aaeddb6578a2a81ca15165becae082
BLAKE2b-256 0b7140b030ab415eead6cb84a35f482b79aeb28b166155362bb5e44109e95daa

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp314-cp314-win_amd64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c0108747a9cf34367c8f1a8c831eee85f490fbc86f2891de05bf85ebf3110d2
MD5 e6ccc7f210d48d2eb9c2bc08e7ff76d4
BLAKE2b-256 45e169ab2c709f7c1b1c72e3871425ebb9c2a0bee496426711d4c4593d0fc2f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97272f0d16908838b42fab847266b33c9a6e3576ad118baab3c3c5a172558012
MD5 8ab37950eb0258d2ec46fa3b1506b311
BLAKE2b-256 d360e2e4340203b9852fee144a73036b8470cf24c943785b3e8a655fd94cb01d

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a9f0ad3af64c802ad79b61823cedcebc1ae763f4bfb854272f746338383c5cb2
MD5 6ae66f823f1db86ca625b890400c83cc
BLAKE2b-256 22c77101c9c8f0c89a76f2fe27831f0aa3af64d01f8dc1d76feb847646d0877d

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 dfee163869387c1657894bcd4203e41721993af0e0b93b4ce3901f6d03765008
MD5 d3c7a4989c11ae82e8696f37f9ad5350
BLAKE2b-256 fe5e9b5e7da2c776b6a4bde4876f46691f2dcfa46d357a50d88c942ecb46e87a

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp313-cp313-win_arm64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ee5ee9410f5c1526921e9aa00a70199b0d4b5c6fcf4d6e6a1d893d922c35d924
MD5 5295da11391164f3fabcd1106f7c81ad
BLAKE2b-256 ba3c849fbbaed1fa0585df72d8354bc59c5f33f26c6e1b14ee5324c8380fbf2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp313-cp313-win_amd64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 592497c0e73fa85ae358781e3cbf4cd8a5cb9ba8642d4690b7e4cc26138fe63c
MD5 b40f9e1befb563bbb05bf41c2bac89b5
BLAKE2b-256 8e0d8896fe0391f601e2daa88cefb6056798600f7cf01cabc208bce4f3712671

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c578ea541f733059cb8993fdc905300f54e0a8939895ef0c5c75abe6db38b1e
MD5 e80ba269876a14b4a057f4669e36c438
BLAKE2b-256 a8d34c1065f85b1b527fa4616c07426a81e0a21c3b62023925be5178d3759bd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 657b8cd68c4cff1a852c5b36685cd86ccb8dc17e0c02f7962b285510eb7c779c
MD5 11d0f3eb7b4c82c62a64a41033e72f94
BLAKE2b-256 f498219cef1e75a27a50c9cd5fab2d987d5557bb4588214f797984e251a63b84

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c47b3080d95f6db34e5a0612532ec10a0a3e0b9d6cc519898f4bd1557abc9d79
MD5 187deccd343d32a5bd92acef5b8fefbe
BLAKE2b-256 2d32d4baa1915fc25b32a02568e4f10abf3305765f16e3b3c3837fd0f99dc7f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp312-cp312-win_arm64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eabb9af0bd3387272223b7a9a4b3d887a209fa80dcd3c13c1fd76e8b0c08afcd
MD5 7f52e64bf413262c69e84b234c9de0f3
BLAKE2b-256 e95678178b958b641774f0e81351be2ca8a636fddfb54adbd38463f1459d0831

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp312-cp312-win_amd64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1fb94e43015ee1b88fa7fd2ea2432a435222ebca6db72a7d9a65ddb91764705
MD5 4c7abe6981ca1ba279b3f6c5a8715464
BLAKE2b-256 c0160ff03bc2239177bc747c646c283a82dee8a062d67e1cdbacf565301d46b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42c787aeffa8f45d54a080a048922314d97a445a0b1bb8437f451d40c048d395
MD5 3faa08bc6f2aea7ac631659581196edc
BLAKE2b-256 fcaa5fd226ef11627601158249b968fbfe70ff97e89daf4d8b8e913b8dc8480e

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 868564f520d9b1d0e23a6d606e841b4663af9a5f603328aeff675544fd7adb3b
MD5 e25d7d07ff7cfb513ab3fdb3c89daa96
BLAKE2b-256 a5a79eb9fbc4e8a64b2c2bc040bb6aacc90d9a70b269580e5c2cf1d82c6fc4ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 44082788ea6c5ff9845f2e3ee8e329ef35da392395fc5273631b01e28a80ec38
MD5 b5b8c453e17349a3fa3e8cb03e3520aa
BLAKE2b-256 057bcb8ab3432eb40005958b09279475ed483c94e9ff7c49f99009591a5f813c

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp311-cp311-win_arm64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: joulescope-1.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for joulescope-1.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c8478b16bcaf9929c9eb1c5ed3b88207fb80d37e363d6f77e79a43bb00c7e5bb
MD5 abce52399111cba574aabd5211067a14
BLAKE2b-256 73fbe5d75e0399f58b337691f8458b60d7d497c23b802da477ca5d179f3c90cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp311-cp311-win_amd64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0453601bb715406a4b11386521a61835cb6c60f2257fe667b4565ac1110839f
MD5 607f4fbe573f2747cb9a809df8cff519
BLAKE2b-256 2ced579d7846a8b2e5c64e50423fd0d7228c60902224cef7e19a34cba734b913

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2afd90b71fa055eca36743b5ff27e5ebfbc7c8d33232b8287573b16fbf633fa2
MD5 cbc8e0e8049c73c53c880aeef898f8ad
BLAKE2b-256 4a0824c2a9e0a08606c98966b7d580c69751318e38919d12b798e908c34c44da

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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

File details

Details for the file joulescope-1.5.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for joulescope-1.5.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1273f02db078bb3eaa8898846f12c11022091c9eb8f20583ff314e8f4e99f429
MD5 497fb898c6c596fa22b950be2d293955
BLAKE2b-256 9a403fcf652258adde2b10c5e2afd6d7514fab880143f306d1da25dc9997bfdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for joulescope-1.5.0-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: packaging.yml on jetperch/pyjoulescope

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