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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

File metadata

  • Download URL: pytango-9.5.1rc1.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.1rc1.tar.gz
Algorithm Hash digest
SHA256 64575e6592930abb7054d7dca90c2bec262c3dc4d8605b498946ea58a66d5f89
MD5 70880b19ba55315852986fc2745cba7c
BLAKE2b-256 352632ee6d3948e3fe5a4ff0479caa02a4883df42ae5a1c2a19fb5b2a36bcdb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f88f1f46bb8646e1ac5d59cd721f9a64c2f2ec9e6fcb95222654e0e887c7005f
MD5 f1a282b07a4645066de0432673f3e196
BLAKE2b-256 d73e94a9edcd7228772b4a4ddaa73a99948922d99a2eeb702f49a86b166d4e76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1rc1-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.1rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7487dc2681c11457c70353b596b2abd314eaf505f4856f6963ceaa4f3b44285b
MD5 e61d7030ff7db5d27ff85774d5149ea8
BLAKE2b-256 68091fbae2d85633989a8bea9b1e6129a2834c1351f51901b60f2f02775dde6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9dda4e577536786476edcaa37bce74490cfbaf5d9e04227d97dd3b7830d98a0
MD5 e78d1a003944d1a4e60ffa5c4a6b8084
BLAKE2b-256 93c0d6a6a8c6b058ee960ebf2919fb4f25b3787dbe456bb45bf9a62c2aba416b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c32632eab14c5b125ab7dd9b302254d0f5c4ba0fa363908f1ba31b4aafb69a8
MD5 84cf91e98e4e338712c2979564f1f0e4
BLAKE2b-256 8da10da56a6355af8b7bf5e7e1a36e616ae3bff10c28c16339095450eaee06e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce11803d951551371b72dc96d8b0cc035af7560d3ae0dc9c8f5177456e29aa96
MD5 6066d1b393ed6a7557434edb6af6dd3b
BLAKE2b-256 5069c86bc14f5acd492bcfa6e2d8997f5adff33c9143ccf28da7b61d1da1742c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41cdaa4b8b756b4c9e3a32c3f27d05a6629c6e51fab44c5c8668bb06a006015b
MD5 f079ad5f97e221c59bb82579b44f19a0
BLAKE2b-256 bee4db3285addd74773914916d82fbbcf6f271d611ee7c1573fed79d92f78658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c9fd961e06c61e1da815090c75edf8c4f23d8a2b239ff3627d0fe0e46fa9914a
MD5 120b795a2caea4ff06bd202c565e0358
BLAKE2b-256 e91bb5f0586c2147540176628397a8bb59a2d910a84b0993c7008fe13f4c85d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ad7f31e37760f976ba3448a3546e73daf7c70c6f9a2d2b89c8dffa0fbf7f610
MD5 dcd65132ccdc4bc299d7936bb3afcb58
BLAKE2b-256 34fee8b8d1c4e45b800ccf6e5010cf687aaf46070cc320194cd36e078e2bf757

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1rc1-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.1rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2af7638ce4a7f1ea0f81e7d3273239373888498ca3c9d48dfdf7999c5a4612c5
MD5 ebb4d1c473e652819c7d6f2285c0c852
BLAKE2b-256 8923b9f48fa84f53f0ebc2522ccdd5e73d50d3c88ab79bc49f5f86dd411fb416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8292608e44694ac4d6067da2578a3947080865b00cee690fc9482722d3b9116b
MD5 f3f7ec0fbf6d5648231e7521c9e50777
BLAKE2b-256 80aad9edc9e37db4b352f4f5edbd0b2bb09076f4926c8d065cdfe40c88041801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2c4dd4e70c8b23ddbc3e5519d82b1b73dc8d5178fc4225b6b91ac0e43fef07f
MD5 4db430ed83eb698d969bea0cadb564ed
BLAKE2b-256 72172e76ec219b366bf69f92235e844b54da6c311433d76d1c0d3eb2f38729e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1968cb667526dd137f49b67a4f0ba467334806f98d8f967b7548c944c3bf5525
MD5 e91267f0840d8066c56a266d6fa83e77
BLAKE2b-256 9bdd0779880d451a8f9c676a31cc06a2c91ba1cdca771dd8d99e7cb1d8d79811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccb7d7fc55bd12d324404067c998e8dd2844d7f39bd2a5148d26b55c9a70177c
MD5 82505ca52fdd054c3da5db82092db968
BLAKE2b-256 6bde895b85f0c0a0915f8351eecb83291fda30756fa2d5ba87a1626958a5f757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d20d81a6530bd34259e8533bfa179dac03daed18079a45b6c62986dea8b19cb
MD5 44ef3eed67bd4472e9890e88984e891d
BLAKE2b-256 e9bca004a0c2a36d93cd567549c549bbd4963e6e8bb339eb48bbd3b5ecbcc19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0dd8cb6933391b5dc06badc0d7688a4e5e331df6ecab814a8b23a66eb06ba5a5
MD5 c35584c40cc96ec5557772183b6ebc31
BLAKE2b-256 0a87be63bd2378e5a18eca403d2c7127d94b48d9b94c75dad2cbae0cc02ece47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1rc1-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.1rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 55db35aac7f99c804c1d24a0fa9dcc548411f4a30df870276c49a6da7f42b676
MD5 12855c2e514ba8ddb00d78ad58d0c311
BLAKE2b-256 20c697636a1e8700ab0dddcdfb1634c30c96af8fe20f2abe5e5dd319ff496a9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d99ccf60109e8160767946b345d92d3b6f588f6c8a25fcfa7fa1e7c4d7b87c4
MD5 615efe0fda74d856e3c1531d72bc7c31
BLAKE2b-256 48edaf20b1f654debfd1f7a869686db529c8022aff85d2e014493e5443b0298f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 028450c363fd608ffa0a83d6122c1e4919067f8382cf96613d8acf1d3fba3f5f
MD5 24bc3ed9944a275d373dad2f615c812b
BLAKE2b-256 7818a68c8bcf3026c11afcc635f4292793a7d9a3c46a44c0a99f690a39ffd3ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 632745e004a1ec7cda107b98306ad1b071075d83e940b91d435b67b169e65cd7
MD5 78efe495cccf4ce6802598b9aff73c30
BLAKE2b-256 f9e8dc0fc7e8c22ea0abc5e308d8cb738837a601a189741a41177a62b5549e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 907eea34f14d837d4b9f66bda1a3363c5c3c9359b0f7ccc14a40fa0416a3c12e
MD5 42e66c1de99fad4acea93fececf15021
BLAKE2b-256 39687217dc137d98c08f073c3766647c909eaa24f03a596e281e62d3f4a09963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0847d0c010b02ecab9d119b5338ae6744b7a3851264d30fe829af15f5a42b2ad
MD5 510fbde29d445aacda73f7245f6e8f35
BLAKE2b-256 d4a8fd327cb9d3d10f9957f342df2b1845c2a17522d37a2100600db8ecdb62f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fd450b71712477ae9e2f34aaccdfe8c03a3103b0c94c5686e31ea193f1601424
MD5 dbde49ec42ff92b8984bf9d520cad5f4
BLAKE2b-256 f25f9f82566aaf8137af82b821ee1c0d7f451721ca6748214058bad731d9513d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-9.5.1rc1-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.1rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0aaa8e323ed3bd1395133503f831b992750942789d74537374f435d83fd6c231
MD5 13429a297858bcd5ec66915ebc87a5b6
BLAKE2b-256 f8cefdf73a25984dbd9a489f664b6c13e4ec20d4deb41c5d329ae59063cc8e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3cf4247c839fca025defaa0793a48feb4920aad2adfee839125de4af6a5d18b8
MD5 d53246a941834cf36e31f8d2dca3aec7
BLAKE2b-256 5b3ae8a2100c5700fe6d9caa8fc9968f9df977066cb1d159b7ce787928e3a161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8259a2cbfd32435c1367d3381086b5cc994a23db3c3ae0c74b7aafa9c7a6070
MD5 9a1919a0f12e899164d0c663a3a0e467
BLAKE2b-256 df32324623e58d3c0f4578153bd122423a4b756f587cee4f602bd21f4ad15c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d12e8c723ece494d34ba3fa1ed46d4578ca82e2cc3c8b5671cbc6a2ae71ad5fa
MD5 b8ffee5b2b9592edae61a3dd95234695
BLAKE2b-256 2c6bb94c356b2e8108949e142b0051ce922b8e3b5f20f38efa567d8ba6a43e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4067aaad4060e12f47f9e06816fb84c426fb5f35ceadef2ada828a5209e1d71a
MD5 df83071964e6529b6aa790282ce3f228
BLAKE2b-256 ac4419ad0d96c8e4ea1ee353c5b018281f7fa2da07544c892928ab8154f25019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-9.5.1rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9603ac00d83ae349affc8e48c6950243a3308a3ce21fee1e4d3ee0a2549d0714
MD5 76860132986971728147e5306f3cda38
BLAKE2b-256 60cd8afb206f3d69fc4ddcc5f8f01a0206f1295b43b4092dc0ef10ec01b70cf3

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