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.0.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.0-cp314-cp314-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

pytango-10.3.0-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.0-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.0-cp314-cp314-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

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

Uploaded CPython 3.14macOS 12.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pytango-10.3.0-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.0-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.0-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.0-cp313-cp313-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pytango-10.3.0-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.0-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.0-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.0-cp312-cp312-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pytango-10.3.0-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.0-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.0-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.0-cp311-cp311-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pytango-10.3.0-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.0-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.0-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.0-cp310-cp310-macosx_12_0_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

pytango-10.3.0-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.0.tar.gz.

File metadata

  • Download URL: pytango-10.3.0.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.0.tar.gz
Algorithm Hash digest
SHA256 27e03c9feac6227c2534e1fb7dbcd33fa33616cbc1969c3fd86d303d4402f2f6
MD5 4068bb16d6b75975c3d5308146963c2b
BLAKE2b-256 5d8e0648a8528e587ad93643a60a688ba86a7bb5de44baa134622c33a4b131e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0.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.0-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for pytango-10.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 00fd3434341550ad73bf94d70c6adc3cbacc47345d65a80fcb1a99b9662bdc95
MD5 657189dcc7b92e39bce6d9f5fd691d4c
BLAKE2b-256 93bc46ec02784b3fbfee42b51caffdaff613d9d07dae91baeb699491b438aa07

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: pytango-10.3.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 4.8 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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ea326d5cdb16d0e9cd069f8a9aa77f98290f6f05d1abf718fc5754cb13e4196a
MD5 9bde7ad0ef2752a265161636aaf3d784
BLAKE2b-256 d281aef910f68ddf8503ea2f32b96b4b17a05ef345df4c573c500110aa0d2c0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 166326a27290705971b138be2daff5d47ed107341ec3b39080c5dc22ee35d668
MD5 21dcecdc2e2dd3814f60728053199628
BLAKE2b-256 4816bd73cd3b4be06ce498036fff28eb9ccae65eda57ec200dc429fb321d3867

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5f8a96a3c24c0c9299c4cdb8575667629eb3fad8e466c68ede6fb09f2d0e8a7b
MD5 9593f8ccb4b44bdf5feb6f36aee2f4f5
BLAKE2b-256 e4acb699c0c2978ee1478d2e18f4bd0160809851a6301090d5a7f34c5ea1e6d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 debea3d7e10945afd604d394a615b6aaf90a05fa793ddacb58dba1e3b4a7bc6d
MD5 7ab7c1bc6ca5e3ea8d148d0bb5ca72f1
BLAKE2b-256 a821ebb09c1108fba37e39e23f6d771328a40a78f44f77fbbc88977f5921ecee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f86db7cb045c9585f92fdd7af07b99185ff492e032b026261cc471effcdc3816
MD5 4014e7a7033cd70bf9ca50cb9d27f1a7
BLAKE2b-256 bd07b68cd0e30f87677f63d70992b946a070b8c96dd1ce5f29979114fbee552f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for pytango-10.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 835c12a2b750216e51070f2d5db734f2cd8755cd3cf7fcad1ef7e2990483d9a5
MD5 c621d47a01940586b4074e40cd40dec8
BLAKE2b-256 36821408869bea586a2ae2c806396c7e9de0540325144674b20be19e5332e8cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pytango-10.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.7 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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 999fd8cda6854055c8c98ed1672a0d51d1cba9f5e2c30f3574817b19aaf04e28
MD5 02374a7ebae3537c969222bacf24f322
BLAKE2b-256 94006d7c0568289616777d342aababe6dc08b6b05a4b31e396b6c07027c91e98

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c66f312494b3bcb880dfd55d9d63e153c7b63b60bc92d31dd9b08d4b7546e417
MD5 3eeaf21c270ba1a85c118f6f5f54fe15
BLAKE2b-256 f62d913cde31f908db77d8d586beea7bcc7457be5e4b9c92586db162b90c2ec2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp313-cp313-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 276eb6a6b4b7aa38b070651e7af348d0c70133a1c1d9c6ef47103b10e74e8ac3
MD5 2ffaf7c95e8aef5887d536d5b13a9a2f
BLAKE2b-256 d5c8194e4e20d5bafdb7063d3cad97c9b145410fbab2660df643634b8ae447a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 24c4d8fabd4984af087d0752b8f9a4a5b8c92c58f1256b10e2be5a843b1317e3
MD5 a223349cc54185adee501ebca9ab1487
BLAKE2b-256 1228e042c5a10a4e37ffe3bafa343c1b2d374ddb3786efe1bd430659e5e7dd40

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 92e0581352034715959d82faaecc8af52000cfe44a161940ebdaaa8eb1dac112
MD5 89d0889257024f894c2491dd41db4778
BLAKE2b-256 4bd1b9161817239ff5c35de5b64d3b03533a240bb379e0538ceaa9204beedac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 943e2b67b85e8a3146c636960285c8002cb0b2f59cb684bc90efb3b29b737771
MD5 f809d55f3bda86d68a3dc6acdef80932
BLAKE2b-256 bcb8dabd8f399ce7edb24bdf5250225aafd4022e7e96034fdc63039ffe20d76c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for pytango-10.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 90a14f3dba1ce56e4dab92276ae36ecc7a2afca9f2c52a4aa1276e0046ba157e
MD5 f2a1fc2d6f338a0f65001fa6f8b9261a
BLAKE2b-256 b2e8bee29c420a01cf13cf71ac9a9f5707fb3c9738c72ae16d63fa70b19b7634

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pytango-10.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.6 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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 760ccbeb1e95f23c23dc576a3b71e29bc858d8cb23a7fc58227c1d0bdbdcbf30
MD5 f5ce32fcad838944a200092ee2abf041
BLAKE2b-256 80eac8c89633483f925b46e00be9e920fab2715943f86965fbb4d2776b352afc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 85ec5c8f3e1d8075d07339e2c132269555875eef0d8bbe10d724f8b74101b672
MD5 cf3e104a06bda3492d1b1d881530327f
BLAKE2b-256 98781f7b16e102b2247346d936592b723b3cb5b1295907136f172d6afc00f537

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp312-cp312-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 72a663a104704b017627ce87052c5f4bb2af285062e443742cb5d6c0de23d0ab
MD5 2f53324c8468419abe656ff98eb39dad
BLAKE2b-256 15aafb3ea1a9432b39f669d7f4c53cdac774bcb1da002759b12ec360aeb209d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0b23c3305dd39917f15301895f1c6446d07282b948833928f24b9b6e228cc671
MD5 1f2017a1c4ba7b24cf37467f6610cb08
BLAKE2b-256 af5ca513851ba2c71f4bd092157c4879ff4b251a0ee763cad2493d19e4874a0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6848e2b14afd46b1a33789bba27f06c3642e88ccc8b3a30bca7073a2d55b4846
MD5 5bff78c2c717b3277f4648eec61d74ea
BLAKE2b-256 35a48ada4444fe0c72f84fc71a00f596e7cb0697db6a77de959c9daf3c97b7a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 76b2c962ad14d7294a2c4f0066f102f2145b06484fdc8b4ef95657de89bd0f98
MD5 cd0f8742a61955916f813d0dd558adc9
BLAKE2b-256 c2c00ae18ad72447ac80d159ccb579b389f78a140885ad11c2ae344192939ec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for pytango-10.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 07996107a682dccb43227727210ef72983d601376355e7198bff8f4acdcdca11
MD5 056feafbc9904312cf51b818ef70a303
BLAKE2b-256 fe6ba3c7b29bcc1201815a140caf09b0cee39e8e34ffc0b74b17c44289887f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pytango-10.3.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4941c0d863ec5d14f253bff3def5afc79e95da9c76c22536aa2e3019d78e617
MD5 f6f57066c5dcacf0f2b1ac306861a183
BLAKE2b-256 cdf1e156d4c6e6c8233bbef944cc1f2eb89c5f9295cd06f87de4fc4907ea22d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ebc5591059ca661f20d0cb064856598225a769938ab7553a4bb9020f45b42963
MD5 59ca519914e8dcaa08648165a48d65ab
BLAKE2b-256 bba8ef71ae4c8119b3970b8475915f71edec408115112af96d6d12528e737bf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp311-cp311-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 0dfd7a06e041e8f410acbf6a9a77698dea4d784aec142075169154d67cc7f47f
MD5 d3b5151bc8ebf6f494cd217bf105bd0b
BLAKE2b-256 58ee55f67e38d5cf9f43c35daa05789a3c8632e181d106cd05d31752e5061cba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2ef983eb3d3b3d57ab246af60058130fce577f682ca4ee7c2e5a715330b40d83
MD5 74db52d60a9f37047c12c6674bc3cd17
BLAKE2b-256 4ad79fe08a41959bfd4651d55e057c2590e9171dbcd395a3c63abc87cf85a4d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 04c1e6291ffcc696ab735809e832f27b5839bd7e6c3093c2bde87b46dbeaae45
MD5 37c61cf27eb0851a23c82808cd79af75
BLAKE2b-256 68aaadcce5d836b86cda9e281fd11c9f46d9ed6a554c879a7954e8ffb1399f14

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 8b08cb62a57903fab5c2a8370befbed6a14c0bb02f4034da4de3341606f39681
MD5 6fac81f316b7e2e081f27da5dc588d49
BLAKE2b-256 2d549dd2e38ccb10b1c49269190f2b4ab4b05c9a3bd49b16b4bcf2a88bd0306b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for pytango-10.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7a87eb0804e60a6c29f3d12fb3e73fb78510a76acc9b2e266e88b9fa49521045
MD5 511d6297bccea232322716d7d0c364a7
BLAKE2b-256 63eb796624ca7a7107348d43c422ab35c7644393374493c0ed87e4c0dd1b1700

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pytango-10.3.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5bd4e26659b16e0cf0307a44fdcbaf3a1ca45beefe74c5ffa73a698b91852d80
MD5 fb9e6f96c68d878bca3764952face646
BLAKE2b-256 0760ad649cceb81fc9b014313eabe67f669921acdd9af8e5e23cd0471fa2fa15

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 73e4e2a41340afe4696143401de097c0ba3ed62b177745f992b8523709dca52d
MD5 62999e24d1099c30ec9b9fdbaa639592
BLAKE2b-256 832968e02ff0f542e60d4b047b351f5bafa68ff465d9ec309285d40e2013a50f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d95d985febf191f1ff9b7eabade973e16546f9cd76524fe3f13f3cfdbc75d29e
MD5 c3047079ab1739d2cb5914c949ba29c4
BLAKE2b-256 109a72f34153aa38207cc593c68c84181d8e51a4c4cd4f2e9fee4756b3906cb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 672113c94caab48f9759899c4ca8a44089adb15c69fa7e8a1400a5a2ba0d465e
MD5 592c31da23a58d5b6a38735ab21474c0
BLAKE2b-256 3635610240fb3ca12904009d36171c57667cd28e6cb7504352394e9e4647ce19

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2495e8f368eaf2b67d7d683b47a4997cbc5920a95bc6f6a6a6ad26559a26c65b
MD5 37e754f0d2b27cd9b550cf075b1f3a5d
BLAKE2b-256 222148d05a9d21288a150de43c2bf80db825a9ed38f4dde31446355caadfab16

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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.0-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.3.0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2670917c37d061a1c9a3816b002f903adb39e0c130f4c231f8c482ccbdb0fbed
MD5 2873a8087fa21a6f8677cd378b04e566
BLAKE2b-256 5a69986cd41a3e078c8cdc27f6050c29a7ed2143a021791d61ea3f20c8c819e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytango-10.3.0-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