Skip to main content

Python bindings for the cppTango library; part of the Tango Distributed Control System toolkit

Project description

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 !

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.1.5.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.5-cp314-cp314-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

pytango-10.1.5-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.5-cp314-cp314-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 12.0+ x86-64

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

Uploaded CPython 3.14macOS 12.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pytango-10.1.5-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.5-cp313-cp313-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 12.0+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pytango-10.1.5-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.5-cp312-cp312-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 12.0+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

pytango-10.1.5-cp311-cp311-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pytango-10.1.5-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.5-cp311-cp311-manylinux_2_28_aarch64.whl (18.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 12.0+ x86-64

pytango-10.1.5-cp311-cp311-macosx_12_0_arm64.whl (31.3 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

pytango-10.1.5-cp310-cp310-win_amd64.whl (5.1 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pytango-10.1.5-cp310-cp310-manylinux_2_28_x86_64.whl (19.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 12.0+ x86-64

pytango-10.1.5-cp310-cp310-macosx_12_0_arm64.whl (31.3 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

Details for the file pytango-10.1.5.tar.gz.

File metadata

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

File hashes

Hashes for pytango-10.1.5.tar.gz
Algorithm Hash digest
SHA256 114609b25bdcbcdb56d81a9b07bbe8ef53cae94696a3f08c2609b4abc15fc0fe
MD5 ec1354c47074cca5ea5066d611ced8f2
BLAKE2b-256 2f859a50bb7c738d4dd719dabb4aeea3f79a912c0632cb78bf9f340edcd1df1c

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pytango-10.1.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b650f82b228043beea10d18df237f89ad05f117414ba0b58d43505737a65909d
MD5 a9bbdb9d0561d06eae0ee85ac88b5262
BLAKE2b-256 d20429e71c7fabd8b67a4c3a474a1e1393e79d6a1112784d34a9f09ac4ba61e7

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp314-cp314-win32.whl.

File metadata

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

File hashes

Hashes for pytango-10.1.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0ffd7695e5bf9c1d2c7adadd9f1accc47e26a4380c13fcab0cfa6080a114da9b
MD5 a340818f3de6fb6a7c016a403a8f8abf
BLAKE2b-256 f7b0f571bb97f3be3fb117223369dd2f12aa741997a1d86fb6b7f2c0e2ac343d

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec1ac5bb51417db3d9279184b027abdec162602b97d74c797bb67ed052e82f53
MD5 f5bceb6a69d528b4b6884f3ef945149d
BLAKE2b-256 2ecdaab90459808ee7fb62c504156d140b073af419f9e342be42cce7dceab34a

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7c5aeab14431c5b1c1050da077bc2c8051a89581af4b87ae4a7d55fdf3a57fe
MD5 97fdef6fdcb3aebb7fc53ca31eed1ef1
BLAKE2b-256 3c4d9f9722645a4a8a54d48d54abd76dac3279e435b1c4e3660083c62fb6d9bc

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp314-cp314-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp314-cp314-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d62a688c6c545cccd062e07c2c4c339deda4c9b12fd8d9452c4011d4f136901d
MD5 ba0a91d93db1cae045f50b930e02fce5
BLAKE2b-256 cb87dac2956699a87e439b481b7f5d8c403866be0523e1147b74189306c8be96

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b556a6bef2847e38021491b2dd27f966889f69a83aa7d4ac69f842c5b7e16d56
MD5 838a5ff52e571513fd1cec5510dfc71d
BLAKE2b-256 6bfa4ae3cee08e941af4d61015f0a0d647e46e0b4bb54bbb63b434ffbf9a0bb5

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pytango-10.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c546a812fba33a3fb4be2bd894531c4b26ac3b4a180805241620bb761d490a1a
MD5 3ffe6ca7d51d762a22e01790fc59c3b9
BLAKE2b-256 460b3e67812c57ff3a0364fc68d820e3feea44ff6a59da49ba7853d14c4e5260

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for pytango-10.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f585b1442fba5696dc8a09d278b368b93880a012bbc269a109cc903a6367471e
MD5 ee4d56ee5add8662a975ada48f0eab76
BLAKE2b-256 05c3abce204e1dc9934b9f5c14a8fd2385fad25d2c0f1158f674431d84b3af69

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 483fbe0bf25668432dacbb5f761e026fbce2121e6b933c12c75ae6372779909f
MD5 e826a3bf2660b0fc07abeb92560a45dd
BLAKE2b-256 a747a2c104eef9dd296ca8a4cd0cbab658ca894b799076008d2351bfd18a7465

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97cc462c0b09461dc57db89ca385634aaf404847b2c5aa50d268c08411529db8
MD5 265206d580f28a4a32593f0799717f28
BLAKE2b-256 96e132ed5ce2b49293d321496ad839ebc2e5975dced60e04538dbbc05b06865c

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 71f68578a1fce1ff5f5181bc8cbc5770d58e4a021932f664046ad252f730aaf6
MD5 96b4bf747547b0d3e3d7815aab1c0b20
BLAKE2b-256 80b1201242320a0ed00714cba82721a104bd6eb92b97e3554fd14e853f57835c

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d08314b9382c8933f11d6a5612cf383ab501ad55803358fe2c9b81971b88f9aa
MD5 47a2a0fedabaa0b0462a26106e482f90
BLAKE2b-256 9779674b2ec7d97b9a8b6b4baaede899589d991e413842ac491dbb04d0626d8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 15bd1096ca52986a303144db84b42c3025445282a320733c9ce45aa7937dd3c9
MD5 af8c9fdda49322da98360f1987b04cea
BLAKE2b-256 6af7935259ac6523734232bee1beeae3ffba796e1237c5696df927439b842f53

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f0623bbae07102f3de3913679a94841fcefb2c3a6817388e39bf98a758a60035
MD5 7acd1f2f81382e7c58f8abee75fd4076
BLAKE2b-256 db2cae06b2476c9d2c722bedd47c2f0a340cdc147bbc0c15d0f05883ad41efb4

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc4b3532352370bd20ca00ed4150bc05ef2fafbb4582cfe55b1847388e79c8b5
MD5 a753d55454acd80e10c88b1eb77fb328
BLAKE2b-256 7776810a7effc8d3dd86c92a3d58faf5a66a15c97209da9ad4be38b0cd2573c7

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2570a81813ac76d994c70bf1b055a44b1a73b96f9e1127780e824f1c9f5909a
MD5 4705dbe72db0daa806b7876e25fe93e3
BLAKE2b-256 feaf6b8431d9069c4d5dc7fdaf90a51443515e999ba71cf6f5ba66d41892feae

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 43f34f6fc961b4218b07f04a28fa9d9b071ed39925cf916798aa5055ade0ee01
MD5 18a10d6bc8d34c5eb5876816dfb1e01a
BLAKE2b-256 6f04d190f0974ec7e915a77a2e0add0ebc0c1ea37428d7cc1cf3d5e7ad4cba49

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 95e64c0e7fbbd34d9ea82f4e0601a5e0bb4751720ba64f40b27d15088db66d07
MD5 7290523587a39b1f7382bf1bce6a207c
BLAKE2b-256 e7b05795c99f8af09c3256cde5570713f8accc1cdc1ffca492208b2edbdebd85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9ea3a969b3853bf85aed602c108423a987c5a4fd37e37e6ccde2145e70652291
MD5 cd4b4bff917fdfb03ecb9db15ddba3bd
BLAKE2b-256 2b0a3d6c9a0e183f0c77bab86474dfb839a81c03a33c3eea5665e57c98d4c60d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 17fff3ea22dd325dbc5836eb865b106a336fda66546614887591a3564f0525cf
MD5 8248fc3293984c0f69e778e658ea9d57
BLAKE2b-256 fe417c6f22399ed1d2ddb718b50b18a3cb1566a836942a28e7f9cc470974eb57

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d7f3d82cb6254682d373fbccb5dd6c615836da2d18df2bf28fb0dbab70bd861
MD5 5b7dcb6bd26e527d8fdf4aff83582eb1
BLAKE2b-256 9b104c6cc73585517df1f155ad47fd0c106a73fa43004b4875289e9953ac83ee

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cbd0a00ad797ec0ee852659e71161916e6ba47e9380b3bbae811f99d6033dbf
MD5 682ad18bcba89ac8073f4b852722e457
BLAKE2b-256 710120c716977822aa3177a558eb2120a55551dceeeaeba1214dc2217331ba92

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 cba2a7040d9953f84b7ae8cf6ec72fa8f8bfddffeebca3e1b874ffe3ca0f1dea
MD5 9ebb916d62b91ff0ed4eac0679a11268
BLAKE2b-256 61b169913881c94bdbff61a4572a0369bf9a4c43469668e49653c92c784d0d82

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 dcd1da1d95be46892296005ab9b87597cefbaae7596680414782ac8b3664b0d9
MD5 7e3c4d9f7d2fe483cb2fbdf2c6d030e6
BLAKE2b-256 fb76e78ad8e1976341b7d80f679ee6af4da3b1e2769d3d7507bcb7c04fbc3909

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for pytango-10.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 88f898f2c72d267d5bca5b73d3a14608779be0384d875f2059e988eb4a91efe6
MD5 c7396ddf6cb5058283011725f61957be
BLAKE2b-256 65f9ca767949f5949e6080e8ba2605cd55540f64eb81b118c3ce299fe17cb716

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 df8537764f6a74325aebc2810557e9d89c89c4225344fb941accbe0dc7a7fbe1
MD5 962440cde1ac466a9e568699a52a44a4
BLAKE2b-256 8d6392081dd8168967717a5149c9c3f3bddf6e9a9d6d161e0fa6ef2c7e31a26c

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fae3cd90fde9493ba28a1ea2bd7e85f9dc9b5a097e6cbe563652e9043c133e69
MD5 db5700d32f6bbbba4c99eaff88d85c67
BLAKE2b-256 1eca9a82be62828c26f80057f536231ad80bc0634b8c5df3228deec6d00779eb

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b6967f68c950a5e791bbd1d27d978009370860959d850adb5bef39ba6dd174f
MD5 b4302e94122e500591e55ce2ab429543
BLAKE2b-256 cd41deea2a74d48c998521e8c5e5f8435c8b18bad009fc0f7e630c9f3571faf1

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 0fbf538d44a375bc27c0b072606ecdb3152f07c9e032ec801caf575d4923280c
MD5 c45584b9564d4b0c1ed6d8669ec3aff3
BLAKE2b-256 b1b4d9b0abe2da2b47984e1e2d0e42bbb32e1b05c1983198f6bc7275d487edf8

See more details on using hashes here.

File details

Details for the file pytango-10.1.5-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.1.5-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 4cb8d379208690060123fa60866e0bb6a228524474703ac7b64523594587d3d2
MD5 62b83295087a83d823a6e8608000ca96
BLAKE2b-256 9910037b53655845cd8a7a4fad073a5bbc006234d429371776c94ec8dc0b9d66

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page