Skip to main content

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

Project description

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.9+.

General dependencies:

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 (you need pip>=19.3, so upgrade first if necessary):

$ python -m pip install --upgrade pip
$ 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.0.0.dev0 (10, 0, 0, 'dev', 0)
PyTango compiled with:
    Python : 3.12.0
    Numpy  : 1.26.2
    Tango  : 10.0.0
    Boost  : 1.83.0

PyTango runtime is:
    Python : 3.12.0
    Numpy  : 1.26.2
    Tango  : 10.0.0

PyTango running on:
uname_result(system='Darwin', node='osloxf01', release='22.6.0', version='Darwin Kernel Version 22.6.0: Wed Jul  5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000', machine='arm64')

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.0.0.tar.gz (6.9 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pytango-10.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pytango-10.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pytango-10.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pytango-10.0.0-cp312-cp312-macosx_12_0_x86_64.whl (20.8 MB view details)

Uploaded CPython 3.12 macOS 12.0+ x86-64

pytango-10.0.0-cp312-cp312-macosx_12_0_arm64.whl (19.6 MB view details)

Uploaded CPython 3.12 macOS 12.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

pytango-10.0.0-cp311-cp311-win32.whl (4.7 MB view details)

Uploaded CPython 3.11 Windows x86

pytango-10.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pytango-10.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pytango-10.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pytango-10.0.0-cp311-cp311-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.11 macOS 12.0+ x86-64

pytango-10.0.0-cp311-cp311-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

pytango-10.0.0-cp310-cp310-win32.whl (4.7 MB view details)

Uploaded CPython 3.10 Windows x86

pytango-10.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pytango-10.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pytango-10.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pytango-10.0.0-cp310-cp310-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

pytango-10.0.0-cp310-cp310-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

pytango-10.0.0-cp39-cp39-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pytango-10.0.0-cp39-cp39-win32.whl (4.7 MB view details)

Uploaded CPython 3.9 Windows x86

pytango-10.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pytango-10.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pytango-10.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pytango-10.0.0-cp39-cp39-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

pytango-10.0.0-cp39-cp39-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

File details

Details for the file pytango-10.0.0.tar.gz.

File metadata

  • Download URL: pytango-10.0.0.tar.gz
  • Upload date:
  • Size: 6.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pytango-10.0.0.tar.gz
Algorithm Hash digest
SHA256 a83318d51d8339fa121e308d9e70dea0046c5cd558670a1906ddade0e9d914d2
MD5 d108d5143a2c4558d0d3ea7045684e89
BLAKE2b-256 ebe2fa128913e31c5430add9002f2249bc3149b04f0f225144c5bd3a32778be8

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5a0d3f8b59dfe15ad790a7ece09871acd2110c3b93a82dd27853db546f5d4920
MD5 aefd95daaa5751f56f347414e5478e8b
BLAKE2b-256 14d0c0eb48d5f3e9d3e2e27f80e8f9b44aa57bf60db0266516ef7f78790ef0d5

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for pytango-10.0.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 757bc401f9ffcf837a4258589205bc97d3800cf6b5d529a62df8384f53b1bcf9
MD5 2ba05c57b86b8a42b343d3edfa4e20e7
BLAKE2b-256 1e858ae0b9225e646ab77d7a693aed566490021c5259b2e3d883dc6fb03c9e4e

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af0c31e8b5e43a114b6dd20e3f75ee92fa68cbd3161a0a43cc1771d422182b73
MD5 013c286ad96ded34a49efad776d715b6
BLAKE2b-256 141b49f3938e1673ad626447a62079cb0cde145ac9b722b671c624ae89106ad5

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0f0f68c57172e7fefa7ae66e044ac1b59e8f8a64b9d265e012e7912d4371a1ff
MD5 16b44c78e570211cc257c4bf8888e25b
BLAKE2b-256 8572d3491b7081c08102d2606454e805988d37996267e490a35a38df3895d6fa

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd71b9e8c568eab08ff6314725a933b3581605e9829ab5e4f3e6e22588575af6
MD5 8656c71488f395537da31628e79a5fb7
BLAKE2b-256 74a896f21ac962e2768f539ebf77d9e192cab168d06bb5ea9da584136cb66e1d

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2f45faa036dd769ad63e711d6c97f86dfcf0d6fc00f452151e8e69c4e53f3ac9
MD5 27a957b598ad6715e8e4df4fe24ebfa2
BLAKE2b-256 aecb0ab24bebe5c895888f3656132aa82bee32ebe35e9e3a19b7d7ccdb344224

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 abee8059c980e8fb4bd0f038c5278de63998aca3ebda351cbca523ffedd4d1c7
MD5 87b3eb5724c96d86600333e806241e25
BLAKE2b-256 2a767842a0f3256a3eeb704ca2999a9ff1bb4d1f912fe9a94ae5af87b33600d5

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fe6fec33000c3f2a38b893461b022df8e7b91fa3de7534e229f6932d079ed199
MD5 6b983b5db60ad4c8c28e7203e39a6086
BLAKE2b-256 3811fec0120468bf699fbeff54b41be230a85c3c6006fb042f6bfad5a6e2cd80

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pytango-10.0.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pytango-10.0.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e7af2001389860d151187b87f60e1eb8e9fc22affd439821ea62b195252af1bb
MD5 8864c83f6693674e9620875257dbf8e7
BLAKE2b-256 9385549d700699fa049f67a56ae8cab3530cb15f8e9d990265e3e23fa3b358db

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff544de72322f905175622db56f546779035c62525c2767607285d7c8af7e2b2
MD5 b77a3efea13534062bbec8b952c2f8f2
BLAKE2b-256 ff288a466af32fd028b9887f9f83e9cbf2f6bb0d3e038299e7ad7959f0c75f4d

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1036a632a1c9ab7fe9430ec3750736562d805d9e0200ff6c6f757541910952bb
MD5 2d70d8aa91cfd29828b7c28428e24ba7
BLAKE2b-256 f89faf3ee26859fc09051b080b2adbbb422c7fd3ea2eb47e89d78c44dd8aee11

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7be435b1aaa8e4fd1c94df3a2b4c4fe68e87ae19a607847b84732185a7f5b274
MD5 3c646488a1ce3cf1f6b7f3f8a3505060
BLAKE2b-256 8e8f0239bc256fc048a34c278627b4ff4e582eadd6c87c7e88b9ccf51ed64859

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 3385978c6a36a68afb0915ee14d53daa54e34a7190da9279078d55317965d977
MD5 4577a8e0be5b7e23d0c9f303d53b95bd
BLAKE2b-256 40f09602193c885078d8fceaf5c19abc03d6993bba09ae443496fc5694beee42

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 850648a203aa6f486a49d719d13ceb4ae46b5ce30301eb780082d77bfa1d1983
MD5 c1e20f206f02f851445bc1e93e16bc4f
BLAKE2b-256 333dd8aeec1f8b9878c33fbd419e07425b8a24074da6191732df87b74405eb40

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d07d6c69a68911fc165e614ab7d3dc839b50e0cb581650746e3a63b778270ab3
MD5 294e74cbde2159a0dcc856800b3661b2
BLAKE2b-256 4d3ec0a7d0f613df14f8a8ec48dca23f6ffe9f155aea5a85091de5cecfd256d8

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pytango-10.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pytango-10.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d0c2bd4965069dfd51270bba8cf64870fb7f029a0aaf9b5cec6f5b9eeb9cad20
MD5 f88fd23c7801b44166651e7498b1d77d
BLAKE2b-256 dea411b03d036710b86307d1d219151e4810dd3f0118de77b11da366e295062f

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc4f4d4b88221662fa71219de961cf8542995b64cb4b47a03a9a51fcb3952e3e
MD5 1fec181e378a159d01303791e97a50cf
BLAKE2b-256 331efde533dd23bf388c2599be92f82ec84b84e53c84d2e925d4c5050e9efe24

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b10d5fa9ffbe7069907556b42996cabbc12544d3f3c0243da7ca892173dd310
MD5 c713ed588e1dd07d244774f5d2c89957
BLAKE2b-256 a23718f49873e52816f26a8343924644241e277cabea96462589980d63d55835

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80cab887d67febf71f16c30d940c444d052b349a6fde6819b5f84dc9f22b47ce
MD5 936524e7581b1e465d1d45c3b240b93a
BLAKE2b-256 aa61addf9a6eaa3741f712475f990f20a94e2196a91a17f1d2ea330621729d3f

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 db4667ced54604002e7c83bb261621c17834fe326b9594d2216da64ded78dcae
MD5 2087d9dcd05df61cc252bc368097989c
BLAKE2b-256 341d4d4d14605d4113c16bd910f30b4ab5bb612124b2692b3709900cf8f90264

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d1eba7f79f2af9d38de7fa6ee27adb383399f95753f878b0a906208cf7e070be
MD5 f36bedaef866e7e74245339971ccd249
BLAKE2b-256 fccee764e2df7cb82779336bdee430ec01cfc67392945b4c57fdbc1f5bd50714

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pytango-10.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pytango-10.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7a33950760bf0bb9d448dbc7d529a00f777ef4a2c754dedf4b2f858b3a0cdf4b
MD5 4b35c033de12962d85e739f3124c1638
BLAKE2b-256 2e9c82a08948cdcc1ac91b6e42724b2c758edebf343176e704bd938e604dad9f

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pytango-10.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for pytango-10.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 09e3461776bce15e2e80d71458be62eb1f1dd2bf13093370ab652a4e7489d4e6
MD5 1e44b80cff380af838ce794bd6d189b2
BLAKE2b-256 d50bdf992e1934f0a056b687cc752bfb03a08a7c4e143a3a82bcebb047431d2f

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9da1b201115f4e2b744acf24a7197db368767625d30c511d5f1d85c35e22a0d
MD5 905c98fc5730fd1a4eac77b8a27e6d42
BLAKE2b-256 8e26f9cb3a4b3e1fc932a30fe7bf6699b3a74c563e530daca57082a9c3aff4e3

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 409783508f29b7336f3c4c3e752fdfb7dbe64e37ee24e585f4dc6d45de1b82b4
MD5 31144bac98e22c3cf7e6c7dbc9577ea7
BLAKE2b-256 850bf29038ee60b48ed8de20aa3e49c8e8b20f45ae58dad506459fee9159c431

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79890f83aaa7ab65c870ee6e28f84459445e612b9ac111f49d5b508b9a48ff33
MD5 522d54aaeb2bf4090df1ad1d8f0ea871
BLAKE2b-256 998a8d8deb3f0bafdbcf8ccb9c27f584f57503961e5a2c999d3b8376e9800aa1

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c229a9d551f3b06ecc76b060596e215a8932c1b1fc7cc47a0585d26cd5204c0b
MD5 243cb53eb8207e08bcbfe25c0d6a4c62
BLAKE2b-256 6a6f901c4905522841a0843159ed2e105f4ada5641366c20696f5a724ff8a761

See more details on using hashes here.

File details

Details for the file pytango-10.0.0-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.0.0-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c5815662823c59d38ac419e245333db3947c7e804286b9c258875aa944cad69d
MD5 b35d0644ce52b64240c2be4a15978f9a
BLAKE2b-256 79ac8d90dac1b7c6252df44fbf554b52589a5effe51a9c0f50160c8fc5bb174b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page