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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pytango-10.0.0rc3-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.0rc3-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.0rc3-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.0rc3-cp312-cp312-macosx_12_0_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.12 macOS 12.0+ x86-64

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

Uploaded CPython 3.12 macOS 12.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pytango-10.0.0rc3-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.0rc3-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.0rc3-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.0rc3-cp311-cp311-macosx_12_0_x86_64.whl (20.3 MB view details)

Uploaded CPython 3.11 macOS 12.0+ x86-64

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

Uploaded CPython 3.11 macOS 12.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pytango-10.0.0rc3-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.0rc3-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.0rc3-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.0rc3-cp310-cp310-macosx_12_0_x86_64.whl (20.3 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

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

Uploaded CPython 3.10 macOS 12.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pytango-10.0.0rc3-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.0rc3-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.0rc3-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.0rc3-cp39-cp39-macosx_12_0_x86_64.whl (20.3 MB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

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

Uploaded CPython 3.9 macOS 12.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.0rc3.tar.gz
Algorithm Hash digest
SHA256 201c01f75432c2b7825a73e88914e5ca8a8df59198f8589358c92aec6e93f658
MD5 a80ea5e2d031b993023e38b94c2881d8
BLAKE2b-256 0fb80376cf894d0b24f6ae03418d8a01bab9b5c4a2a6a37eca528e38e4cc5aaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8b5e2d3d321a326b626fa2b1dcff674fcac23ac4ee3f82699f095369fc725542
MD5 bb534731f89653992f80717bdadc75b0
BLAKE2b-256 89b3ced7db643018e7eca560e2f0f2c99776d6a67d85fc0cd7ed2a5a7e9a1054

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc3-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.10.14

File hashes

Hashes for pytango-10.0.0rc3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 019e86cef18ec6eac91a2e315df3fed028abf37c954e618286370b36ff3fe4a0
MD5 e386c067e146220a911d174964042c5d
BLAKE2b-256 5cf601b1764fff712101a3ffbe2f2b6f626a9160226cbaa54ee6cc901a4b258f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4316ca2000ff196cd1404cae8ac2ffed22b185122400f3338611bfd6e06806bc
MD5 c121ea72fef2c44cd3ef7b40a47ff1da
BLAKE2b-256 d3f6999bff865270069c2db37e19f1101aea5927305fd486b0730e5964c1a7c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4b48a8ba4c42408651a79426c94eb4c52dfc221cb54e35415bbdefa8707a05b
MD5 a5ab5e3852a190cd6f9f651353611257
BLAKE2b-256 4be9d5a8fcf1f5c921acec54b9bb65600fbf7f662f0f415e924184ae3dc3833d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e2646c9f1518640363876526087b0385c337c882a0448ee2a173d57ce20ac96
MD5 ad3a86fbb3447688b348c8f166642039
BLAKE2b-256 5be1fdf7a93c79fa04779f069d90477096978435f52a6d4be040fd1fd3882f3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 9c6fbc8f56c505905d0f9a41635e3094739c09f5e321c7c157024c5feec5b5e6
MD5 aeeac6be4c620303b1bd3f99ea764619
BLAKE2b-256 7c0dfeb974af9de7b2b31792e794eae770afa67ae87e6b0d028bfdd8a955f432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 6878fc9795851c1c7a380a3e1302accf11a10e9b8e41b95f650988e85dbf32a9
MD5 59efaaa5273c4f9e012c650e3ed807aa
BLAKE2b-256 a1c2b4a959a6c1603602ae5eb5a08c5dad9fecff6eef6b87819dbb4fbca5be92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4dd43daae5cd031f52de81b57a0aacedcbda41caf90b05a76923a9f732e22a33
MD5 1eed951d69fd7c5c34c66cbc0109d807
BLAKE2b-256 4b099dfb37e2c422bd2335b7683531626e7ec50fc8bc3acb006acb85a5ff3628

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc3-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.10.14

File hashes

Hashes for pytango-10.0.0rc3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 eff3bf02863265880ad8cb930b33e18da00c2fac975420389cbdbd7511b38846
MD5 89f9535dd15dd58e2723d08207b7fbfd
BLAKE2b-256 63ec7ee2b8bb337116e153ae1bd0f2d45f53b0ce73524fa8fecb208c22ee0ad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42ed448dd0285c046168148307d524107dc2a0b02386d41560389ee05c3a8976
MD5 3c169573390bbc1635a91f8b4d79ad86
BLAKE2b-256 68d0b09d28de54f081bec9448c02c99cb756955f3f59eabf8f4a2dd1697d7068

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a02fae4e85290eca60c35e43d44bc70d1042fb5cb133f2981fd02c5bb31881f
MD5 22f18722179896fc59af16dffcdf6446
BLAKE2b-256 5ecf31bf071ee4c55096a2465d280a34fec47c72a12410a3f356e5dc6f8e0f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85a317fb832273f601b8ecedf25f68588534f04e0d791d6cead784848dedc743
MD5 1c09f96332d8e51f09e313f93efb22b1
BLAKE2b-256 5c6c7eaf749612191f0b63141818f6ffe35a51e9149b15d3f100647b02053976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 6a3a3c44f6b7ae0316f996fbe1383bfe3f6605051ef02933d5700e313cca7303
MD5 ac32b83d7bcb68322833ec3cf972cfab
BLAKE2b-256 1b0928349c17c2ca973cc9325d56602963b593b4918065535928f6bb942cd80e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7568995fa58d81cb959d409ec69f036b9315ddc5ae3fa0011cafdae8ca716100
MD5 e58bf92021248a0cd1738085d1a84e7e
BLAKE2b-256 ab1c04b45346546ceb134169099893c45bb4c1c6613f9b43463045c48a87ca5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f4c22295506fd2862f94a0e41670b2a391acdbadb85ada71d6a08b4634435a6b
MD5 2d3398a888f4cd52b50bd8c88c9a3cf5
BLAKE2b-256 3f980abc5d09ff57e00b3968041cae9e20568ed32718aeb37045bc6fe12e6b60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc3-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.10.14

File hashes

Hashes for pytango-10.0.0rc3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2aecbd140f9e26028eb4ccde6570930f4ef99b856beb03de6a6bb05ec5a04963
MD5 e9ccb0430f38508aad144c5031aa0d0b
BLAKE2b-256 a7150a4279f418eaa6ea658877a1eeae409be8b935d75fa2b93219190c7ec997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2fe57a7bdda23df4354aa97e47766a17cfbc27fa36b2895df53108fb91f3348
MD5 927332e5b2caf2bf9d9896136f8a4d8c
BLAKE2b-256 79b31e3d8580dceb4de295a9f1bb7c11c8421ac4a8d7eb1f0599bdef14b184b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a93843d2cf035714e16b8928cc07e3eb54d6635da65f1a7f06f0b25805b72c8
MD5 294678a96e93aee515af0886c3d260ef
BLAKE2b-256 d4c09b7ecb7b12e9f5143934c15d5cfae9b2e7dc1b50b66a979282d2f5fecefa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ede496abbd600006307c5b2fa7159dc82298fc86cdd3b01eb864fc3c50b80d5
MD5 072a9389fea41acf1b7cdf28f986751a
BLAKE2b-256 bbdbf7dbf1c9502b77342d5960b0f61816a160612f092fc0f29ee79fa8d1ed4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b0983c46247880b0aae2012bf754d6bd0b5b7449602469ff7e0661bd30f025d7
MD5 3c630533c95d63d8a631bff9e3787939
BLAKE2b-256 0431b3d8492739d05eba10288854695c24f2ae25228f8e98b5b20cdb62692452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 78a8b9cdec81bc1aacb9efae91813037274aa0bd07787e10838a7f87e673472f
MD5 9b6630405481dd6c739b73c076bdfa1d
BLAKE2b-256 10c76ae26a08ded73c2b33c7972189059f09f56c8dee36565765b06c9941cbb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cb27ffa16b4fbe59b677ce65377945b84ba79887982322faf4a67e484fb4e849
MD5 54fc84b14198b962b4ad3431dd16e3e0
BLAKE2b-256 a174852bf8306c2c79e4005835a8970afafbb83ade746d4ab37bd6027691166d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc3-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.10.14

File hashes

Hashes for pytango-10.0.0rc3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 86fedc25d4d325eb8d2b6013f75ff00196ab8a605e49a700f1e53e7fe76d8cfb
MD5 65b083d3c754f9aa6834e22a41afda46
BLAKE2b-256 881fc27a433a49c6ca8e4b1e91aa97ca1892b227701c2d8f14c5ce27d79a1da8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 161044928e3eeeb588efc2fb00cb587590e9479ff78fbb25b600f65af3b6d44e
MD5 4c3a3145a9d1a5a77691ad9b8282ee9c
BLAKE2b-256 b76047697bd4e452b776aa1425c67212ca6c3a3fe335719aaf8a0cac2334b2bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 603a2bd652392392ac324b1cfb0a57cd84fa933e4417184fdcdab7d1b22318b1
MD5 8e155b651eea7835ff90eba387439f46
BLAKE2b-256 4eb455302ac0439a6033b0878e88020dd25f53223ce9d8a84131535aeef7a554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cf624d40b21d3a77bc80d6d18170098ae583e2a06715ffe150ef2bdbf9353cf
MD5 74fe86866977041848a07732c2df8cc0
BLAKE2b-256 3887a1b718f4eb4ac1da00cb761c171497c0817f72c037b8325f47510df2b2ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f010be6e523b3c7c433d1ee2145c24e54538f7484bdba7bac71213dbd8649aac
MD5 102f8711f30efb79a87198036586c62e
BLAKE2b-256 a17bf57ba769406ffdedddd913ec7ea9f8d8c57f170ba667a39bef2c87a9e7a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc3-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7488de186c235e709702f26e468b8d6822ff933dbb71e5d177f7c6640324b6b6
MD5 601a18a26d4042e67fb5ff257e8673ef
BLAKE2b-256 38b9a85d729169486f8a75a6b173a27c072c2e266b015afcf63aca295695b9f0

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