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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

File metadata

  • Download URL: pytango-9.5.0.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.0.tar.gz
Algorithm Hash digest
SHA256 559cb367c8f336c382cfcc3fb86a523a599c6f01d00bc9ad89ca7a363793182c
MD5 259172ed22fa958bc52cdd47a92d9385
BLAKE2b-256 797b103090e085a36f6951c1301d03244f7e389f7381c1df7fdf1b4ed321593b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9c6acaee3ae444261a563b39ce212519f2e9f357a2f7321ec703ab4b26b399a1
MD5 e629fc40301983952f8fef76cd62514a
BLAKE2b-256 e4ebbed0fc72e424fce544b7f9ae90dbc6cad856c1b058eb30176e3a4293ff5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0884824bb4edbd475e7ae32fc15937695ae966fec7ab0997db872041155928cc
MD5 39297be807c5881c67f0fc0a476412ef
BLAKE2b-256 3b0b9b64d0e976c2a013c4b42a9e98fa43b91285123e337db701354b93592bba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a57a90c6d3c223fab086ccbe5ba2784dde300a27ee780332f532a259300210e6
MD5 b4dfa435aa5fd1ca0a0d50cc9ed0be09
BLAKE2b-256 cb6784a0cf5d7dfa8c712aac744a2a730620a0fb4e2cb3174d7092701d41dd38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7dcdb611c03c828478ec5ba0b35ac744c3462939364243fcdd906a2952a0ce20
MD5 dc037354a02267c26244023b140a6ba6
BLAKE2b-256 e31858d03d6c9c1a7fc26517a3d71d6b69445c5a6135b96412e322de71cecdeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52ff4fa2e1f7e2287ef7957c6cee977aa1887a31a31b326c40182acab1263d9d
MD5 dbb355736f9690749fa150afc24312a4
BLAKE2b-256 b8ef61091e4fad1c57a1da7a06d007089013311168694654c7b06ae7ef27b4fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce42d7c4c6bfd9bdb37618257d8e7f19aea42b93924412f04b169b777d09a35b
MD5 5e20a0a67be01e7833e93916f6e80350
BLAKE2b-256 7a5626b08bb4a3bf4cd49c4569aa979b6599e1b7686939e3bd09aa0fedac3f67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e1c83c9e5feb81c6103fcc618d8766ace7eac9ac54b12c4c012cd40a026775c
MD5 a8c1bcbb6394d1f73fcbd86b667d36bb
BLAKE2b-256 f5d615367cb9a725c19553c4b05a43f317d32312cc311d297960243a27f6c2f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0f314f2df81bd0ba988aa7d12654c96ba7d10ed2dcd3100974eab7692906441a
MD5 a9798f04d872b59c700f524e55dc9cac
BLAKE2b-256 e54fe4161b94b49f32f2d32495fda68094a61212711be5b46f08c82b2c5fc651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 052110dfe6d322506458474a75ee40b4368b97199b942516eec17bcee2642f2f
MD5 26961ce4727071294e86aa1336fba9de
BLAKE2b-256 ac7facbc5c4b903f68c973f4dea762635e297cc1a9bf5b410f7da66ab632419f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4d4cdda9748c756a61600b9742ce25e0e778f2df6b9d69d8ad4999c067287aa
MD5 07d611daa133ddec0de293868919c8ab
BLAKE2b-256 6fe0063126edb99b797dc11edcfa1b0566b5f6daedda6134b4f971ca6d02f14c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf79346bb81523f54f5b73426a8d480689bf4d2666750e10b45bcaf3aa8ed619
MD5 59a49dc1a8c15849ba8b81dc466f0ea2
BLAKE2b-256 ebcebe168db0465eab9dc3309bd91d26b4ecc91acf7b32db4dce5651d942a76d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97776c86c3331c1b5c4628f5de9b4859ff1dee6c2e2958904b788e4a74941e74
MD5 51234bc2dbbbb6754e7748cfdef10065
BLAKE2b-256 9068c3ccc113acced95882f3c3a70b5b596d095e71acf2c5b6408e79356fba0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca3c4b00bfbd5d7eea24df13845ef84b16d068d4f1826dc9202aefdca86937f7
MD5 94f134b4a0a992dbe91d33db0711f31c
BLAKE2b-256 92eac0582031350c889ed1722d468aabe7ddf3dae76ebd8dc166c3a2f617df86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65d4788d3f67cc10404f5b8362be8327bd4a5062e80940c268ce637aa9ede101
MD5 62320e21a6cd68c6308114c87c03218f
BLAKE2b-256 e3dcd26c480f40a6d392c5c85d64ccd87197c8187ef6ec63648ee667c0c490fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2ab01d02a132b5f1cdd9160758aacb433189c4fb7e14c65d83c7007a55489ce9
MD5 835cfee5b805b2daeda7415e32c04ec3
BLAKE2b-256 c82b351595514794d4b496977787151b4cc681d32a79d2d0553da23c7158509d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b69dc6d1544ea0d75e8edd901940f8fe1abc8d26b478564abb5a3527e6e06b14
MD5 6c5e629862d1642648bd8aa1e6c6da39
BLAKE2b-256 456c601c66fc7bf7215eff5ceab84d91d94538375d2daab433134fe438266b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42236b269280fffd10c20066ebd53c3839ed949568f8a30be30a2f865eed9f63
MD5 be199bb5f7a7e6d1d9c70681e90d4d8c
BLAKE2b-256 8b5f3bfb5469e2dc9d1df1c735e95bffc1af2535eb1c0f8c7c9ec084e7045739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 36b333387c376f3111dd677fe36369f4d53bffe1ff7653b3d9705d5ad772321b
MD5 6da3e28e1abe9934cbb243d70f9e254e
BLAKE2b-256 1b2d18234647eb63660b0d0f62b98dcf8b273a0a53f36bceb4adc20fa1b08264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69702be8512e51171aff8e6742427dfb016d6205864be9e2f3ec12e68993dca0
MD5 102a6a06bf5fb4edc111e31b2f5f7211
BLAKE2b-256 7db4f220bf49d22e2d964a644ace6df23a9de388ce515fb73dc159e072a2fc2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2da78750ecb95ad8ffc179c11053de7c46c8c65f6f99ec24a69739e2f246bd52
MD5 108e3691e370bb991903f83675a801a7
BLAKE2b-256 619d21fb9c3dadb501cabd6513896ad7d7d738918121cb702c6f3ae6973931be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3efaf8c81ada483b5be966ba2cecc25dcbbf2acd6964cabaf402f3d2740d4d14
MD5 fed44a0a4aa101203d59bc5a896a58e7
BLAKE2b-256 5618302da70ca30b9af80dd31f5a10ab8a3069fcc8c343a9283060f35f454156

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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/4.0.2 CPython/3.9.18

