Skip to main content

Hierarchical Engine for Large-scale Infrastructure Co-Simulation (HELICS)

Project description

HELICS Python Interface

HELICS is a cross-platform co-simulation framework that enables multiple simulation tools to exchange data and stay synchronized in time to create larger simulations. This is the Python wrapper for the C API provided by HELICS. If you're looking for the HELICS apps, see the helics_apps pip package.

Installation

As a general recommendation if you are on an older system or version of Python, it is probably a good idea to update pip with python -m pip install --upgrade to make sure you have the latest features. At minimum for the Linux binary wheels to work properly, pip 19.0 is required.

After that, running python -m pip install helics should fetch a binary wheel if one is available for your platform. Otherwise, you may need to set your environment up with a HELICS install and CMake so that pip can build the extension from source.

Binary distributions

This package provides pre-compiled binary wheels for the following CPython versions:

  • Linux 64-bit Python 2.7 and 3.4-3.8 (manylinux2010 compatible)
  • macOS (10.9+) 64-bit Python 2.7 and 3.5-3.8
  • Windows 32/64-bit Python 2.7 and 3.5-3.8

Each of the binary wheels for the above platforms includes a copy of the helics C shared library. For other HELICS apps such as the broker, the HELICS project provides pre-compiled copies of those apps for 64-bit macOS and Windows systems on the GitHub Releases page and in a pip package called helics_apps

Source distributions

In addition, a source distribution is provided to build a copy of the Python interface from source. You will need a recent copy of CMake and a C++11 compatible compiler to build and install a copy of HELICS on your system first. After that, pip can be used to build the Python extension. Note that if you installed HELICS to location not on your system PATH, you may need to set CMAKE_PREFIX_PATH to the HELICS install prefix (the folder with lib/include/share subfolders) prior to using pip to build the interface.

Release

HELICS is distributed under the terms of the BSD-3 clause license. All new contributions must be made under this license. LICENSE

SPDX-License-Identifier: BSD-3-Clause

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

helics-2.4.1a1.tar.gz (16.4 MB view details)

Uploaded Source

Built Distributions

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

helics-2.4.1a1-cp38-cp38-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86-64

helics-2.4.1a1-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86

helics-2.4.1a1-cp38-cp38-manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

helics-2.4.1a1-cp38-cp38-macosx_10_9_intel.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ Intel (x86-64, i386)

helics-2.4.1a1-cp37-cp37m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7mWindows x86-64

helics-2.4.1a1-cp37-cp37m-win32.whl (1.5 MB view details)

Uploaded CPython 3.7mWindows x86

helics-2.4.1a1-cp37-cp37m-manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

