Skip to main content

Python bindings for the cppTango library; part of the Tango Distributed Control System toolkit

Project description

PyTango logo

PyTango

Main website: https://pytango.readthedocs.io

Python binding for Tango, a library dedicated to distributed control systems.

Description

PyTango exposes the complete Tango C++ API through the tango python module. It also adds a bit of abstraction by taking advantage of the Python capabilities:

  • tango.client provides a client access to device servers and databases.

  • tango.server provides base classes to declare and run device servers.

Requirements

PyTango is compatible with python 3.10+.

General dependencies:

  • cppTango and its dependencies: omniORB4 and libzmq

Python dependencies:

Build dependencies:

Optional dependencies (telemetry):

Optional dependencies (test):

Install

PyTango is available on PyPI as pytango, with pre-built binaries for some platforms:

$ python -m pip install pytango

Alternatively, pre-built PyTango binaries can be installed from Conda Forge_:

$ conda install -c conda-forge pytango

For the very latest code, or for development purposes, PyTango can be built and installed from the sources. This is complicated by the dependencies - see the Getting Started section in the documentation.

Usage

To test the installation, import tango and check tango.utils.info():

>>> import tango
>>> print(tango.utils.info())
    PyTango 10.3.0rc1 (10, 3, 0, 'rc', 1)
    PyTango compiled with:
        Python   : 3.13.7
        Numpy    : 2.3.3
        Tango    : 10.3.0
        pybind11 : 3.0.1
    PyTango runtime is:
        Python   : 3.13.7
        Numpy    : 2.3.3
        Tango    : 10.3.1
    PyTango running on:
    uname_result(system='Linux', node='hasm7430lk', release='6.12.74+deb13+1-amd64', version='#1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08)', machine='x86_64')

For an interactive use, consider using ITango, a tango IPython profile.

Documentation

Check out the documentation for more information.

Support and contribution

You can get support from the Tango forums, for both Tango and PyTango questions.

All contributions, MR and bug reports are welcome, please see: How to Contribute !

Project details


Download files

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

Source Distribution

pytango-10.3.0rc1.tar.gz (2.8 MB view details)

Uploaded Source

Built Distributions

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

pytango-10.3.0rc1-cp314-cp314-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.14Windows x86-64

pytango-10.3.0rc1-cp314-cp314-win32.whl (4.7 MB view details)

Uploaded CPython 3.14Windows x86

