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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 macOS 12.0+ x86-64

pytango-10.0.0rc4-cp312-cp312-macosx_12_0_arm64.whl (19.3 MB view details)

Uploaded CPython 3.12 macOS 12.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 macOS 12.0+ x86-64

pytango-10.0.0rc4-cp311-cp311-macosx_12_0_arm64.whl (19.3 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 macOS 12.0+ x86-64

pytango-10.0.0rc4-cp310-cp310-macosx_12_0_arm64.whl (19.3 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 macOS 12.0+ x86-64

pytango-10.0.0rc4-cp39-cp39-macosx_12_0_arm64.whl (19.3 MB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.0rc4.tar.gz
Algorithm Hash digest
SHA256 39475804c261fe7a19dd90bb45f9b47c54bb0b357e6b4fceaf6622d5cffc5d20
MD5 09a527cc73168d5e363250fad5681e48
BLAKE2b-256 44d5a35cff9d4b28a4278ecd3d30642979f80cb85aa4bee4811df616a80ac29d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b8380cc2daa9c9db5c04738e1e9ef4b96519884563167c85fa237b7302323cdd
MD5 12a71c99bdc3912949590fba213b1d87
BLAKE2b-256 3007eed0ee51f8c4821bb73f2a811d78ffaf010596b1a4400c9ef27a628cc1d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc4-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.12.5

File hashes

Hashes for pytango-10.0.0rc4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b95119f293dc9ac096a4d8377b03a10d912a622b7449a1a356a5cd680cd8fe3d
MD5 985dfe1c02c7f44623eb028415df4eb9
BLAKE2b-256 049d922c2afd8e2494e9dd347017cf7be28734b3f8a7261ee476e375b9cc8fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89a468e1eb6b3ab3e156880954a6e4b7a51612045e1caf2e0557339e937c2bf2
MD5 8cc84b1fccaaeb42523e2dbb85a7dd15
BLAKE2b-256 aa426858496404a425a1bdd50d35e14c1e20596a22aa8fc0b1f6555785a2ac2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 614d14bc94ec997eb4c6bc5f7d268384d461817c5b6b2bbed2672288154559f3
MD5 23f9ec2c29e4077f2a5c665367c75b6e
BLAKE2b-256 841b5df4bf315815c2aeff0d536516ad7cd2e1201e68012dd5f9909a6a340444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d4c58a9fb62dac23419610e552431706ce25b0314795c468b6e03856da18774
MD5 248defa5f176c335a5e774b834107706
BLAKE2b-256 6e4a8b1ebfded6ff40eaf01ff9dd57949f65e37986e84f239da90adaa072a3a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 2e13a14b80d5e76e8c3a02459ea3a21597aa0885229174bd9b6111190da59410
MD5 1899fbf0552f5256eba63a51527f43bb
BLAKE2b-256 dbd4dc1ddbd7d514d75bf098c6c1682b1defe05851fbcfe4cc4eff6182d3ff64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b0d3eca399c9e94342dec75be31dd8f34bd42bc95c35e49c886144fba25d80ca
MD5 9073add14a9c38d84ced1f39186ad03e
BLAKE2b-256 ffad21534ff82f2b5281ec5cab5179f2feba074c5b5c57daeebd46daced155b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f5b4762e514fef9368e48946f9f3a2d906fdea786c4273a3f9233fee1762fe1
MD5 3ba49612ac82e8e576327b8f339acc74
BLAKE2b-256 e1eacd44a5b134e79d47e79d98ffd3290990b74a0b89cd740b374feb5b2fbaf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc4-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.12.5

File hashes

Hashes for pytango-10.0.0rc4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0ce388adb8f4dd942db793fcebda9c09791fa2fbb3d77e4992dcf360edc72d36
MD5 ffea7e3862cc3b708ad49ca59805f269
BLAKE2b-256 0036efe35dfc7ae6bb9ed3dc2f83722ce3183c42851f2a20f1ceeba4cff316ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70a3723a59d914d9b06f2e9351be824f77030e1531d234f302ea9c374f736ad0
MD5 d1e5f0d78efca2ca3d15a8768fa3d1f7
BLAKE2b-256 2e96a79317cee3905702d4fe261891e712a4a2897d225fcf9297e8701928bc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b69b7e60bfe060378c0ef4a4cef7820d51871b060bf9ec325f9775befbf7eea4
MD5 f1590e9407c0c84ffc6a006693cd937d
BLAKE2b-256 60fe57fac3b797f112d2f3fba40253f026e42f8970c70b94ba0abd04dad13af7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f1e3de9ce4f148250f2b04368a911d27888f1b83788e0abdf963050e2f751f8
MD5 ad4076ea06a0210e96e5bb834797300b
BLAKE2b-256 ae0dbc242841f64da28aad987c4e1e6a2ff48a3fd83d69cc2cca2f208a64212a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 fe1f252168b2a57378799d3049babf3501f8eb9d2761cd329fc6974675b64cfe
MD5 e63430c64ef85c1ecaf94329f0653e83
BLAKE2b-256 e6568620577da753b76e90b47ba13eac84844438ffb8df0fb8526095ca7cf6c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 721a1241b0cb64e0090fa4787bbe8f4709cf11922da1f93227aba7b23fb3b10d
MD5 e2558ba6f6a2bf77f4a4e7fafd215eec
BLAKE2b-256 0f27533d28928e76e30d61cc4e53a9faae59a1e5d37cf2c010ce4c99a81e06bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5d314460f8a7a8dfeae37a0a028ebd97e8eda80b344348ace3e6709c0ca5c178
MD5 e5d4f7acb8e9ee7f01f803f696dd2996
BLAKE2b-256 11b99d6b376d0052087e57020edd034db1300b914dbd268e11f83d5f99bd2598

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc4-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.12.5

File hashes

Hashes for pytango-10.0.0rc4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4148024ba7bf0fa3951e0e4455a95411cfa1736b6b5bebfab34ac92765409da1
MD5 fa058cab44c364f3c37cadaf5160162e
BLAKE2b-256 495626ac437f0081a8820ee47608a18ba8358fcc587ff5c22aedb4204dba46e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44664c37d14a3c61c47f83a8c8b3617b0d51625ec3792742129c4276bb3e019d
MD5 1cd736f3415ac5d3f7a6c8db9c5242d5
BLAKE2b-256 64d48cd3faf0e9c3877653b2477051513132c658050513e3ba78829d284fc72e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92c6d15f09e7f33373e0f0272ed0d83ebe1193f259785e737890c1c417709da2
MD5 0c904c37b0f2bab8b09045fcc3d4d82c
BLAKE2b-256 991e8cc8f2f5fa2df2e4d1644d5d607d2aaba4181b21a4f7c47327948f9197a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45417e23980c0b9f00ae68dfa342cd7a06fa4195ade6ea5362bb8b4b3aa6b581
MD5 79e5cd27ce87909c19e9d003983b8a2f
BLAKE2b-256 cf46b3f705fb7b99d469fece42f2f618b0dcbee0fc36c46ff8081a1e162dc589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c7bf6d58fd04cac652ba9e09205ef18a074817bcdb8bf0843556aca2a0326205
MD5 57dc810ec8a8b1ab8aec0cb44e431f27
BLAKE2b-256 5ac873782549b5f79fd32f165659c08d4e1f8b93d288c99a3dde469a281a0c37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b267a807f6f78cd9584a3fad30d4cb102d858705c69f69954126784795b43c3b
MD5 0af004b91a2b67b3c4489b2cdf49951d
BLAKE2b-256 fd0f6ac3296938a15ea4027c985b4976efe616ff0e1c6b95f190812eb750b6f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6097b3825ef636403c4f86b566d21b5d1c93cb1dcaf5adca64a537ba7be02b1c
MD5 9143d380464caf4d22d49252ace84ae1
BLAKE2b-256 fa81ff83d71fb3fe78536c9577f894ecaa40ca81ef9ebd835decaff8f82f1fdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc4-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.12.5

File hashes

Hashes for pytango-10.0.0rc4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 66c70cead35dd3473d38cf55e41c5a9d65d0205794a06dd1e96942688c1717c6
MD5 bc750e66ec74d3a9cf07c7db2c9abe32
BLAKE2b-256 2686afe0346c4895618e4b922084de848db5669d2cc516cb89f64f538b8bf6e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd496b891baa30eea97f73e924ef9873c6f7fa0cdc20e0935b0d38b77fa23c12
MD5 49b668d363ff51a53f59de514cd7e19a
BLAKE2b-256 c74378ed3ed49607e64b58f6979506c5189862c8d39bd946524938d811a0e5a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b01da669f54f1a1759ff91f801dc67aa3c3e86cd7dcd850ae26be2b69012cbd1
MD5 753bcd500609862edb2ba0992a1c68fd
BLAKE2b-256 bd06b91571a8b790499a0a5085d8b5af133d9e652b8ad1e1368a1ddcbee0fe54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f748a3858c53cbc3b36628047668c655fa68a2c787aa6a907a544287ca5b37a3
MD5 e42ee07fd5192e74d792ffa18f9c67d6
BLAKE2b-256 cf617683966828fbd02cafe463a7b9dcb1182edd39386b6e2efc9d6c6f2765ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 166d7b0d74de8f6354483afa272dc0977f6ccb182767ac7b509c946aa9659ea7
MD5 d0b76437a78d013634097d0027adf2c8
BLAKE2b-256 aec88ad9260a1469f44f81eb44de0cb643921de0df064cab360665e3c5b9e999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc4-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 df07b31bf6efe3f92d622ef5dc16dc53e43a9cd7c1f2579c9fb3405d158463bf
MD5 0ee31db1897ba7d9f9f5477675b4ef0a
BLAKE2b-256 8b7e48a0d7bc2c9f7f3e06fa97c77690e7e9e05b35bdc5dc27884c7d84a1c299

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