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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pytango-10.0.0rc2-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.0rc2-cp312-cp312-macosx_12_0_arm64.whl (19.2 MB view details)

Uploaded CPython 3.12 macOS 12.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pytango-10.0.0rc2-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.0rc2-cp311-cp311-macosx_12_0_arm64.whl (19.1 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pytango-10.0.0rc2-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.0rc2-cp310-cp310-macosx_12_0_arm64.whl (19.1 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

File metadata

  • Download URL: pytango-10.0.0rc2.tar.gz
  • Upload date:
  • Size: 6.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for pytango-10.0.0rc2.tar.gz
Algorithm Hash digest
SHA256 71ea40ea3f51bbc1121fb5ebf23df6bcc9b69d79cdde74bf2eae96239ba360f9
MD5 f929fb25350afe7f86b6b53284f37d45
BLAKE2b-256 c9dfa651001612de11ec7bf419843e8b304cc8237a378479553801efe712c303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 82fb5c6f16983a1976ca4df153c4e16cebf33ce1c7cec5f8b9d86693fc8e5989
MD5 08c36496f8032d42ebe94be0eab2bbfb
BLAKE2b-256 02b1786d902edc0b517a60fec334dc8f559aea1864321033ddae749a33ca5f61

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.0rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7407f4b5a84338bd87b4a9a3acdfd47b5fbc523083f3fe2810baca411f7c5267
MD5 ef715ebd086f4aa4e8215926f29a65d0
BLAKE2b-256 46489b8e6da7ddb7a42a585c354d10d528afe57bbc26ca74850b5856e4f15be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abdb5e6c2c8434c48fc9c10ed5a6cd26a886a8e255e5c7ade049b218f8b0695a
MD5 d07f368c52d45a79c5a586eef509c2e3
BLAKE2b-256 bff446b83b91c9c3cc5925046dd68735fe0a84c24360597a0c542833a0396174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6bd02a12cce1ab05a8fbdec3d89a2ce80210b7cf9c31928f7411371ac9d1a99
MD5 5aea2bcc8e3e223eaa5aa74b4396f4b7
BLAKE2b-256 f131b9afee670e39494da7ecf28a85220c8ce4281397c108bbe14e26e16c306a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dee02bb5062837e075d5ea4b3c65a2732d969430dde6dac6fc37c2731c6f62f
MD5 64b2cfaf1f2d959237563dd57bdb32a9
BLAKE2b-256 7e8e90235e0e9cc74df81044e607e5fea2b4c67b6fab595a2c17f2855a2772b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 e100cd7bae7e7fd1257127ec49c5ca8206551bb4600b403c58909c6c7dd2c1a4
MD5 60d25e53b76c16d7531b8c1cd9a32b37
BLAKE2b-256 32a0ecacd6d1347b81dd74b1f8c28ca6c32ebdbd08f0a3fe4595114015d5da56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c7b257e53aaed4e7cd0cdc825a49e62529dc38e66e03c1a786503180f9b650dd
MD5 493f226535eed3e88b419e122a36b9f3
BLAKE2b-256 834de50565ef1f4255be1ab9064d186913c54fa7eaf56b0dd278b4c715674629

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2bca4736132969ba681e11b775b1f6157e77b9e54e747a4d83a1b642c8b64bd6
MD5 c4ec452e47b7171b21dc488e733765fe
BLAKE2b-256 704be644a15585e6c156f4ac952b5c6baa9f99685db237d747d8ae3d6cb3427a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.0rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8181119f5e6690ac72b30a4980e2a7da6572fd2bc422fcfa0bfd835cbb94363c
MD5 d5f00627532b8b48fe7eee039a088e96
BLAKE2b-256 d463ec9696a296751d65ab0229e19b8b5ddbf56507778537ef4bd08681ee8abf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28359860c9a701693bdffa9a044cfa225d15551e0f7f76aee0478a7701b28f21
MD5 772f870bbcf4e0d8e2d3695844b3a067
BLAKE2b-256 26a8c521717b59c83d910a2f0c88a05a49eb32a166ed81f3eca5630b320aceec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8432968f7468501e9ddaede5f1b81d24701a4f3811fe1593ceae20ea17d7329
MD5 122c12051469b9473d248dc95a689d59
BLAKE2b-256 9b485f6fcdd54c8949f08b771619607980048f9ce107c92e78518eeec498ef15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0db63de371a275447f41dd9262569d93a5dbf91bf87c0a48dc47f839052057eb
MD5 484b1161787eba9b8c542dff0c9cec00
BLAKE2b-256 fe1f8bb7d1d54ee39750183dfa9a0cc36242648eadd69a4269f88fe3803e1d58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 77e4007271b404229c6133a3c30be13e6d8923277682020c27713fd4cec5ec74
MD5 110ab887a7a7470be6631832e4b52819
BLAKE2b-256 d4900b78049c7d0fce918fb9cfa65f10087222a8e0184548c7347acd7897de77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0c54f01d8351ffbc6f0d473908b7536f7f9288f7e18c46e18fbd55de4a1e532a
MD5 21b43743ffd4a0003297d9df487578a6
BLAKE2b-256 c6925d699a73a00b9ae56fcc8ac82911cf43d944af2faec2b664e9ab84ac425c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d476e2ec4854bfdb1120dae9d8f7b294ee03eb3ff35582024b14c3deed6ab549
MD5 3aa676ee09b808aa61ad43a925a1e4a0
BLAKE2b-256 0e3ad4ce7fb3efc72c23dfa26d5b133e493cb23e6874ba9995fe3fc38fe940a5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3338768c7fa3f0371098a44326e09e0bd4b37b07588180a4ae2b235f53c5a637
MD5 abbcdd4e0917032f3812fa781c7c337b
BLAKE2b-256 37d69be18771a67a447427a377858db3947575509dfd1a7f681fe0db74aa3de7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de56873a973be43cd348b3d6979e6489629fad077a6fa1c5399bc4f8048f8859
MD5 ba90149fb2445f02f431fd57fbb8fa46
BLAKE2b-256 8e980938eb1bf7ddd2ac370fced7fcbe2ed194da25244a6e56862bd356e822b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22e222fa75eb90065d1e101012f20c39df473dd23b0fb721fd3ecd30cb85bc8c
MD5 9653963f9771ccad40bbe2b21e24142f
BLAKE2b-256 253e60d5f19f847e41e7caf1a4d45b16b61213324a532ae3b62b4cdacba59b3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fc76701529e992fc4f85ea5f0ecc3dc75926314cddc9a3016da1e9b72dddd3a
MD5 c632a9c68f0f7efe91797c000dbc75b6
BLAKE2b-256 3792af8c71abe3e9d30cf7f0672b8ccd06d21c25b65321e5f5a56092572882bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 44c91c1027b4bb43a8269821a6a2c3abb788cfe0d833f24dc50d51b2fb17d13e
MD5 6acdc97cbbcc31b390a52171c63d6f81
BLAKE2b-256 ada5883b2a5c7322ab31796810b016c67f48c584ec3ee3fd956678c9473a5294

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 4a0cafa8aa6cb83f0d780adae66467dd1762175386ccfaa0c442d829108d5f8d
MD5 ea3eac73ffda996644a8cee307b180c4
BLAKE2b-256 c45fab42d19d4938b3222da644517e80f880d3aa02039ca2e44474a86624cfca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9ad981510230add12209c1bfef9ad2a62eb4ad4254b6b9364e2dee1caded8afd
MD5 bc1927094c9f2b962b774af120120a3a
BLAKE2b-256 2f41e820e9c719664ee5b5fc3ea33591efa7b961a906bb428f951b67bf63229c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3bf89f120c664fa60dfb7b1376b13bcb907cb712e05ce2c2480394bb8c16201f
MD5 e3c79f0c8f5e0607790d76248531bc70
BLAKE2b-256 0ad8e8cdca80c8988d4be17eeda1b8ccd3a5a8464c28ca152a352643dafbca74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 588d486df70bbcb3e68cc86067654491f2733121b9b26c140bf5c112749f80dc
MD5 fe37a1cc301eacc27aa07c17aa837303
BLAKE2b-256 729f4c88f67b936c0c0b56d6ba3661e317d3bacf427d7f96697a0efcbb55adf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a99c73d7f0d5424836499cdfaf3db55d542a439c390162a2c9d21ef4972a0feb
MD5 5543059e505fd4c339d248b7ed4e9752
BLAKE2b-256 b916273ad689e96e744ca0d44775c368872e278cabbf93949ec170350e9e3ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ba66307dacc5de9dde9bc8bf6d8f9d91933c07a815b857f3f4f976536e59313
MD5 00739fbfbd1ea2dd0e709b1cfca09a4b
BLAKE2b-256 e092463afe6169709ee781e512824735eea27be4195a158351d66530234fe043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 77ce017b19586f1672a09c9baf43f92d200f2f80d9f1a853440975dfcf97b189
MD5 2ea991649bec5a03b9bcbdd680c6ce2a
BLAKE2b-256 8f1bcd00ad065d211deef402f2df2f7d7fc36be17b22d5fe904e39a739f61a43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc2-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 bc650329d1d125d105220d8f9fe2feb81cb01fa548bfcecfeb76733983f7b45b
MD5 fba514862182022d8c607bce354b961a
BLAKE2b-256 be9878939bc5e39688dd3082d8b6574ee0ae8e744577a420a15c463a53304e01

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