Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

PyTango logo

PyTango

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.10+.

General dependencies:

  • cppTango >= 10.1.1, and its dependencies: omniORB4 and libzmq

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
>>> import tango; print(tango.utils.info())
    PyTango 10.1.1 (10, 1, 1)
    PyTango compiled with:
        Python   : 3.14.0
        Numpy    : 2.3.4
        Tango    : 10.1.1
        pybind11 : 3.0.1
    PyTango runtime is:
        Python   : 3.14.0
        Numpy    : 2.3.4
        Tango    : 10.1.1
    PyTango running on:
    uname_result(system='Linux', node='debian', release='5.10.0-35-amd64', version='#1 SMP Debian 5.10.237-1 (2025-05-19)', machine='x86_64')

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 !

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pytango-10.1.6rc2-cp314-cp314-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.14Windows x86-64

pytango-10.1.6rc2-cp314-cp314-win32.whl (4.8 MB view details)

Uploaded CPython 3.14Windows x86

pytango-10.1.6rc2-cp314-cp314-manylinux_2_28_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pytango-10.1.6rc2-cp314-cp314-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pytango-10.1.6rc2-cp314-cp314-macosx_12_0_x86_64.whl (32.5 MB view details)

Uploaded CPython 3.14macOS 12.0+ x86-64

pytango-10.1.6rc2-cp314-cp314-macosx_12_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

pytango-10.1.6rc2-cp313-cp313-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.13Windows x86-64

pytango-10.1.6rc2-cp313-cp313-win32.whl (4.6 MB view details)

Uploaded CPython 3.13Windows x86

