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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pytango-9.5.0rc2-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.0rc2-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.0rc2-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.0rc2-cp312-cp312-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pytango-9.5.0rc2-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.0rc2-cp311-cp311-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pytango-9.5.0rc2-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.0rc2-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.0rc2-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.0rc2-cp311-cp311-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pytango-9.5.0rc2-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.0rc2-cp310-cp310-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pytango-9.5.0rc2-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.0rc2-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.0rc2-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.0rc2-cp310-cp310-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pytango-9.5.0rc2-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.0rc2-cp39-cp39-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pytango-9.5.0rc2-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.0rc2-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.0rc2-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.0rc2-cp39-cp39-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

File metadata

  • Download URL: pytango-9.5.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 b01a530d7081cf683b846a107fae66bb65915a8ace3078ebfee672f342728251
MD5 d45fc44de9f99dbfe8f43e17742298f5
BLAKE2b-256 c711439c9a6ae90f6ffd1d3feca4016819a049bff6a6979e11f7b933fc5c3a86

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dfb367a65657c5628851d28c7769c461f00724ecb03c498cbd88da379d524956
MD5 4b50100ecb63f891aab615a506ce29b2
BLAKE2b-256 b6908604c54599d5262dc860711a0cdaa32e5ffc0fe0cb5716aa43a663e69c60

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pytango-9.5.0rc2-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.0rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d71c0bf11eea09a56ff89d67f5b196420cec539c849e34ad9bd9e649ffb7dedd
MD5 65666e6b2a7dfb2d2797bbf480390d13
BLAKE2b-256 cc2b8e20a1708bda298e240f51ea2ef0473194cf9c650974921488ddc5a1ad40

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73f644ffb8db47e5f2f7a89661343505672024c46f87aba6db0524af4c6cda04
MD5 dbc2745add3c3c04f969a0c69c1c2814
BLAKE2b-256 5bf4dbf575539e578a902a521f0ed19b20c53346ca38fb9aae68d626f5829113

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 41b6881d4a3ab68064432099e0f451762c17581c69e66f98e47e4a5e2f2307ff
MD5 cceeb399dd51c3cfbaf8b32fe602c869
BLAKE2b-256 01f2a1433b61ebe859b8a86fb76214ddc742b427e5475112d0f37d9819432144

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 244bc0762dd3ab5c2a3d690ca28a139a63a2645b5a768a036a54bc49ca8bfb3a
MD5 42dcfce29402b53d45ceef0182553abe
BLAKE2b-256 8008f471ad239246c4da82a5efc8240118fe2b4bdd9554e0372c1dadfb84908d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d68485a586376811805cd29221bb27ffa9882273cfb78915d6594fa87adcf439
MD5 e7fa81394f43ffc613f5c757841484a2
BLAKE2b-256 15fd79660f7817fd9dfb95d644d2a1858353fcfba01d96134dd757b90d2af8ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c743b8da877f035cf4651c4f75fb894c9f635b3488245b844563bee3df2f7773
MD5 24b4d235c9e84a37e3ba7ee2dc5e7762
BLAKE2b-256 5d770f8a5611992d75ccff6e13f8d86c52489667cd341acacb30ee39267c3a0b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9db616b9fd26c914f41e1e0a657d684427f70956dec9470c19d48260143a400a
MD5 0311f46380e8cab9750309db6be510a4
BLAKE2b-256 c54f062f9d9a5612af31b9ff388be017f0d9c5080e3f215369522cddd1e59a4f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pytango-9.5.0rc2-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.0rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e7f9b6f48e66e37bbe99640e16bb9ac99be9199ae595d1529008d164e35f9ce9
MD5 606f851ab625dfc461032fdda2e38261
BLAKE2b-256 c66c7185d3faec52e9c4adacf28807c018ce5f08ccc00ebc77d4ef75482d4a86

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e1d5e5f76f09e2a72de2bc3841f7842a2fb4b83f0b177fd26c02657b1e27a37
MD5 fbedc25529f9f56b80f5ceb683fcf373
BLAKE2b-256 f2536bb5c0221f373c5414c13a0de9f8eb0f3b7fbc1c22da91cdbe7748b71c25

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c45ac27c5273e4a728251d8edd555ab7234d6d496c4bec4111334d7323b323d
MD5 6b99ed37e0fc12581149301424d732ca
BLAKE2b-256 5082c68ec1b3761df4d6ed9e16a0db30476ca72ad115fb5a3d18c1168a01def0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b5575f396e1dafb1e7fd1844e782f63b13e5e613e5cc827f5c8e8f587ad0d5e
MD5 7a197d6868d67b0053a4e6563589bf02
BLAKE2b-256 d6a28e0e251eca205d7c0644415d25f5b0d2dd08d741169c46e3032f22fbe4e9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 69ef2b736cd4734ae815689792b2ec134eb7bad1aebe277c73d8b96a196af9d0
MD5 0c68430bc77ec10aba450365c2cf1510
BLAKE2b-256 b02f70381f3a2d6ebed7255542c4785e97235e404ac034c833c8f755adfdcc2a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bbf2ed7f262ad79f1cde41b548a9f85dfe63ff26041945ff5461f7a496bc701
MD5 8060516d945f8a8b185b7d196f3d8f6a
BLAKE2b-256 29c72885f8878e46fff5b86e40c6df8acd48397f7f630530f7599dac6718b67d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d317bcbd13e9d31cb90c71885a13145b3eac64ed84d649f61ee9c3aa05865954
MD5 d5c9448c623c30d9daed1e210db304ae
BLAKE2b-256 258d2eb4955cdb395840d123ee5c4e8cee15f1edb3a742951b02fecf3837c5b6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pytango-9.5.0rc2-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.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 60814a5de28b306483224ef3a83536b2c476240f880da150fcee221debe2493a
MD5 fff5c7503711bce7ae22d5d282102601
BLAKE2b-256 80a27b200eeaae877c8b5133d73443eb13bbc55fdcdd05d67cd4efec63290d4d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77d4013a431b2aa5e623df9fc90950553a1b50f6198e867a290215d1271ac315
MD5 72c9767819cb7c16588e3b5fc737ae4c
BLAKE2b-256 418d15f1ce389c4cb4821336956ea641d10b9211e764f43af36f4fc05978c4bb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6c6cac51f58312616cbea5f993feb2acd726f1b6cc29834b908d9462678c8ab
MD5 139499ada080dd011e398534ab2a78a3
BLAKE2b-256 cae5dc0e75cc6b07b88be0956e3018946c63bcb18f952be0b1cc28be31a583d4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cb99c23c11d8069ab0e986ded1c647e3b9d3b443a31dbee0bd297515c2da1d9
MD5 e83770359a6ebe6894b060a0e4698c9f
BLAKE2b-256 15756ceb5593840918d301d658baf20323f28c71351bfd103c9dd24ddb755b43

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faca425e09f4f714813962b6be57dc26f431a0ad2278c700b73b1f01980bde51
MD5 ec219b54d2da01289a09186a01ae311d
BLAKE2b-256 96c919fabf026f24a52f3955e97765be3976b8ab94d99729b4bfc1d4d2a4da07

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ec0f37d531e191cfe07a5d945abdc90ed16af85b454de95956df6ae5a34cc5d
MD5 12d4f090e86fca6e13843ad3dbcde9de
BLAKE2b-256 77bf6f3b6302a7d41aa2af5afb9092cfce4bc55883e679c8387623ca00407eb5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bf41b4268785c7d7c80d3defebc8dd3b0543050f2582ea308ff4328ba227a0ab
MD5 fde0ceb0ec9db50c1bf63c1f70ec0404
BLAKE2b-256 626c70df083713f76b3db4668a200c9f3245a36c14971e86b628123831f53720

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: pytango-9.5.0rc2-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.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cecbc2d2230561405d9275da651c28a620382f71dd838f09df2c73b19ea70f79
MD5 5d0fe67180aca97738fe4316cf306a7f
BLAKE2b-256 c8b25afee249d2239f88bd7610afaadc1793bc144b047cc8fa725c60a8d09ada

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 498ed2997f74084aefc56912933ca06032802658679e33876f57fa7a7a9daabc
MD5 e32aa56647eb2d7ab99bd102f84d6675
BLAKE2b-256 5de5050dbddb0320f5c4ee1ca624b5c0ae24c714620ffbd11ce08c8d137f6f22

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7eba9219b89df253cd639b5cc5d17f675c1526c4b13b8913df0ba2e1ea8776c
MD5 62acd29929caa533df127d43f70ce23a
BLAKE2b-256 e0b1d39683db59ae6dd73f89e9d89cbf500034ee4f13a2408ae2c4dd60508bb3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3667ffc96a99a212690f94fa3f352f689c2b7367dfc3214d2bb50be8c7145df6
MD5 efad96cae9e5d843507710dedd93c9c9
BLAKE2b-256 6e4d974e6c195e3d146be48e2a25a91b4c6bc349bd161ae46c30cccb7805b3d0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92f8776a2d44331fca6f8a1bef161223ef1f3f1624ad35c575120949e52d83ea
MD5 9af7dd26387105d2f5a6febd9df726df
BLAKE2b-256 60eb0a22e3b817fc6cb5b53b483f2dca579b3c9aab68bdec026c074c82bed9e3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0rc2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4923559470e98e9ada731af9cbc63ae83d31a8940b507d8f78394a5103c7def9
MD5 550f5e31fb74b9b3895fa60a7be04ced
BLAKE2b-256 7d37159ff84af710323ef372aeefe359bc581769081e5c26a1c988d9f219b803

See more details on using hashes here.

Provenance

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