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

Uploaded Source

Built Distributions

pytango-10.0.2-cp313-cp313-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.13 Windows x86-64

pytango-10.0.2-cp313-cp313-win32.whl (4.7 MB view details)

Uploaded CPython 3.13 Windows x86

pytango-10.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pytango-10.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (21.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pytango-10.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pytango-10.0.2-cp313-cp313-macosx_12_0_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.13 macOS 12.0+ x86-64

pytango-10.0.2-cp313-cp313-macosx_12_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.13 macOS 12.0+ ARM64

pytango-10.0.2-cp312-cp312-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pytango-10.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pytango-10.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (21.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pytango-10.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pytango-10.0.2-cp312-cp312-macosx_12_0_x86_64.whl (21.0 MB view details)

Uploaded CPython 3.12 macOS 12.0+ x86-64

pytango-10.0.2-cp312-cp312-macosx_12_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.12 macOS 12.0+ ARM64

pytango-10.0.2-cp311-cp311-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pytango-10.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pytango-10.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (21.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pytango-10.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pytango-10.0.2-cp311-cp311-macosx_12_0_x86_64.whl (20.9 MB view details)

Uploaded CPython 3.11 macOS 12.0+ x86-64

pytango-10.0.2-cp311-cp311-macosx_12_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

pytango-10.0.2-cp310-cp310-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pytango-10.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pytango-10.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (21.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pytango-10.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pytango-10.0.2-cp310-cp310-macosx_12_0_x86_64.whl (20.9 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

pytango-10.0.2-cp310-cp310-macosx_12_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

pytango-10.0.2-cp39-cp39-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pytango-10.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pytango-10.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (21.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pytango-10.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pytango-10.0.2-cp39-cp39-macosx_12_0_x86_64.whl (20.9 MB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

pytango-10.0.2-cp39-cp39-macosx_12_0_arm64.whl (19.8 MB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

pytango-10.0.2-1-cp313-cp313-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.13 Windows x86-64

pytango-10.0.2-1-cp313-cp313-win32.whl (4.7 MB view details)

Uploaded CPython 3.13 Windows x86

pytango-10.0.2-1-cp312-cp312-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

pytango-10.0.2-1-cp312-cp312-win32.whl (4.7 MB view details)

Uploaded CPython 3.12 Windows x86

pytango-10.0.2-1-cp311-cp311-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

pytango-10.0.2-1-cp311-cp311-win32.whl (4.7 MB view details)

Uploaded CPython 3.11 Windows x86

pytango-10.0.2-1-cp310-cp310-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

pytango-10.0.2-1-cp310-cp310-win32.whl (4.7 MB view details)

Uploaded CPython 3.10 Windows x86

pytango-10.0.2-1-cp39-cp39-win_amd64.whl (5.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

pytango-10.0.2-1-cp39-cp39-win32.whl (4.7 MB view details)

Uploaded CPython 3.9 Windows x86

File details

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

File metadata

  • Download URL: pytango-10.0.2.tar.gz
  • Upload date:
  • Size: 4.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytango-10.0.2.tar.gz
Algorithm Hash digest
SHA256 8f0b8905e40b990f8f2ce48bf47b072bfd7cb4578f144d158baddd001f98521d
MD5 4ce78ea6fac0728196e965b2a227f587
BLAKE2b-256 3d075d04acb0b3e2651cf05b2ca92565573da1e5fa3999fbca45c1b1ea1b94dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 570f1b8dc106146a4122b0035c909fc5876893e50de73a2ff080c4061b0c8976
MD5 08efaa282337372ab542444143be971c
BLAKE2b-256 62fa5ee0b73aaab81e2c75180eb9bea334637a44854ebcf842fbc5924f2f5c32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytango-10.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8a8b59fb91ea49c9ec3554438430f94d1ed6579ae9a03206b9bdb3bb3aad9450
MD5 1b15a897031e91f2f61f7fa29abcbc2b
BLAKE2b-256 a1cf13d6c843a1058f49f269d75b11232d48190bf3bfa84db197d29c42099311

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72926c1c6e306b1354736c13db419d20ab8b6cf4464790798772572ae99422c7
MD5 26695cb46ccba54c0f822e02484d35b8
BLAKE2b-256 d96febdb611573246415b72aa81d64221a37bc577f52996c085eb7b72fba37d6

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7815c0e970220dc0258b7d0d00c9924e63154ab925c455a2b001d309c0bf274
MD5 3a20c25bfd176169d9b5dfe2e7bc3a02
BLAKE2b-256 d081d2926bc70a0a5a9a17ae2ddd998e53c56f5c6c8bd4789d3a13760c985e28

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3de03f59d9162702d662db360de4c010805c9cab8d66f9b9f586c1d028abafe0
MD5 d94941631bf95c9e8e19e2ddd492f051
BLAKE2b-256 7635671ee119b8c287c798e4fad71b75c03a5995d04bd85433edea82c3544ed7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 3ab89fefeed30637e641d45920d376847688efb0f95543f329b0020f64961a41
MD5 5cc13ce455b03321a6f013425171c339
BLAKE2b-256 49a8f5a47ca9fef44ac0d2a8eda5487f6bd507a77ed0ad766c30527d760d0dbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 49ae5a4450062a94e51ebf894bb44dc96c1f7b02e9bd54dcf6c9bd734a026e96
MD5 1614814f8c3b2f3adee263636906ff22
BLAKE2b-256 359502acab0ddb31d839ede6f43e9f1a1c8cac5261bf45df418f602fa3caf550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e848ba2b4ca5c8a93139f691675f2e77600b3ecbf023fa67e61d9614cbafc5a7
MD5 ddfc72d5230236a9650b8fa3a6da1c7b
BLAKE2b-256 0bb8a066b728dd0e0410829cf6040ab903154cbf8da2d7f3a7cbc4648374d23c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytango-10.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 92d8801ad6eed64f4986ec76481e86969380d90078a9bf61bdd8a05d781715a9
MD5 755e5c81b02a6a6d7789bb738556667c
BLAKE2b-256 eed9619d009fc7a6a967c70c354826313b01c964ac3a0bff305742b0e420b813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bae526f3841569634f8401fbd611cdbc2bf42a31bd2ffad0a3108a58a327a0c5
MD5 9d7a509ba5a976b292ad87be278ec88e
BLAKE2b-256 ea9cf8d6683e858bea6f6a2285e4f873d88798cb42aa13399c35458c25a61940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ec7f71b0e552ed978cb1c25ea9c94c99732d6c23de6ea8096415afca9ef56a96
MD5 376004dacf33e27a8714909458aacc1c
BLAKE2b-256 57dfa91dffa2b62cd494d3b814ecb01fbc3862acd8c13fdfd3786fb7427efb37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 042a96f33657ef2f6ff9bd0b8fca62b7b4e708a51fc78736a1cf858e44dbf882
MD5 7c03076be0367d50b91f1cd805026c8c
BLAKE2b-256 fbb904d6fbc4e75bae3fcef32e9b1d465d558e60f3ebad3eae9a8f2fbc051cc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 42e9a2bbb925531e5b5e119176af5e18baefeb200942744dce168ee42ed67795
MD5 8291ef1dc0e5df5a8a0d5fb8323619ed
BLAKE2b-256 b28c12436aeaee75465d8ee077d5fcd8eb73d49a325066daf552295361f0a6e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 37677cf9068ec560e5ac2c92eba6e337d7fc077964531cf1784c04b98903733a
MD5 396fd71925eb74d1c1ab4249f6b08b9f
BLAKE2b-256 2f8df8b4db3aadc46a059e9b571f25be2818634abc84e41b1609ae614ab2abdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 76484e6a71bc0ded3f96b3e2d656c448177d9b8b1e07a6fd13b155a1830ce89f
MD5 8c73f7e15db793145294e9482a0f4ee6
BLAKE2b-256 a7252bb28ab0d63b1d2584764e107141864d5861de055823f528004d95fab7aa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 63f0f5f068d5f7b36ae1da6bae1ec141d949f87c12a0b95d1e00e296391e271d
MD5 f7db1c4c691805f1a61e2b7360dcd33e
BLAKE2b-256 9a50efcb3cca2fab02c7cf3fd4ec4a6deff1855b4da2b5f78a6452d42428a1f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c548148c27940f6c505446e6270a7ff6994dd221110f3959856291520c2f318
MD5 edd7433122e6f17faa33ba99f9a9f1eb
BLAKE2b-256 5295f09348bd49d912a7e2b2efbb31db60c51076d53a59f148d415224ff1b753

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db5e7c6bd28fb362097747783dcce205c8ce3ddec8a44bca8e4a8741b030ce86
MD5 57b1367c30d731a6a1897d6731f6449d
BLAKE2b-256 3877d1012ea38d35c3eaf4d92868c20e06d294e3b8154ac33ac7be95e782ed1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1acefc2f0ff157f0db5853918cea45c61da785acf44c267b02a65d4f4d65b5d4
MD5 2b6f79431ab1f83cb5146017b6cff037
BLAKE2b-256 564026efb423e5348c7c8fb46b68a3a31313492eaeeedcf0c55a13b7438f4a09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 803747e11a7a94431f302a58650066d80d900bb5640568928d8a0d454a36c702
MD5 fdb3c262d70270288575d38b89a35d6b
BLAKE2b-256 d188ee762aaea8d744686b88cd2d0b54618f99f73109c563a38e35ece7c51697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 4e9320807ad5975a48e68db1fef5fa932a3971a534d55b0c5df21ef85c8b7b31
MD5 98f35b1619d6db7bce385467d4b05257
BLAKE2b-256 ebd6d74e3d26ddc0de639c0187334288d63de28ab4002cdfb38c62c885edc909

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4a11bd8ae3fad96620ee2b1961d89e3b4f9149db6871d3a4cdf97f04dcd6de63
MD5 498e83292ebbde57cc2a6a7c466fedca
BLAKE2b-256 faa32b1c690f2d4c0f88be0a0eace603ab02775a281246f5d5fffb03d6324bac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pytango-10.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e0ef17339671402366d2d93cbe7598fe324683c97cd781b0a2e67dfaace80bd6
MD5 e76128735fd7a3627f02bdddbde70ef5
BLAKE2b-256 2cd6d9c2a24a58fff5259efe37c2e18c207d8ade8b433c20fb50393e8a2d4e65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdd26138448ff90f45f7a9a81f8fe65cbbb29fde8eb5201ca5272e886da6219d
MD5 1c16388beae1676d40aaf034fb42dc50
BLAKE2b-256 3c013bdc627437bcc8c31222f311deb924d3d68f9884c7581411c71733744518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0ee920e90e094485a3317d7d5e11e14f4e1b05ba3c64015101ca5e744fca3be
MD5 68f53a5d7260d0a75a67a044aac2da90
BLAKE2b-256 910a11f193ffaa069f4b49cdf0efdd13d3eb7fe43dc84642ff705ebb0c75c7db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2035ee83a7d3e7d1ac029b1183a5d29176d5776aea6ef506c79ff35f47489922
MD5 59ff5da9da1892eb5a5d96eb111954be
BLAKE2b-256 ebb76bdc02250eb4f978e3062007a99109500376e402a79b8a82442644d74538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 06ac20a53a619e836d74cb402cfb638d0cf499f2836cba61a0a02b4309f1f663
MD5 fb8547693493396feaff25af47124dd1
BLAKE2b-256 6decee0ceefb57191bd2f7c49765f12b763b4feea967ffd1eceb8175e3a09a7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b266c717460bbb6b02cb97eaf4c2ce230538b118a33e30da37c27b31b1f5f52f
MD5 022e49d5700003010e03ae3426d6317c
BLAKE2b-256 3938042f229a58029ffc7ca216ab335aec25576ff00bef87f09f4c3505f248c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytango-10.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f847deb63648f4ce406411af5cc3def6233be32a00711dcd8e914f3c8839d39a
MD5 10863cad95e7913ef729286c01a4ab18
BLAKE2b-256 6eeae807ac0d34a7dbf981e421b2beb1adf0cac15b338d0a6bba4a06bb20e222

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytango-10.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4e715c2147ca9d8b9d1f4e6452cc02f7708570bb5681b23368f608a87a8270a3
MD5 78d7c7ab052a3ee2d62811edd4cf4d5c
BLAKE2b-256 efe8ba421b2af0c36d1adbbfca5132828c4c21d7d4b187b8b3c24f547e9f925e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33327ce212a847136d76b9645e1c2148ddecc5006cb61e0622add8b30e866ae0
MD5 9f311e4585d43b46857ab289528313ee
BLAKE2b-256 ea22d3424027ee0c19f8b8eae4ce5147f5e3e01781aa4ca5d289e4a352259b5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2714d9b9dc91d9f3d715d5d9b4b1170d5cf413992212557a733ccde92c4f5731
MD5 1eb889d2df19ff42b63deaa392650269
BLAKE2b-256 01073dcb300d8cf45d68c9b87ebee6b1cea898337797f1ff009b2f0fada151d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf1bda6eae9bcd98aa62545cf96446212fefff7b53daf4ffa5cf9e44f75ad3d5
MD5 aedf4e4c58432e78fefb12a340dbd75f
BLAKE2b-256 c64398911b287c3a38717944a643334edc30d2a2954740d522d2584da41461ff

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 f7cf46b9190cc1f6f52fafe32dc4dcf9f54c9a9cfeb452de8b25bca9c752c116
MD5 1beae8eee723549346c86751cb77f839
BLAKE2b-256 63367fe21490552b2f8370d1e401a07c9eed92d357a5aaf5e2d393aafba1acf3

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 07b72c1d74346bd276a7c0a84e557806ee7d351e65246cda5b8128323111392f
MD5 6a77f4ffc14e067bf13fbe93918d7d97
BLAKE2b-256 5a3f2ae51015acb0ab71772248527504e53c75f033dc069c3ade5cd97f8ea2ca

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c574c8abfff8eb7d0551c075ccfa1e8fa8026dee049894a5e42c811da06f964d
MD5 8c037985e8e3f7db1c921ef2c3121741
BLAKE2b-256 53d499513a29377dd369fac93ff3c8992e9561943b43f74cfe54e3cd6986bf17

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp313-cp313-win32.whl.

File metadata

  • Download URL: pytango-10.0.2-1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.2

File hashes

Hashes for pytango-10.0.2-1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 374e9cc18c75378443648826bfc77247054519b3894e70206a6d2de4690aacc8
MD5 bfbaef3e2934962aa79102b2f8427ecc
BLAKE2b-256 3fb96c501be0a73b824919b77a1585b121181e439590fd5886411c473363e78d

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 999300d6a4c99468a577b52b904a45f9b3f158ca387ac7f2c77368c4c1d40b28
MD5 e7b61b979db957b93da9f1bee5278e74
BLAKE2b-256 78927d595f0f423794e3ace17de19e65fd0b91a4cd03cb0547fff03ac21c671e

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp312-cp312-win32.whl.

File metadata

  • Download URL: pytango-10.0.2-1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.2

File hashes

Hashes for pytango-10.0.2-1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d164915b075606b2188313e27dc06fd316fdb69715a05bb83c3871516970338b
MD5 826794012049afffacc9b1142274e57d
BLAKE2b-256 0403cbd80fc80fc8adae07c7d68412dac1396212214bb23effde1a725b235c1a

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8309c74990a709008ab311d66ba50b7bab4f542366705633603c0a6d9adbf96
MD5 53e3cd0f74f334a33bcdfa5205208f0f
BLAKE2b-256 420ae547e3d77d6fb25e7dae0e952e43fb854f9eec016b0fe710cc1ede3d49ea

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pytango-10.0.2-1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.2

File hashes

Hashes for pytango-10.0.2-1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 40d015a2698bcc16dbe8173e5e1e4e94ecdaee90adb54164090e891470b5f5e1
MD5 1feff86dbbe7a459ee881a5eea94ac4a
BLAKE2b-256 85dde66e1b81878a458f9e47e69bab4452ad7694061a26543436cce7e49bfb0b

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a694460b2bdae34cbceb6f4852c9c02a786628d56792fdbc4b3bb43d416ff7fb
MD5 b01d2578b2005360e8cb57582e5e556e
BLAKE2b-256 f80e9f16d00112ff9c85f96e6bbd597fca03188228454c2cf2c2b1e1b629954e

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pytango-10.0.2-1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.2

File hashes

Hashes for pytango-10.0.2-1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bdfa0a482d7243d4df5a24afeffa774f3500c17dcbd6a2720397f04888ac0334
MD5 198477e9c19b98ec193550f12882dc1f
BLAKE2b-256 e12d7c55d3b7a3f3283881253318c200ba1648f6ebac992e6ddb863630644b61

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pytango-10.0.2-1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4e11abed4c2978440232c23d56c9bc4d9780bbb688d6ae2b476b5ed7f3b8d83b
MD5 2d99b02fb721048798d659c5a18e5773
BLAKE2b-256 232e61b73665b22984fb25a9f5becb22b41237a6ae398579b464df809e9dc2ae

See more details on using hashes here.

File details

Details for the file pytango-10.0.2-1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pytango-10.0.2-1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.2

File hashes

Hashes for pytango-10.0.2-1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fbadc1f7bff66bef9f2182256aeb46ab008fec615e72d8526681c3d6c35ad2e3
MD5 24404a4ee7b32bdfa8acb7bd97eb32cb
BLAKE2b-256 a38870a5f24bbe3c41718461685dfd193a5e4fe1e50b8723242f3ef26855974d

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page