pytango-10.1.6rc2-cp313-cp313-manylinux_2_28_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pytango-10.1.6rc2-cp313-cp313-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pytango-10.1.6rc2-cp313-cp313-macosx_12_0_x86_64.whl (32.5 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

pytango-10.1.6rc2-cp313-cp313-macosx_12_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pytango-10.1.6rc2-cp312-cp312-manylinux_2_28_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pytango-10.1.6rc2-cp312-cp312-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pytango-10.1.6rc2-cp312-cp312-macosx_12_0_x86_64.whl (32.5 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

pytango-10.1.6rc2-cp312-cp312-macosx_12_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pytango-10.1.6rc2-cp311-cp311-manylinux_2_28_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pytango-10.1.6rc2-cp311-cp311-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pytango-10.1.6rc2-cp311-cp311-macosx_12_0_x86_64.whl (32.5 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

pytango-10.1.6rc2-cp311-cp311-macosx_12_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pytango-10.1.6rc2-cp310-cp310-manylinux_2_28_x86_64.whl (20.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pytango-10.1.6rc2-cp310-cp310-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pytango-10.1.6rc2-cp310-cp310-macosx_12_0_x86_64.whl (32.5 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

pytango-10.1.6rc2-cp310-cp310-macosx_12_0_arm64.whl (31.4 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

Details for the file pytango-10.1.6rc2.tar.gz.

File metadata

  • Download URL: pytango-10.1.6rc2.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.6rc2.tar.gz
Algorithm Hash digest
SHA256 22c866045b7494abe53a70b24289acab836d0d516dbbd7228217d70fcd26ed25
MD5 19637dddb02c89bfb4a79cd449b7da99
BLAKE2b-256 4a00ccf40fc5cab1062d3dd0067747f3d7db284510d243bf949a34519711e33d

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 21e1758d107db038ba78fc8886ecfa64afe0d089d3adca4027d812b4c57ec1b2
MD5 2b28c2e0c01f4ab85192d99cd2fa7626
BLAKE2b-256 474410f2481d3a338f39c242f43880a8c13de1153567d49c1bca9dcba1ecae4d

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp314-cp314-win32.whl.

File metadata

  • Download URL: pytango-10.1.6rc2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.6rc2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2653b04f747d152d51a0c5881917fbc44502eee4934f183aa83f174e64b7c28c
MD5 a922b7b5074252a4e141783e4b491028
BLAKE2b-256 a8fe969280c768d540e7143e03a7451783dcaad2126a4ea01bb958410981c093

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c62faa8e7e35d33d05e7ab354c701242d24f5cbfe47cd0dd3a84cbe1301cfcec
MD5 ea08ee031708635d63a41a3f29ba3b7a
BLAKE2b-256 d06ddebef4d11f80b54e9eb5142cd4449de8f42a12637da8ae54791617ffcbd1

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b1ed4572c009169236dfb30ed9e4c34c6b94d66fed257f066f86441a3493daa
MD5 a00ba10efd2ff46188b83c095286ff3e
BLAKE2b-256 38546e01efadf4946ff204f878b3cd618a0d42160022b572790254597ab8341a

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 afe46d3c6850895b712d95657f7a64a9e15477b94743f3b26381ac155c0e997e
MD5 554a449d0587cb47bc98fd7d93b39120
BLAKE2b-256 ff310a559969503e1b8941656669ce599638157ad671c1877c01e7c30e505370

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 2ae77b594ab10cbe6f901d037256c4b7df1c71b39e3e94b1719932f6a82aad4b
MD5 fec2e357254830517b45c6accfc47a52
BLAKE2b-256 04cd2715c79beae14e8b89c94c13fbadc9425a8b6564d2c8f84a20f3104e330c

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 86fe1e0882a9f100e8b801a82be09bb511be8fc95eed42a0ddf5dde74c2eb892
MD5 465dd79626fbbc17428e45ff210767a5
BLAKE2b-256 70b9ec5e45174fe671fd51362702286ac789d3bba430b0e6e7236f5b4ad554a2

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp313-cp313-win32.whl.

File metadata

  • Download URL: pytango-10.1.6rc2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.6rc2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 690a479dbb9a3f54d5495508f119354bdc47842a0144e627339bbade2d4d86f7
MD5 c9f6a7f0109285c7faf7c337494eb75c
BLAKE2b-256 86f8cae05f63578b3cc9375ff47b4c9ead6699024ada62da76235e3c3d7e4ee4

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c4109994813c5dfa1b6a7a2f7dc91c90be6b766f6b9e9442bf785331b001207
MD5 00e277ad5f1304513fd1bb85e90e5646
BLAKE2b-256 2249d139dd17131c092b772d97abc7be44005837d15e0094c06e5fa1656d79d7

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b0c1eb5be6d8e24c392fb0d876dd3ed64186124f407b652966a79f8fde506a3
MD5 4eab53049dc56c73466d3ac13f4b1287
BLAKE2b-256 ee075c3d951087e8868531d73bd98f0b010dd9cc484e4ca8963cc419e4c3f1b4

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 87061eacdc22449d7bb20bf5fe959b9d6475fcb1b17e450b655b22d2d152b403
MD5 2bb44464c5e464742fcb66da4ddbd9a4
BLAKE2b-256 5f819115d381602b111a68cb0c3748f128fa3beb1e5270135fc71ae559bcdf3e

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 8333cedd31cb8fa0fe4c20fef2c066d398d8a2524bbf951db39b2d23edf5e59f
MD5 52b6a0968c80d8933c63ec96ef74264f
BLAKE2b-256 922eacc94b39a0aa33c41773b22682ed3224afbc7389089e9e6878a3dc0dcaa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bcc6a16f4969c47fc7b5b95e366bd2f4e4654b473db21b8df7c5d64ba597bd74
MD5 2e60d5ef71dbf910562c92f1b2851c7e
BLAKE2b-256 15ef29dea5969bfc4adc06daf2288242a8a98c5b4a52431a825ed6ee41b26195

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.1.6rc2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.6rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 083445583f466263563728072f9c85eb94a97ee541fff3894118420a5d6f6e92
MD5 0fe9585d45330385e2c3c77841770c65
BLAKE2b-256 691085721436550d95bd1d02140624fa94818c0092eebc190b3e2d0b69188cf6

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 759ca31f224476662c711d8e4bc142f1b840cee177006cad9e1ad6d273d7b70b
MD5 92f2882499addf79c227348bb14ebc86
BLAKE2b-256 823c5ba602d8a1cd49b16674a0f731a58a2e5a629e7f65bb7856a2e36f543e18

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 927f22ddb7a1c76ad52618822376790e3274bc344579a9e23a931dc4cf036bf3
MD5 8e930dd2f353e067839aadacf8d070fc
BLAKE2b-256 23ea35ca83e99644e68d50cea1e10ca861bca3966e59de5688c6e855c98c4ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 bcc29982f969d3ca5a7bd0a148b15782ef79343eb67a7d4c7c6ed784854fd5d3
MD5 ea14763b8a72ee8bb33a38dde256acc1
BLAKE2b-256 16fdaf033cf8e3a4abbc79115310d9d34f0cda97e4f38878802658a2e1dae203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 e792fb30e75b62940311bbbaa8751de05f4eb234878645b177631083c29a2fee
MD5 b1466a51c4148ae03a6f770143736b3b
BLAKE2b-256 8dfb14b21b82c5558e40eef260d7f15026d6af07791caa90224d866b04724def

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 37ba5068d6bb346ab7da5f13d600dd1e2358ea60637db235c587d9eca8be0d40
MD5 3b3984a5c53b904cf228e2df6b446d90
BLAKE2b-256 b616b0996d946d9737883e3eec823782f0da4a4b958a9abbe606491da7f13300

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.1.6rc2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.6rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5a66ebc20888d744be28a7de4f57bab38870875e611af4fd102d3e6c6ba1e470
MD5 e7293e1fd9753c249a0e74c956260661
BLAKE2b-256 4c4667cb29ab9c925a05795f34f27bda963ed00e46ff493086496acec7d8e8c7

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd7987a9e5d768064fe442e15b34e68c0e0bcf834a2a07d46bc67e6b6bcf0e03
MD5 b317a34c863ee068af31866303a653b6
BLAKE2b-256 4ff3e2dc00cb921b36c0601b83c4aa1d5a97455cbf25ab41060d14665b23a650

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27358cc46bdc2f93eb11acd3a48d10fdde1815add5cc4f785ae8a27cbe301768
MD5 ccc70ccec7c51ab1ade8c42334db0e91
BLAKE2b-256 95d0e1ed1ff571331ac9a465dbf9fe80186a5784395353fecaca2470897a5391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 7f94e80e1ae6920a1548a9542e5e11a05b07dd6f01230efc0acc8ec350b1b655
MD5 8df9c6a1bb45a593c7a3c32902585277
BLAKE2b-256 359709ec754e06f3a12a2b3cc2d7785a91c52647e333079c25245367fe877164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f5ef28be77f77294d606e40d32893bafb15e3ad00cc6f513dc7202dc6232f203
MD5 4b74b9ed9d7e04110906c4491264576e
BLAKE2b-256 e165257866e36fad5b385220ce0f2d9350880c3b98767622dbebdd8d8e883f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bdcd9bdb81a06bd0b00e15e0f0726cdaa7cae3000ff27d50122b12648085d7ad
MD5 87a965c7dc0ccb8b1ad301d703672c31
BLAKE2b-256 e37275d287b54fdbb534a3434f36b9597e6776f15bdbebf089622ca9e8b8fdb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.1.6rc2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.6rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 601f8e2356ed3181d8617cc20b250196801f97d2033c626c187fb6b1433c5b87
MD5 b4b583b8895dc787a3e41a3de58d48c6
BLAKE2b-256 a640130f007571fee7d525ee105eb999299a43299638c0a8c74ce033ecfc7605

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d07d36d5a2188e7c38bf54a055abdfff843d543b7ec8c6a45d21b043a6559887
MD5 ed5cc4bae21e1f9b00666cac8fa8dcbc
BLAKE2b-256 57a2e42f4262f9f011fbfa085f74a168e9a4fdd8544981027253cc842d08a3fa

See more details on using hashes here.

File details

Details for the file pytango-10.1.6rc2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d4369c2cf3869ff06f0af5fa21cfb0c7cb71718baa87d4d7ef8cb84bdde08d5
MD5 e37ec5dbb1c79d2bea7f5227c2330a4f
BLAKE2b-256 d857d9e216fbcb8004fa1b31b5316709af25606fc799f0662bba751500c36f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4ed8104cdcddaf5431f41865c4c6074a5d14eb06043d8c7656613e72dc22a698
MD5 a487dec822eb076c0edcda2caebd9f3e
BLAKE2b-256 63f1f970786b20c40154933379ed3551a9d7fd1b51fdcde6250ac64d869f6162

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.1.6rc2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 44c14529155b2eedcc2b76b421c4f3b0ca052dbbbedd16a253f0b6c95789cd28
MD5 2a560db7b36b786d292333b1e73a9532
BLAKE2b-256 d297545e5d044c29a98b1dd1b62886c5571af3f32c32de8d34c12fa02d3c0cb1

See more details on using hashes here.

Release history Release notifications | RSS feed

10.3.1

31 files

10.3.0

35 files

This release

10.1.6rc2 This release

31 files

10.1.5

31 files

10.1.4

35 files

10.1.3

35 files

10.1.2

35 files

10.1.1

35 files

10.1.0

30 files

10.0.4

36 files

10.0.3

36 files

10.0.2

46 files

10.0.0

29 files

9.5.1

29 files

9.5.0

29 files

9.4.2

22 files

9.4.1

37 files

9.4.0

25 files

9.3.6

9 files

9.3.5

9 files

9.3.4

9 files

9.3.3

9 files

9.3.2

7 files

9.3.1

7 files

9.3.0

1 file

9.2.5

1 file

9.2.4

1 file

9.2.3

1 file

9.2.2

1 file

9.2.1

5 files

9.2.0

9 files

8.1.8

1 file

8.1.6

9 files

8.1.5

1 file

8.1.4

1 file

8.1.2

1 file

8.1.1

9 files

8.0.3

9 files

8.0.2

9 files

8.0.0

1 file

7.2.5

1 file

7.2.4

1 file

7.2.3

5 files

7.2.2

5 files

7.2.0

1 file

7.1.6

1 file

7.1.5

1 file

7.1.4

1 file

7.1.3

1 file

7.1.2

1 file

7.1.1

2 files

7.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page