helics-2.4.1a1-cp37-cp37m-macosx_10_9_intel.whl (2.1 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ Intel (x86-64, i386)

helics-2.4.1a1-cp36-cp36m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.6mWindows x86-64

helics-2.4.1a1-cp36-cp36m-win32.whl (1.5 MB view details)

Uploaded CPython 3.6mWindows x86

helics-2.4.1a1-cp36-cp36m-manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

helics-2.4.1a1-cp36-cp36m-macosx_10_9_intel.whl (2.1 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ Intel (x86-64, i386)

helics-2.4.1a1-cp35-cp35m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.5mWindows x86-64

helics-2.4.1a1-cp35-cp35m-win32.whl (1.5 MB view details)

Uploaded CPython 3.5mWindows x86

helics-2.4.1a1-cp35-cp35m-manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

helics-2.4.1a1-cp35-cp35m-macosx_10_9_intel.whl (2.1 MB view details)

Uploaded CPython 3.5mmacOS 10.9+ Intel (x86-64, i386)

helics-2.4.1a1-cp27-cp27mu-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

helics-2.4.1a1-cp27-cp27m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 2.7mWindows x86-64

helics-2.4.1a1-cp27-cp27m-win32.whl (1.5 MB view details)

Uploaded CPython 2.7mWindows x86

helics-2.4.1a1-cp27-cp27m-manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

helics-2.4.1a1-cp27-cp27m-macosx_10_9_intel.whl (2.1 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ Intel (x86-64, i386)

File details

Details for the file helics-2.4.1a1.tar.gz.

File metadata

  • Download URL: helics-2.4.1a1.tar.gz
  • Upload date:
  • Size: 16.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1.tar.gz
Algorithm Hash digest
SHA256 c4fd1574c156cddc32efdb8b0d95de3b8affc5d9a559e9edb7e9de8278c9ec41
MD5 1344c0826680dba36f7282a0510416db
BLAKE2b-256 955c1a663a3b0f677304e2db8a2a1eff5eda9d9d92b25e4946d6de4339e690dd

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4f2b185da056b28ac5a0b91a0d5f12c052e1789e226c5102e1e8b912cee72e5b
MD5 da1e9b344f74f68c2f764d8d87d37e69
BLAKE2b-256 960bfb04feeaabd176ff85065c9cbd9af108180a9f743cc8313dd4b8acfc2d02

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp38-cp38-win32.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5648460e0a4f43ac8b6cf6929c995870e7fe4a95396a4dbbff2f73aec3f10c7f
MD5 5db1901dce706e0d79dbae35a5759692
BLAKE2b-256 0f8ecf0ba3dfdc7af81286fd90ef9d031c6d3a0e0e0fd4c02ddb8e005b544cb9

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4aeb473dc2bb4fedb3bf5a8ca06989c8a4cba9c2287fa7863366e8c614f68c16
MD5 fe4d0d0ba07cc2e64af5e327d296d335
BLAKE2b-256 5c0e262f4b59ff0fec1faecbfd26e6c69370b78fb3238f504dfaf3429532fe84

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp38-cp38-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp38-cp38-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp38-cp38-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 f5a8acfae103b1ce2f352e1581da2daa32dfbcb91cc365f4100a040ac92e7f8d
MD5 bfa52db1ebd06687e5d41f96e6603a54
BLAKE2b-256 75cc2b0fd0be998fb100908f981b5a971385445bd215a2d75701df690d3fc5c6

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 657d148b32c84e5078546480c145afdb1db8e4e49dca5e8d54549bfa057fae42
MD5 4f13ea505e66f8c50ed68b058351b36c
BLAKE2b-256 dc02fdde26cd5cb710d6f4843591b777cd98f27da579920ab2ffb7335280a915

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fe807b02ce2f95677cafe10a6bc690b2f2aa48b5590d6d3eb7fa5f7c4df44f91
MD5 1b9a1bbb5c59fb834de978682bc9981a
BLAKE2b-256 1b0a06af7c4a4e31f74b0f7b2a154107e0c5c3d5a87ad5b44878e33a67423f11

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f89190c7711661530f18a88d0917204900b3556a121d21d7aad78033e3d8cc69
MD5 062763a9c28c7492d196229c275b90bd
BLAKE2b-256 aa048b0c06334d037caced3a634b6e881b5b13c06714a74c5a694f5dc4c7d2ff

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp37-cp37m-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp37-cp37m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp37-cp37m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 86ee68b5e512c1b04257966be94a6b5aa0a79e58c03a435077f0371979dec054
MD5 638dc6ef8afc384d535cac140c5a0548
BLAKE2b-256 fb67a721124cc02708a00678a0b725386179f64d6e71636ce538d4deaf5ca650

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 772a59f0e33828c6916baac2a9f805c3e16f5d1a6c63beb754d743104aaa42de
MD5 d4b529f3ccb4869f5e425a0fa2dcda77
BLAKE2b-256 7df98271ad74be0a4f5fb11ffce1c033384665ee1fee75713e70698bb457a803

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e858698390440d4ff5a3ce70e938804a56b97efcec01770772f0b82d679c91e3
MD5 1a9c1056e4fd823ecc1be00900c1450b
BLAKE2b-256 dcd16cf0325ee9506715b8a55840d05588e56df511a841b968c4b7d3b419329c

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0f45a20f6441475231363adfa617bf9da2aa9b191c9243eedd51bd8fad7cd037
MD5 427a6cead9e516829a78f9b4412571a9
BLAKE2b-256 c7494baf6faa5166720e4263770ac266d252d8c07fac00f95872eb5869645b44

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp36-cp36m-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp36-cp36m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp36-cp36m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 ca4eb2ca051d0a3139c122fe074428a46381659214c523aee621ce54e2e93aac
MD5 a1887d6a925f06f9e653497fc2be53f4
BLAKE2b-256 379cafcfb8d4dbefa85f3b533cc25c2332ee3787fd14b2cd6d5d23bbba457fcd

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 31a8e45427ea966bb7c868d076a18b5e61f117c5e63254ab67de8971e3804b12
MD5 90f05e89e3dfe57ccd4d528f54eb7534
BLAKE2b-256 7d9a5ad578191b1663e8fe79f14f08835d2c735c49ca8e435d90230ec2d52a59

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 cf9340a7d87193f177ecfe34d2f0be4327ed0765275a03d9a496360698c203c9
MD5 338635c4ca87104e749dffff1f2dd15a
BLAKE2b-256 49fdeff5ad37410e4e7fa19e4483960281e69ee80ab2ce31f9b3f15dcf5471c9

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a9cd2038da36b059ca0a2d95f89a7a43213a2c55b9816c59ba51be7b5b8220ef
MD5 eb04046146fa1e34b3e5c35044edd940
BLAKE2b-256 c51f2be14d9a6f250ba61cec85e298625427ae0f74c7ca51f703724503b1cf0b

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp35-cp35m-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp35-cp35m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.5m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp35-cp35m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 e4ed8d85f55690da0012afe081e32297c7803f0392c93736c36a539ba8f91f05
MD5 59cb2076c108c89731b88f5a1634a49a
BLAKE2b-256 f874b0ad7213251b18307aa6bbbf2bba26b1d81cc39b6774ca5537704b71ece9

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a978ed384a93a8187b4f3e9a969aca64c2c7da8d4f371f679070f526b9290e07
MD5 0f69fbaaea47653a1fe8574e80f5d6a3
BLAKE2b-256 4a3dc5c6499e86d85a074bf3fabb923339acc374b3f4c900eb4e5dda6c473186

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 4f4f3f486cfb8696e458afd6577cb58aa09bfc420718919948397f70584b0b95
MD5 12c8e3243204eb62b8022b0af4a68b47
BLAKE2b-256 06c3a4260506cf22c61efd656ae90c5f97d06120ad226f63631f40931b3d35ca

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 b01fc455902b4494613e632dd62cd6245083ed5b9dd18e5d983a5be77ad0eef7
MD5 5de910e9d0fa7bdd72d0a9a789eca15e
BLAKE2b-256 6952e7d571e0aec4bcbf628682803130239eb4a71988b46d09617aa472a9180e

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f36ffe3dd7cc01e6056c5aa41855504508b9fc1398c8837d91f63d8772f50d3d
MD5 d639e8bd8bcea12a3b755a1b5f7a1163
BLAKE2b-256 037e780e48bab3b1c0ba9daa47699dbcc18aa7c9f617e49c1fea9de28906c1da

See more details on using hashes here.

File details

Details for the file helics-2.4.1a1-cp27-cp27m-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.4.1a1-cp27-cp27m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 2.7m, macOS 10.9+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for helics-2.4.1a1-cp27-cp27m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 1a64f7fc756ebc8e40cd356a0d7b6a587c73340fa07448fdf97c44112fb3d80b
MD5 3947b048468cdaadc8c880ee94cfa8a0
BLAKE2b-256 b34c93c80dc4c7fd8c59b21b96dbf1f3491634951e17d2704f380fc3b97ef2cb

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