File hashes

Hashes for pytango-9.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 31d0a11dd8399a75ba6f4d05c27ab3b569974b81a98c3c963e70d0593b961df0
MD5 caa1cfeaeac9f76e45ec874a94386292
BLAKE2b-256 f408c4bcf2de1e764e90576f9c7ef692696111f23e58822d28cd065e08dfce57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e3824e1daaecd2909f11a141ae4b033404f7347f02ad7144b8619d69f3dd735b
MD5 655b4e81c6621a85f93e00fb2793c5a1
BLAKE2b-256 e4130db8066937f4953813387e44d1ac986c11a856ce943cb5a484bd06ca0903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 131e8376822ee30133c9f77ab45f7936bba9c6480e5a4d5ac352bc0a07161051
MD5 ed60bfa8d271d091260d97a69176adfb
BLAKE2b-256 89ad34ae6e13d6f0dc5effcf40a54199add54f0a29aee47c90c48240c879a0fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f78903947babab56c1f686142358ff4851c945149227db1f6bb51707a1e5e90
MD5 e375917b9b85cac8a84a55769d25be02
BLAKE2b-256 232dd2025fb0b69465921d7adafca4bc6c1d4e96f63e4d8d98d796a0ce2be339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bcabb28e00c00e8b3e46f826c42026f444840554b68a91af1283616b71f730d
MD5 c1498bea396bf8326464e27fb17a6fb8
BLAKE2b-256 166d3bb0352d07345d9a147a44581159f073dca3fd23276af07e79d8986d9511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5f4ac6d25ead1be4ddc60e8a8c9cca65a5f7182e99cc78a21cc283fcac21cb9
MD5 f377150985c814013cc500280671d5e7
BLAKE2b-256 12def363d036a8f8ecc2ac5a8d5404dd91156adcb4e233d34cbc297e0eb686de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 177c8dc30bde34e6642cf90a1ad71eaaf14dd68466b4f5ff9dead77d0bcc88cb
MD5 a259f710d686113f66ef2a17c4e19ba7
BLAKE2b-256 f9e0810e31ae61003e34950633a066285ccec01ab9db85354439fee5c2b3bd3f

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