pytango-10.3.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (19.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pytango-10.3.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (18.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pytango-10.3.0rc1-cp314-cp314-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

pytango-10.3.0rc1-cp314-cp314-macosx_12_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

pytango-10.3.0rc1-cp313-cp313-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.13Windows x86-64

pytango-10.3.0rc1-cp313-cp313-win32.whl (4.6 MB view details)

Uploaded CPython 3.13Windows x86

pytango-10.3.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (19.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pytango-10.3.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl (20.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pytango-10.3.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (18.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pytango-10.3.0rc1-cp313-cp313-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

pytango-10.3.0rc1-cp313-cp313-macosx_12_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

pytango-10.3.0rc1-cp312-cp312-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.12Windows x86-64

pytango-10.3.0rc1-cp312-cp312-win32.whl (4.7 MB view details)

Uploaded CPython 3.12Windows x86

pytango-10.3.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (19.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pytango-10.3.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl (20.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pytango-10.3.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (18.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pytango-10.3.0rc1-cp312-cp312-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

pytango-10.3.0rc1-cp312-cp312-macosx_12_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

pytango-10.3.0rc1-cp311-cp311-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pytango-10.3.0rc1-cp311-cp311-win32.whl (4.6 MB view details)

Uploaded CPython 3.11Windows x86

pytango-10.3.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (19.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pytango-10.3.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl (20.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pytango-10.3.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (18.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pytango-10.3.0rc1-cp311-cp311-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

pytango-10.3.0rc1-cp311-cp311-macosx_12_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

pytango-10.3.0rc1-cp310-cp310-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.10Windows x86-64

pytango-10.3.0rc1-cp310-cp310-win32.whl (4.6 MB view details)

Uploaded CPython 3.10Windows x86

pytango-10.3.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (19.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pytango-10.3.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl (20.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pytango-10.3.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (18.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pytango-10.3.0rc1-cp310-cp310-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

pytango-10.3.0rc1-cp310-cp310-macosx_12_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

Details for the file pytango-10.3.0rc1.tar.gz.

File metadata

  • Download URL: pytango-10.3.0rc1.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.3.0rc1.tar.gz
Algorithm Hash digest
SHA256 19efab65eb495c2085eddfa7f7f0669153c22b75070dec5bf9e10d9e56333de7
MD5 ee09653a0a00372d7944a5b1dd3e8b46
BLAKE2b-256 dba68bd2a040b4ba999b7582ac2ab5c2959032cbc8268d242d48a39de1b2b157

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1.tar.gz:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e42498fcf87679619db64a647d60a1dfefec09fb0a64ddc2ce5b45eb5b1a7656
MD5 37a079b3e588347af1182b4ccc6f9350
BLAKE2b-256 c5f5113e0c5bda366f9166c96b58d6cdb5bbc12aaee19051ccd33bcb60ed45b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp314-cp314-win_amd64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp314-cp314-win32.whl.

File metadata

  • Download URL: pytango-10.3.0rc1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.3.0rc1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 33b908bbe5001f4f387aa9267aaa1c94379360c2b315bebba6fd30d5f68d92ad
MD5 91f93ac771495b60bd1db44df257809f
BLAKE2b-256 6186b9f3a08de8b534c146d800c13f24498938407bff8f5e4ff51486c3ac5413

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp314-cp314-win32.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 96e12f3e4bc85ac9acb73c7470cbf153c699103eb8d53b30052df46ff6c57461
MD5 27980592f8eb85dedacaa2a5b5c12422
BLAKE2b-256 338aedc8ca2385753748158599ff7158af2a1a5e3ed9b929616c0f419f63d2e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c66053281b84e8d7694177f4547b81698b28567e70da22d7a0a5a3991eeb2858
MD5 bacf9bb725f20ace1926c593d1d74fcd
BLAKE2b-256 0125cfe2b7ef6525f9a4742a3ee5749ddd585eb21e0c0196317457c9d2949748

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b8ace057cca2940cd20afbb3846fba35191bda832e0014f85ebfec1cf6e46e91
MD5 c0d5627e5c9e27ee295d04cfefcfa372
BLAKE2b-256 a5fc6eb04c90247bdfb5d10f58ea2acad05223600d41b933834ad4a98efb3987

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp314-cp314-macosx_12_0_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 adab289402d688d4bd5517ee80cbd1e768678840641d04d7729692b158f35b51
MD5 b1748717e1825669e055bebda0116677
BLAKE2b-256 6d471981f301d22d23746955aa1807530d2a44c53209668eb10d8a1a78184bb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp314-cp314-macosx_12_0_arm64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8bde8a173429427f1d33443178cadc58f8132d2b56e70b59cedc93d5861f7cd4
MD5 0d0bae95ed75c6ea27ea10f88614aee2
BLAKE2b-256 cd016ccbee56e2c8b4638d269384fa3ac9c6a4f40b88c1587500a1bbec1a87ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp313-cp313-win_amd64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp313-cp313-win32.whl.

File metadata

  • Download URL: pytango-10.3.0rc1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.3.0rc1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 08bc13ef263cca9db76daaf56278bae517eb727810a6ea9d57e89e446a91f6f0
MD5 194ccbc8dac068137d26e6b6f35aef39
BLAKE2b-256 b906af1c7e7d28e4c88173cb3163deea90567b3c3e93fa92d51714107dca202c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp313-cp313-win32.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e6e3ad8bd21109b2c96a66b485bf7e42c5dc8e57900fb7e892c3fd7cc2144cda
MD5 5c3582a226554af5c26d83ddb47600f3
BLAKE2b-256 fe2c68bc01321a777511f6775c582fb26f65e433201b679badc1f5ce594eb617

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 68111e2df4d786cd79ddabc2fb72cabde5d2f15e99bc4b972c4a350a0fed1c57
MD5 ce17b243af3ac8864a0b8fb4b42a7e13
BLAKE2b-256 4cf36bc769cbdbc8170a18960b6beb62818864d41300053a61beb3e379472a49

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a8a1be4bb8ecf425f3fc2d84def11ec32e8403e09a58457344cc0f5d691965ff
MD5 da2e00dfcf02f983347bf635527a507c
BLAKE2b-256 1050490a71648755a8afa69ae797d76956dcd81009860d5c66a58abb4df41e08

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 ea84ea2248221fc09eddf25daefbbd969a7973d0c49c0cb91913aa9713e32f2a
MD5 3b6e4cbe8448985a656a5e70423359d2
BLAKE2b-256 acce79856d8650534faa83308c30968e1ddb86bafefa972ff435ffde29d81fef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp313-cp313-macosx_12_0_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 bd4039b8d8e20f988cffafeac0c30d0f24ce33353fa561fc27f6c95414484ea2
MD5 eaab16852145519a58a9d2076c6bdfcd
BLAKE2b-256 5a71599ecb9a6bc79b2d186e10267c399ed1eaafb6ef9adc5008dc18c8817a9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 513d59ad85fd4f71fc132a5eb5a2c5f6eef11dc1bfd25c3f526bff95fa31e9d9
MD5 9bb669baf264ae2d51a31ca84a83ef27
BLAKE2b-256 535f2c7de6409bad0882e5451f12187af0dde0b40ee74d7882f43968dda3e8ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp312-cp312-win_amd64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp312-cp312-win32.whl.

File metadata

  • Download URL: pytango-10.3.0rc1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.3.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e7a56327ff6279c5367e9e7c46193a5efb782182bf373ae15ac54869fd0b90ad
MD5 2b639e195df1ae90353debc1477eff9a
BLAKE2b-256 e4e958f264068e9db31752c6fe79a4c70969b37bd10a643b4cfd2fc576b0e0d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp312-cp312-win32.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9ca16ebfad36e6665fec64b77259e362d955fe9d98324bdffebe0a1d60bd83d7
MD5 3d2290ec25eb8ef49abbe6de550fd175
BLAKE2b-256 f954c89ad9c79e862c75205b2990a77ac3e84858136983c552026a84e6e35b79

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d2197b658bc2445cf80055c0ec98d74e2f733bebd177823a44e8af83975504d4
MD5 da04f62dd8e5e5ac9df9d47f098c81fe
BLAKE2b-256 50b27a86101e24bed297b023dfb49956ee77c5cd7541772299c9ce69fbaa56b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 798acad574520128f4f90afe03b906985f2e60393e67857778e92cfcd4b08ec9
MD5 92441d396ba1448024471b91e6248ae3
BLAKE2b-256 8c416744f94230153de92ac20d198c82b32af2a84096c01b91aad75f2b6b4030

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 a40018f559b5ebec9c684ff4b2372d5b11e55c92ffc22791f5535f38532093f2
MD5 a5a050224c5ea46bb929abf222242d0d
BLAKE2b-256 3f43b19851fbfa44b1b2d935107e3bacc1100b216d72ff673e79b1f584a32bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp312-cp312-macosx_12_0_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 16b20bffc05829ce5054ed5f88a198f525a7434106e701a94b8954ef34dc8c64
MD5 8c526008f1369a55576dbfa80af5a749
BLAKE2b-256 5753114634b65bda1554b0589bbb14368a7a24d5efebc91e9073c09558fdefee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2571cf56a058e20b5b2a5a13f3ea997a94897c6e5272123e9f2f00fde4ce2727
MD5 20589f57f7914bb8b7b3b15082e27aab
BLAKE2b-256 65af099661c370664408e0d407d20b74680366943bd2b86888469ab2d27217f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp311-cp311-win_amd64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pytango-10.3.0rc1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.3.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 39d7d60c7b30da0832002f5e3bd2a78ecc083f74e78ea7c7361916231fde54e9
MD5 be8685daa9b9f0442da577e6b731d904
BLAKE2b-256 4e725e83696fc2f658ec7431cce7393eb5e682eec93e576fc7d62544eb76a5ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp311-cp311-win32.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 be81b328df883f5edbd639babf8d01e2c3887842251c09adf1f1c5494ca3e6f1
MD5 e578cdfe986ec1ba422a35c45044e594
BLAKE2b-256 93df43d06e62c7b69a6cd76666b6aa78fe22bd988f843211d16f102c34937434

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 b3a2c55198f0db3b85d41316a9d7b90d762ae679227bfb8ad7b2bb2eaaccef84
MD5 7c40817bc82c3fdfe60042df992760fa
BLAKE2b-256 b82a77dccf7a082b774794c59d91f7de3fde25bcec486ed65bc229d7efd4e7c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2c89db79b8c1b217cf0fd29e0612a364102fcd63d2448014b0117e2014634512
MD5 903bbb6e0d65d8b200d6b13785ad4dd1
BLAKE2b-256 910dcef61a5ab2212c52cac5203cf127ecbefb4fca6105f4ade0a6172beee235

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 be2e2ced98162275e2e18c59a271bc17e1cebd15b8cde04e6e954e1998fbd97a
MD5 b2aa1b6ad1f5d67b70f16ae4a463528d
BLAKE2b-256 fcc9fc3c31e60c9ff8b8b5ae2c9f4df5685e82ad8fc6db829618d79de98346e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp311-cp311-macosx_12_0_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7e50411551a378fd94f53a8bbf0206f6b13e3f286198fb4a5fd969a616d019c7
MD5 512a7b88a3a4d6912c1a19aedc60496c
BLAKE2b-256 20232ae6aa70df06c92c1099aaa465499df33ad721a35f2d58b32cbc63797abf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3403f21f193e6af2cd7c9e80186672aa560bbafa36bbea61c9c16016ee158efa
MD5 c76bf3b528735d72f15ddedb192ca5f8
BLAKE2b-256 71ae62023021c3ef60e17abb69a890e511f04bad09214f214df2d0c1d07fc90f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp310-cp310-win_amd64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pytango-10.3.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.3.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 52694a19ed0b49e1b540e03045b1489eef40fa628480ce81b216e94f7548b0ab
MD5 7c459da74e04e2e4b453cc1094c42bef
BLAKE2b-256 925a25297902f361ee0dddeb56f6724d2288c7828d22fdb195a30c58058cfcde

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp310-cp310-win32.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fc1a6b3c2fe07dd00db826316e9d528e027b24486956979abae5764cdff16719
MD5 71c6241916c0300d4e586cf60cb87060
BLAKE2b-256 3fbb89b2effa16761de81895cd9326150ce7dd661797c3238add31fe31ca5fc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 13e9424f4a41b10d132e41eea1cbd1b3253ac2241466e69713494d793b4429cc
MD5 47e2af01294f60ca65df0bdc56910dad
BLAKE2b-256 323db547d798cfed76d431ce9721337dbbeaf02eb49f5a068ec9195c884bb0f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8c54fcbb131ac7066b06bc08e6b2f38f32f4a405915d3d85e9e48959dfaa8620
MD5 9a49a123357ba08c01748df14ad32b1a
BLAKE2b-256 6cf0a8b2817128e9937bd56e447f49588bc9ed48887f86fac7ea1e8d32164008

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 ed7885c8a221c328da69d7925da8aa00d840e5a4d91e3d66b64454d18deb1b38
MD5 08a3a7b0869b9f5f65ea01fb0e151b7b
BLAKE2b-256 44c8addeb890a55c2c6991c48d4de9aabed1d958969a006ba77f30249e4be128

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp310-cp310-macosx_12_0_x86_64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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

File details

Details for the file pytango-10.3.0rc1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0rc1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 85879b0dce70308ce0a20c8a20fa78927658d7b9d58f3ea2cbae15c08515c13b
MD5 ddb1ab4b132a7afbf97960a5220f4a97
BLAKE2b-256 02fbab3270f086deb0afb48a23bb530e2444c2fefcd0cac6d2894da857fd1e48

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0rc1-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: .gitlab-ci.yml on tango-controls/pytango

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