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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pytango-10.0.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pytango-10.0.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (21.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pytango-10.0.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pytango-10.0.0rc1-cp312-cp312-macosx_12_0_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.12 macOS 12.0+ x86-64

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

Uploaded CPython 3.12 macOS 12.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pytango-10.0.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pytango-10.0.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (21.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pytango-10.0.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pytango-10.0.0rc1-cp311-cp311-macosx_12_0_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.11 macOS 12.0+ x86-64

pytango-10.0.0rc1-cp311-cp311-macosx_12_0_arm64.whl (19.2 MB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pytango-10.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pytango-10.0.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (21.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pytango-10.0.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pytango-10.0.0rc1-cp310-cp310-macosx_12_0_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

pytango-10.0.0rc1-cp310-cp310-macosx_12_0_arm64.whl (19.2 MB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pytango-10.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pytango-10.0.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (21.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pytango-10.0.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pytango-10.0.0rc1-cp39-cp39-macosx_12_0_x86_64.whl (20.4 MB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

pytango-10.0.0rc1-cp39-cp39-macosx_12_0_arm64.whl (19.2 MB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

File details

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

File metadata

  • Download URL: pytango-10.0.0rc1.tar.gz
  • Upload date:
  • Size: 6.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.2

File hashes

Hashes for pytango-10.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 938138444437305e36083de74c00f0e2bcf350dfb295f159ef79573b1e43a212
MD5 00eafbbd9502967436789acecbdafbe7
BLAKE2b-256 35137bda3e9fe93f064dbe3e5eda12e653a39b26bf3e757edd50123de0473790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 793caf44fb019c67b74c44e9613448adedf63d1b1ef98919351b42337e2085fd
MD5 00a1ac517a26d83f9d0c82e34b860e4d
BLAKE2b-256 87b4a85ee471d14b3e09fed4f81dd326ec5ee6ea6940bcb3dba783e609bd389a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pytango-10.0.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f03e9d048a358a0b0462a6fa8769482f734f747f3069b975d8a9db23dc817872
MD5 1476d39b0671a78ed8bf32665f860e55
BLAKE2b-256 d02019c17d83357d4808445c14ae3d70a4e02eaceea2ddcbd5f6da8a6e4752ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 097767294cad954ef079ee2a90941ac153739d5f8c0d4f59feadc07181b953db
MD5 279be93746e3b04bcab1efaa4c3a7b8d
BLAKE2b-256 69aa4677f8cc1ab0f80cb99bfaa63b7ecd7e33dd71d11a25b1741e957b916980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a8d2494600f6b967a24c7310a6e478474265dc05e1c2d0434aa46b4a4fbae84
MD5 b0772ffc705d39395ff9ca9ed7ee7a85
BLAKE2b-256 7c3088dcd876e7531ec794811239a9630078124d0d35ee4d6bf2c006fa6047fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 352aa2e10b270649b50bd7d18e0cb9a2760125e34a8477b1878a3af86fb42cf6
MD5 1ba8e44b69569802302e7f898f851422
BLAKE2b-256 bb7466ce267c1261585a43c1113f35224c6ffcae217deda9eba4c64a487e9126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b6227a4f6b611caaf2d6852338bd75b8051d93c4e6684ae28dd21d45045f913c
MD5 f143a8dd7535571aeea09629009e2e88
BLAKE2b-256 7d0b316d733951c16ef7678f3c0c12f592d1f3a4248fd99b0f284ae8a0315c92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 56ac7a4e497fb5c066e182c3730b72c72d79ffeeb0ed65fe8bbb10d75b52b9d6
MD5 bff8a8380e6ac555a74646e1a5d2157a
BLAKE2b-256 20255eaeaacd2f563db7a42c7d4bdbe02fd7ec35e661a9cc0acc837edd8a12a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 27511fbe40acd117478bca8749daadea75bd9618f3ad2334808dcf966c1a2314
MD5 0d88fc19468ad33a16cc03c6167fd465
BLAKE2b-256 656f53a3673cc4a7120ff399e7bda40248c9168dd8a41dd5ea109c47eef34e33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pytango-10.0.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cb0b67766e4f9ed934de0d194a7670896c138080bbb420e329d4481ae8fa7ed2
MD5 0d36c283211cf603672e1fa9c969e449
BLAKE2b-256 98a944305f1559bdbe0e1ee45264602079751195cf8877817220fe80b0204b56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 524f91130da07fe8dc00364a5950031d698b2e08772f66098c3285f17989448c
MD5 dde7cfc3edcf5f759669bab35391d79b
BLAKE2b-256 88e4b083dc206c3520cb611834dbb7f92f36a804390de5929c876e86fe33f293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f9744a1d1e504cdb8518bf5c866926e177c7f39e937f9f9e915893da1459046
MD5 80fa2ead8836f5e1084ae6bf097c1ae3
BLAKE2b-256 6f69d8442e65dc5798911c0e72b2517aaac731aa62ad19742b7a17bbb0af26b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f9d72e954fd67fcf3caa7de1ec7301a80eb600dd61dfa01672b0dc07fa3df08b
MD5 9bac9175fbe5e91f3946c59b976d2033
BLAKE2b-256 1f8c2386f3e4bdfd42a0d0f24eaffce127538681cd1cad57526119fe526e681c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 4408b3748308b4ac9c51e35093348c22b939890e9db7889bf4daed991c8dedab
MD5 b3d015ae092aeec6e9a495a85b20d84a
BLAKE2b-256 570bfd933b5d44db69388c4f7a336dd01858a22d28187162ab82f45363600650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 de15a5f57dfdc6b07ce1d163e51654a5a8215c13d2ddd09ca3d4e1afcfe001b7
MD5 fd6c9fe3737d19b4d4ff56fc13e6ebb4
BLAKE2b-256 b036557dbfeaaecd2e0d4472d48dd270bb6a9fcfb9cee47f0e7eb175d25ff35d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 305a9af7345c8c6b8360a2076fad828dfb3e9755c34bf4c9471c41bf275bc42b
MD5 b9cd3f31749c5f00c233cd2062dc75fd
BLAKE2b-256 e5e24bd9ac392e7607382d44591e79e796947632373e11d7efaf335c4dfe5558

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pytango-10.0.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ace81db5bf8fb769d2b3d960d69e569a539923bb0569dab52d6a89ef27999ffa
MD5 2ca87bd38e2cc79ea0cb6805d24d53eb
BLAKE2b-256 70b8202b42d5978dc7df760f3aabbd236c8b78219c42583214b1740afbe54a5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b4971f7f37cc0a7dee80be93e626d5115bed72533f3b2b36951873a9a355543
MD5 77c2899315f8dc6994d76c294c4deb62
BLAKE2b-256 78f381f006c8763eef95c8b1bc5b8a6556d7f1a72f288d2d5059ee9cebe411f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a183e7ad5c51df02a2aa3140d2daf574c5e4a0aab72c599e7896fd4300e304e2
MD5 a31e15943a8eb72f1ff9610c395d064d
BLAKE2b-256 8b4bee2370acae046c097adf293c8bd75a01f414b2dc50e507a80605162b6f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef5f6cf06bd9d28ce95f460954ed6772316e4fde3c9c10a5b66abedac8672270
MD5 52d3f57105f648602b3450f927c3abb3
BLAKE2b-256 76b39073c5cb9eacd0cb69bca99eaa61c3de7672a9ca0db799d2ecd4e72a39aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 fc3145564a28ec1c43e14068271e9d0c2dfb246e99b9393f3d63352e339ef86c
MD5 c38016494529d3c3f49f9ca963420fd9
BLAKE2b-256 06d4e91ecbad014e122a90307eb98f8dc5b9f82faa71ccbe213a3d63287ace61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7dc45ea63d0016e402a1b48b4aa44b4712538a4dc55cc307a5002224a3e6c634
MD5 a2bfa20f72786151752536ef1b7750ed
BLAKE2b-256 f10f6607f32a45e96394b8a13abd7c4546ed5551fe29fb9ff8e55d2594fe621b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2d81a51a83655217690d5d95fe505f3714e8544d349fa434376056f432b8b5a2
MD5 87c10774024182d569aa242d60fe817a
BLAKE2b-256 f7365292a2f00d7ce455af15be20c62c9c30a0a4133549cf18dbd8cb4b24a168

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytango-10.0.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pytango-10.0.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e8921aa09bea92b55e16a70a96db0ee37c37f9a046c3ce8d3411306c9b4cf38f
MD5 731c6f46876a1617dcf3f404fb775590
BLAKE2b-256 912585cdceba37040cf254659bc253c1cbba7ed987a1839b098fb425618c44c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b18196f17a0ded8706677eb1950259b3d8a34c2f6ec44c7d14101bcc2148ad2
MD5 2e387dce85d3f3081a3c72757ddfb0ba
BLAKE2b-256 0550f57fd01ba50ea1732f61c4bcfe640edadbbf0d542a1ef46a0784c4a9ae26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b634c0ac18f3aa53fa671632388db960cc97ab0aa349b87e767392e0d21de1ab
MD5 b2860f2949712c6fac8998dd45b6ccbe
BLAKE2b-256 071d8bf4f1c6945cfe9951f18a1c78983a0917a212abea07537fd1e10d9f2f05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d89d5fe198be940cdfd10ef665435783ea55680e1779ded1e1bdf300db156da6
MD5 f3cee308c53e71d2daa270575d45616e
BLAKE2b-256 ed6180031ecc38a033dafc6e2698ef02bca9caa9f9021373d1ad07c91405ae0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d2ea97df6546dc3ff62c7c21c342080db51a4376f6bf8feb6130c332cf12925f
MD5 eff66809913421f2ddaa367daede6262
BLAKE2b-256 478eb509482ff1c373c684a129cb21ed2db683f4213e2187e58cdc696713b1fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pytango-10.0.0rc1-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 97137e5436684dbccd75f3fbf174d5e2f13fd4ab61e72eb22ab21bc9a49af7f2
MD5 c0b80584cb1034b285e9357e2787e1bd
BLAKE2b-256 14b814df0b48966d894252af50da7fec337072fdcbdc997beacca0c5137df696

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