Skip to main content

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

Project description

Main website: http://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 (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 9.5.0.dev0 (9, 5, 0, 'dev', 0)
PyTango compiled with:
    Python : 3.11.4
    Numpy  : 1.23.2
    Tango  : 9.5.0
    Boost  : 1.82.0

PyTango runtime is:
    Python : 3.11.4
    Numpy  : 1.26.0
    Tango  : 9.5.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, PR 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-9.5.0rc3.tar.gz (5.0 MB view details)

Uploaded Source

Built Distributions

pytango-9.5.0rc3-cp312-cp312-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (12.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pytango-9.5.0rc3-cp312-cp312-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pytango-9.5.0rc3-cp312-cp312-macosx_10_9_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

pytango-9.5.0rc3-cp311-cp311-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pytango-9.5.0rc3-cp311-cp311-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pytango-9.5.0rc3-cp311-cp311-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pytango-9.5.0rc3-cp310-cp310-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pytango-9.5.0rc3-cp310-cp310-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pytango-9.5.0rc3-cp39-cp39-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

pytango-9.5.0rc3-cp39-cp39-win32.whl (4.6 MB view details)

Uploaded CPython 3.9 Windows x86

pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pytango-9.5.0rc3-cp39-cp39-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pytango-9.5.0rc3-cp39-cp39-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file pytango-9.5.0rc3.tar.gz.

File metadata

  • Download URL: pytango-9.5.0rc3.tar.gz
  • Upload date:
  • Size: 5.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0rc3.tar.gz
Algorithm Hash digest
SHA256 a56180508bc2dbb68e441854b4a7d1f26fcff968b8deab37f34ba91db7e446db
MD5 4231a204fe4ee7fe6d4157a2203e2164
BLAKE2b-256 a79b59c866160eedeeb360cf81631390714d4b62ab2c2190afb7fb54631b7c97

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c039489524e1aea7430446d0f3ef08afb8086159eda21fae40885db955829219
MD5 36baa95c36df47d528bc42526c72ab0e
BLAKE2b-256 80528464c5a6554811255adaede9f0c5f48a61b06eb2df7242577aa01993d7de

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp312-cp312-win32.whl.

File metadata

  • Download URL: pytango-9.5.0rc3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0rc3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 954e84f583e1b1fb2a6b91fb8699916483f5599621af8924e53387e101e3c0e5
MD5 e387e60a570ea86795880c5f5e4e8624
BLAKE2b-256 536cb04c823c87de206cbd31f47d22132dd4053ec4eb2cdc605d4668128b9027

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ab19a555a849e55f04775ef89a7cc5e7b924a77b97b9af40b373c858e38a556
MD5 2b8e845f30cf1bfa86f92ce0d7d63c21
BLAKE2b-256 4d93b5a4f9230631564c88065ea44249221d22625e4007c91792a02353258343

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b93fb13b966d49497860bade8277f5d670dc022fe00eace3d1fe93eb3b7f481
MD5 f0d13bc44dedc6a5a59eb8f37336bbc6
BLAKE2b-256 8270c50584c39a9556c878f53d7114495eeffdcab99c47d3038b3b84e6c85a6b

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5159dee068f20a2d20946a0afffec577e6526397b45c47104f11ecbf654f7d5e
MD5 526e4305554275d7626881bf84c50c67
BLAKE2b-256 26a628ca44ee3cd770c7d3d7d21dfb890cae7b0d83da0f8a66e9660baf0a61dc

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c910a0046160f91af9940f53910cfce52b18efc51b647456530e01810eff786b
MD5 548b783260e25162706ad71f9a42c4cb
BLAKE2b-256 899b671cff56d214e0fb5a908a6b6ccf01ebd16db69ad4fc4a6e78be5259f819

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47626d97ac4d1afabbcae1a9c6727f7b6165b7b0b7bf2fbfb721ba0f0d464964
MD5 ddbe897887a4bb210aaafe7269ecc139
BLAKE2b-256 7be18009ffc5d391643cebfdaa2cd84e2d97d232f71c29b9e80fb8794bb74508

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7f465c06aed90a38ea9807163644a7cbebb1d66b5a6bb19486da33391f64c19e
MD5 ef4a7c7c348fd20100e4557d0fd0d980
BLAKE2b-256 f103d1d9424c06406ac5a58a1d0a76c241c9906b0c1a6001489e187899ba7ea2

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp311-cp311-win32.whl.

File metadata

  • Download URL: pytango-9.5.0rc3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0rc3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fa041dc5b55727d8a1933558948105780daae62797f72d50d34ff444fe72fbdf
MD5 10d7ad32c26562fb5f13f4186b897b42
BLAKE2b-256 b6f3b74cc2990b7e84b2756455cbf07280fcd0af74c50870561a783631ca783e

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 836f30a40b554011aae93326a5578af1646da8b27a0460226f96619be7615fe8
MD5 468a9771e3f65ea947ea558a8a26144b
BLAKE2b-256 af628f50b041c3a209b746fb074b43f728d8e824659fc4d6692cad1e1614b4ea

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fba2d2fdbce6f2bdb07bd672009a1a741cb5e6ff524e416e621a4631fe2cbe05
MD5 32a8b335b7e09348d59c9729247237e0
BLAKE2b-256 4b50b4a83ecdce5c5e3fa03cd251e24ecb9be8dd2842e88b9576ad2fbd9d82a9

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ec157ffe0c259c84f342067febe0b6ff5713d72277cd8db34a6ca717dab8907
MD5 75daac38e3cfebe97daf58e481ef85cd
BLAKE2b-256 837efeec4841c305f1ae2c40d82aba513182dfe165bda09654f16ffc7447da16

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 629c2d586f6b9c14c27b03abd73759a74457e7003f487d454305fea9462b2a23
MD5 80b40e86ce70cf4756c1e0a5eef4b099
BLAKE2b-256 ce25d9315785a15c0e8b48f882ff7219fcadc4b448f5edea19d72d658bf8714f

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1795c0c3573a56b94f9fdba31a8c0f637586438b3f701effb505a03269618716
MD5 74772d7ef674a8ad56c2cd2369ec98f4
BLAKE2b-256 6ec1817a8fe3914c1006e23c5d55b275565d83b4d90713e17d74216d834f32d0

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 529b0cf1cec62aab03376ea5ddde50d3849c7fc4188dc838223864e10e9dac6b
MD5 d7ba550d16b24ee0cf1fc968f4dde190
BLAKE2b-256 d61e084a4b959ad6277b487f8d2b3570dafa3095e57f4fcc1eb59206c1f4a4e1

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp310-cp310-win32.whl.

File metadata

  • Download URL: pytango-9.5.0rc3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0rc3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 96186dadfde2a09399d450e785ebf6abc5a99d4078ac772403bc8220c513e39c
MD5 9acf3d64291bb2a4aa4c45b67e8fff0e
BLAKE2b-256 3d02da401941e65a280a55547648f0243666937e0f6d97d234333531b9363e58

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 589fa59065fc05ce454699dddf817f30543b5d727d99c38bc829a8cadc6e9b37
MD5 27cd57667b15f4d5504feed4445c0fa6
BLAKE2b-256 68020c7117fe9e316f4fbdf8920ff3399d2e2c5360c7e60a6b9540dc0144dd09

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6029db470f69487c0829a4c68eaa1ee32489dec7ab679a811bc301a8a970a8b6
MD5 420aff3b4a96a733006a3f550c15d4f7
BLAKE2b-256 91de683389816a82b7853e4bfda6611ef0bdbbc0ccfa21c0b0c98ef08d71ee5f

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e9ec55ee2172e3d5918c8c69e75e892194e2c988dfbc2696d6a09bfc512cdb7
MD5 e2cc04660affe9c6f43211c7bce924cd
BLAKE2b-256 761768e6f0d682ddbb121bcc4795fba38eaae74a286f75e5ed67c024e6ff02fd

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 192b0b5384db45b86c642d438ae9f3139a3bd6fd38227c48a583dcc74df34d1b
MD5 750f5d8d170a8e4a7d81e7c61dc61952
BLAKE2b-256 4442d2deda9225259b08ff035d73c40f1f6da95c1413d941c47416a01c9aa43d

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f1315a56ea717e67bc2c55492dd99ac1422a33c634efc4bd0926eeba5fe8bf2
MD5 da92852a6203af408d826c98cf19af96
BLAKE2b-256 8c32cb6c53d03d0ddd9dd55aa8daae882b94bc75bc899261225ac7e91ca401c2

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 af387a871bdf63d8374b945f5cd1afffb5aaad49e3027f0faceb11103825fc15
MD5 a446a55d8fbb01d1d3ce828fa4a54fc3
BLAKE2b-256 0403b7946b2331dc17cfb4c4ba6eed3e741520314db287e6f853e387915c15d7

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp39-cp39-win32.whl.

File metadata

  • Download URL: pytango-9.5.0rc3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0rc3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9b8e4d2d0bd278e57552ca1ee99f7e555acee395ee401d572e645a0ed22dc0c5
MD5 581f946d40570ab9b21b15622cc33478
BLAKE2b-256 7799c884a99c14529c2ddb15e532108cc10287ba31b96df9e278c4cabff06ed4

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b702d5235eff824eb842b6dbaa85d433cfa3e2da945ffbc8a1a60a46ceb4f6c
MD5 622dabf81eb96d9c994d673f51c69701
BLAKE2b-256 3a947a490ab47cdb854bf4dafc6c758db8bab9a8956e7a79e8980eeeaffee984

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccbc9d355bbb30ab019f58e214b01bf66fb06b2364182282982d261555dfdccb
MD5 1716061029a9e87133663792152835d5
BLAKE2b-256 703ce5ecde0c66383ea88d794ba8762a25fa0b179e21695ecc698ef60d36307b

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ec88d60e653762a4d15e5935d6b842a7a78fb99cc3eb5409f41f7407fcaa7ae
MD5 7341881bacfe3ec6b6ed69a657892459
BLAKE2b-256 10dc789ccc4d62967d5e28cdea5be2da69c78e5417d84f7d7b3200c4cc6d0b2a

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77aadd5d76f70c326004eec296a956f37b6dd1da8e42bc635f8dca9d99a7bba7
MD5 305a09bda9238af68a556dd1f9f0eabc
BLAKE2b-256 dd3ccd3fcb144201f954d2278ecc8ac7afa767a2e85708c59f488bf544507464

See more details on using hashes here.

File details

Details for the file pytango-9.5.0rc3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.0rc3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e94a0f20676bebc81dbf51cf4481893013fb14f28fe799964aac37a80ab7036a
MD5 77cbd9c9cb147269b721d615f196b669
BLAKE2b-256 35810eacc443fb19fe9e211142c8985a20db94afe915c7fe50c6fb8cb4e9130e

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