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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pytango-9.5.1-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.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pytango-9.5.1-cp312-cp312-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pytango-9.5.1-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.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pytango-9.5.1-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.1-cp310-cp310-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pytango-9.5.1-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.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pytango-9.5.1-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.1-cp39-cp39-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pytango-9.5.1-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.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pytango-9.5.1-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.1.tar.gz.

File metadata

  • Download URL: pytango-9.5.1.tar.gz
  • Upload date:
  • Size: 5.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for pytango-9.5.1.tar.gz
Algorithm Hash digest
SHA256 a75113a4ff15232c938fbf40240fbdffea0140e1af7b24366ecec0e2921bc634
MD5 321439353760a118632cb7392a27309d
BLAKE2b-256 03cd3f4bd2f5ff3839447c715867ec08ee9e3c92c9e1fa47c381b9d96e7585a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for pytango-9.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 57458a9c6881e9d3f8f4f606415f3eb463cc70f29b0d95a0781edc9666f8ece1
MD5 84191a208cc611e3b64ea2f54ee65be8
BLAKE2b-256 8aa84a7ebac7cdf307a6df98a81efb2fb09cce0a4221368231cebaa47107bec2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-9.5.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9b0b5c7aac62b99b17d6fd695442d13bcb022ccd66d2ed2fafcbd9ba79efd1a4
MD5 0a5b3eb5f00151306024e7ca987c803a
BLAKE2b-256 ffb0c2b77642864c3d58c0657098c6b8bc5ee4b298220c37529e542bc124e526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df5323944c0aaafa48959283b2f1450dc3f112acc6429a523323d45d3865661b
MD5 5dd8908e8e68a807f3f692981cfc44a8
BLAKE2b-256 2ef6e44f00aad5049a5afd45cc7b6e1ee0aeeccb65c3c7e255377b117c85ace6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbe658368e03ea26086a16178533e1e939ada54c0171ce8bc893b5a2ee77a83c
MD5 5f344b13013f5598670657adc6c839e4
BLAKE2b-256 5c12087db8288c9668f2c4171016d61b7a260b9bbf7ca483d2a48030a6da0b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9355996b2cd7e7966031f08b6415d95bfd42c8173f9cf1950c558c9698e6c270
MD5 4702f93a84872e63e133805da1f04759
BLAKE2b-256 d0d7ff1afa48aed5c15b17e662f3d77b31b6367bc65ca3bc9a30a768ab5e9422

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b43e869a1979282e8a26e28462b7180c330f1d93b2a7d3190fed377a8f2bb1bb
MD5 92e37b902efcb1dacd658de57250d59a
BLAKE2b-256 62f3852559faf54820b0e827b362ec01c942faeb24d982cebd88f3a24008598c

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8e9f44c12c606f9cfd2b74c4a7f4ba9b9cc0d44c68253a78b1775d69adcd1ba
MD5 ca2dc7a912d4149b5f464d2f6bad7c13
BLAKE2b-256 2bce1d4768aef625eef75138a8dccb737af5f94b27a0cf147957fcfdb4368de3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for pytango-9.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ce513b9970fb58c1eaff59d9e39b893366daf533773ec0fed98858cbee71f66
MD5 7ac55521dfe005cbc1760394d66f3a76
BLAKE2b-256 c078e7a4d21efcb7769b24d01b4862ccd38640cc72604c5ada57c40f1c31de1f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-9.5.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 00014df2fbcbbf7175723b04e6cb11f78c08a32cfcf56821d5228779bdf830a4
MD5 312737996268ac397851a0360575ec9a
BLAKE2b-256 6e6dc6df5476e9a0374c6ffc898c185fdd5fc5f20cc0e3b80ccf5420ab783327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cdda9f80da12898568a0953875f983416e45993e09383380f8d87b37b8d2ee9
MD5 5a32e4a2bcd2857ec4586846686dc0b7
BLAKE2b-256 5e8c77be699c1a5c8a48702977bb556a9b7b974dd8106418e4a8209c134e846d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0222fbfda81cab407f8a525f1615466da12b6c040a2c2f0a2f3c5e9fc75675e5
MD5 532763bd28f94c407842049b213efe57
BLAKE2b-256 f9b14ae425800b5cbb9827f7d0af1bcbf80a53d058b389b16b295849e96d4ce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43d5a2f91fc05c9175beda1df4c228ae22ed369c0ed8d285bc441518f1a5bf45
MD5 de6e6adbe0f75336f6d351ba2c285080
BLAKE2b-256 ab4f4c4b87660e810271f8cabf8d3804c65dcb553270e0e63cb794c5e1d61afe

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0a419546c18d454d9cd722893c54589370245a977e8fc7410fb7d9935ea5cd1
MD5 0f35be2fd899787e71eff8fd1a493f75
BLAKE2b-256 92abbd398b6a16121c3180c6123f01b1bb900cb7eaff22a0958bc4026ecad48f

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e284385cb44971c28e3316be57c0152ff3582da3a78570755c388e8b91f4562
MD5 14c49332a3322b266824b445c11bbdf5
BLAKE2b-256 de1a85017248f93becd51fa524d835a86de053983bef9c0d9f65938eeb8de932

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for pytango-9.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 baca3c0b37e34ebbc05a7c13a16d8da81026759cf7b278fd441006d1e6cd0f09
MD5 ac3e395767a460ec1700aa3e17d6d6e8
BLAKE2b-256 d81dc48b215f017a75590a46200f9c543e83e3a019ece8924408b7fdfb041099

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-9.5.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9967cf7f568ce8d29bff0036ea747d69e67aba005337ec27bbe1bce1750178bd
MD5 5d167112a488a3acd4417ffad2b2b598
BLAKE2b-256 a529a4eeb61d758faada2483ab81758097e8c983a2f1c9e1c48213f3dcf57156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55e081fe04eae392628f840f909eb119f1c59a41dd19c81b3e2c498f7214ad41
MD5 ba1219fade60dc7ccf79f3e7e2d4aad8
BLAKE2b-256 c1846fbf3d7cda4ee68765338d8a659dcbf9335ee36b51108a41003ca659fedc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2fa1ab72c313f5326bb6deec32b82e9452fd3dac9d4b1eb317314b5de970c67b
MD5 bfe65ae0483c6bc6cf5297ba22bc1c32
BLAKE2b-256 135df613a22c51d621af49f0cb2a1253dac37526a68822c0eaf92f9b6d43789b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca4e86ef8a671b1708dfaf8dc04c2c4bdd7bc45035ac000be698bd881f21165a
MD5 330cbeb4db78be8b2be0fd207c7e2ff9
BLAKE2b-256 e9c5373b022083aaa9c431a8851616c0ba51c895d411d1da8f115dd8538171c4

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 985b95beafbbe1a327a17d8a4124b23fb71d22575c46a13b0b279436f060a26b
MD5 1262a265f4a9d83ae502a70596d02ce6
BLAKE2b-256 68f9404c443660e117fbcb4fccdc0bceea2f72d384a7ca765d093e74df9af526

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 069500a08312f653742bb4406fa87b20f185c986622be797792f57629a6cd706
MD5 dbf32d02fa13970c7218c52bd129bc5a
BLAKE2b-256 dc3ff761c2edf97f929b27955d6b4e61d07ad63094b095d4e6a82bc4a2e05640

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for pytango-9.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9ee0fed5185fc133c652df9657b992ae2cb9bf2848204e3906c33fdc0c40b334
MD5 697e2364563a60e93870144f1151d3e5
BLAKE2b-256 95e273f0ce5fb7586e504149ab2ad9ebaa7b369d43064911722cedfe93491a4e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-9.5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8ee9a6aeb8d18b49a873d78a069b4a2f474c19fe409b2e8bec5dfeca769a756c
MD5 6f735fccf54665c4f3cb2d49ee2ceaef
BLAKE2b-256 8b5bf6f788f2be74b9c28bb6f3bef59f0ef456f4b08aa86b60d2055f73535a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 664e1ec6b8124f16e697e2aa73bf8f2e33b9112dbc80fa577d043b1f8ede82d8
MD5 66a4c35c83f3717530de0259e98561ac
BLAKE2b-256 04079dca5bb4fb0430d8d39ab585cd152899b17bc8eb25b5e176dd0e91fdff1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b2a0459f75659385fef8e1d51e7d2bd9012e28bba0a0a3f60621a68377a6df4
MD5 ed5b6255c2f3e2fd3a2a98ebaf590085
BLAKE2b-256 48507fe8bb3fbb0a46792c1efad4af6c0972771c0b2218a6670d101227021c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb72eae8709a2973d5e748510aee612d2cc09921ad5be8fff4c20094fde0a298
MD5 f0612dac9b46b90a8c2ee9bd75231b4c
BLAKE2b-256 3e66d7c21844282dada0743149feb4fdd0dac9376fbfbe0debea127138c3f135

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad00eb0a49c701f3d081429039c321b5b44f7d7ce2e33bfe48ce7c9d1fe41c30
MD5 cdb14aff92a7aa8de540293645a26f01
BLAKE2b-256 5be517099364db9d2cd607d702495e757536c506f336644a35ed3f4d14c22231

See more details on using hashes here.

File details

Details for the file pytango-9.5.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytango-9.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c322fe04ab9b88cf26d77ba7b9eae342a16d9503c6aa4b66745d163ebcb0adc7
MD5 657f97990aeac18dbf0a796046abb17f
BLAKE2b-256 642a7bd43e8f626edc0312c74a80a76fb2c45cd59e352e297c516b79c74dfd98

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