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

Uploaded Source

Built Distributions

helics-2.5.2rc1-cp39-cp39-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

helics-2.5.2rc1-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86-64

helics-2.5.2rc1-cp38-cp38-win32.whl (1.3 MB view details)

Uploaded CPython 3.8Windows x86

helics-2.5.2rc1-cp38-cp38-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

helics-2.5.2rc1-cp38-cp38-macosx_10_9_intel.whl (2.2 MB view details)

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

helics-2.5.2rc1-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7mWindows x86-64

helics-2.5.2rc1-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7mWindows x86

helics-2.5.2rc1-cp37-cp37m-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

helics-2.5.2rc1-cp37-cp37m-macosx_10_9_intel.whl (2.2 MB view details)

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

helics-2.5.2rc1-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6mWindows x86-64

helics-2.5.2rc1-cp36-cp36m-win32.whl (1.3 MB view details)

Uploaded CPython 3.6mWindows x86

helics-2.5.2rc1-cp36-cp36m-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

helics-2.5.2rc1-cp36-cp36m-macosx_10_9_intel.whl (2.2 MB view details)

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

helics-2.5.2rc1-cp35-cp35m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.5mWindows x86-64

helics-2.5.2rc1-cp35-cp35m-win32.whl (1.3 MB view details)

Uploaded CPython 3.5mWindows x86

helics-2.5.2rc1-cp35-cp35m-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

helics-2.5.2rc1-cp35-cp35m-macosx_10_9_intel.whl (2.2 MB view details)

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

helics-2.5.2rc1-cp27-cp27mu-manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

helics-2.5.2rc1-cp27-cp27m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 2.7mWindows x86-64

helics-2.5.2rc1-cp27-cp27m-win32.whl (1.3 MB view details)

Uploaded CPython 2.7mWindows x86

helics-2.5.2rc1-cp27-cp27m-manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

File details

Details for the file helics-2.5.2rc1.tar.gz.

File metadata

  • Download URL: helics-2.5.2rc1.tar.gz
  • Upload date:
  • Size: 16.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1.tar.gz
Algorithm Hash digest
SHA256 969b1560c1f5f617c5d74b20284e1dc829c217ae9be1cc0940493e40a00a7896
MD5 ce69a922a648a64e996b46bc8d3c8d7a
BLAKE2b-256 10a8123bacfbd398ebcbf7b3ef5c77423f6f7e09d9fd4009d641317b3d14aa97

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a173eeac81cc15a950190e50ac1585a7f587f4eadf339f30f5f906b002bee029
MD5 44bab66e0f29d1f630af78c0a815acdd
BLAKE2b-256 c7d2456b411e97c48f150b4cf8447e319d776e827077f8030f940ba92ec16912

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.5 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3bd0e459d74bb39168e5f379e9ed99147b0d8b29fb66111e4de1344b01cec252
MD5 684d15c97218605b7fb86562f2ee4e72
BLAKE2b-256 cba7e4e0ced4b3f522dcf9a125b9a6292ed309dc0fdac120199f59fae287fd38

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.3 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7e2282e0f9cf351b3943503374a8368656ab7cb985bcfc193f883d2e84b31c44
MD5 e35757b2228a43bc46700253a615c972
BLAKE2b-256 b98e4bcf7e4a30ddb322635676ab4b821d2c83562ef8058ac69d1eedae66fa67

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 21820a5534778da4ea2b220c90784431d96dcf1ef1a8f8329b4c45ea9ea0dc01
MD5 11aa8fd4f4e3464aa8923ff62b744094
BLAKE2b-256 e3921561d8ff151631e7d9133175674f67524870cbdb7526d588f557736b81f1

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp38-cp38-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp38-cp38-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.2 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp38-cp38-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 be8894fa4d65428b0ac0e351af33d3e18cb3e8a2b7d8ef207bf70a833101d131
MD5 b38fc825d177d39a58a15048fecb4042
BLAKE2b-256 f355af67ec28da29255d83aa89ada55c79625df5bf98ea35cd4b89f5bb16b4ee

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.5 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c984058be4eed6ad9b3036b5848b559fcb210218090df268eef1dc2e8fc79ee9
MD5 0878336a3d42eb8de4e1d4e79a4c1e07
BLAKE2b-256 7a3b6682478d423d47a7b7b0828a7f4ce03357b039eb8d1051b27126f2593aa3

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e89c607ec569fc230743f898b333bc8a003a4a724ba6777baeffcff241ff3b69
MD5 4ee9895dc144f78d79f322e39f4337b2
BLAKE2b-256 7c467faaac416b0925d7511b80c962ca64627ce125033968237c2af77c4176ac

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 376db63dce8a30fef15e0924d4926a1bf8b7b46ab6a1578af0fbe0b227592c25
MD5 1084567c2172c141cca558bdf1aaee5e
BLAKE2b-256 2eba21924632c2fd9eab911cb1f7501dafad2eb856a429182c680b5b28c94e05

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp37-cp37m-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp37-cp37m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.2 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp37-cp37m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 497dd414196d663d0cec185dbbe53d22741e10dc025569f5fb6b63ac98836aa1
MD5 a8391a9450e712ef507219370d071567
BLAKE2b-256 ce74ccf00a5b3c1a2bae4ff88c351d56bbc675348ab33d6981f6e2eaa6c62ca2

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.5 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0075f2e3101c958b7b172ac21a1a8aef79b008a9cdc76ffaa1c323ad83745046
MD5 0d654f595193c68b0e6dfff23c168c4c
BLAKE2b-256 da743db5c7d5ba33f9768071933f6de1fea37aa7fcdf8e0620b6ecb315c48c26

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 2bb1a00100012e0824103e8dfd11497b84f6e8fd5ff7a5cc9be212578582ca62
MD5 3a7f70e143847779a7cf30c3a51fdef7
BLAKE2b-256 10a86b6e828ec70cb1975584dbab3d1bf0bbad331b4beae7e7b8b626386c4dc6

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c83940052f87e3350b65d9027ec555c432f42013553888726ba5c7b906750dbf
MD5 e52c234015761c80f8a084aa79f2dab6
BLAKE2b-256 a9ae1b112927ca1ad0abbf3a7019b9ec1ba4fda4151a1eaf462c27effb2c5c01

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp36-cp36m-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp36-cp36m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.2 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp36-cp36m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 cab4fdc38b8ad0e43bc0a50bc2eff427d11a7a24ee275bb1ded658a3c2b2b12b
MD5 ad34fcb8b11e0c43bae35ad2cdd7099e
BLAKE2b-256 47eb0867c9ea137bc0314b0bfee1307e4bb14ba9022284494d95f9a5a97fb792

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.5 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 928a3cbf68a26677049d0281cc27dc7ab57056ac8676fe85eceefa8f70eddb04
MD5 4e981248dfbea2cf37c4a8de2524b40a
BLAKE2b-256 2fec864857ff4e32387c88be511a2109c0635c3a5c10ecc792c5a0d574356276

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.3 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 88890a694a959bdae507ed0b5152804bae0fa2b2fef14cf43f433abbf4c92e2b
MD5 7866781727f7c8613ccbe8cb83b1c3fa
BLAKE2b-256 fb416685f1391de912a71ca0aeec2fcee0968ff6ce325b0b9e241c8c00637409

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4b5612fa229af5f30f37740d05652830d83e38780b784856d9e5061fddcc8057
MD5 1308b8e625ad6e3d61ffffc8ee6799f0
BLAKE2b-256 ba2eabe05010f90d73629fa5c3492403e13f119f41606335c9020a6b157fb2cb

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp35-cp35m-macosx_10_9_intel.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp35-cp35m-macosx_10_9_intel.whl
  • Upload date:
  • Size: 2.2 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp35-cp35m-macosx_10_9_intel.whl
Algorithm Hash digest
SHA256 4dcaf165f159a0a7209a0d84886ab9599ede8bf73226669a234d5a936546f6e0
MD5 72f7453c3a54920179166a30bbdb2a3c
BLAKE2b-256 00e96e0c6f418609edc4cb6a33460db483ce5cf526439c6da6b067ab8dce5f52

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.2 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9cb1cb24c4b970bacb572e505701cfdbc6a0a7edfee1862c5443c82384e3804d
MD5 10b2726839bda1b9f1b77ee4c256d35e
BLAKE2b-256 c80064cc21a05f4f4be370fde3e3ba5856457a61ef557b7d9d09af1b25857012

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.4 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 49d2a9d16f39ed679e36b2780ce92cf4ff14799398b590ce56156578421c236f
MD5 7c80e931d893004ca838d713c4229a21
BLAKE2b-256 6c2a7738858932824d6457b23850b9a84e30f2a60115490dd173926e385528a8

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp27-cp27m-win32.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.3 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 92b8338986cc924116a6446884e3ce61716a11261a1f77d63eb09aea475f56ea
MD5 e2a3f408216a9c16b23efed1a8ec16f3
BLAKE2b-256 42b3cd1d7422e1695715943bda9eb7adfc477870a68974c2b44b10d28b69699c

See more details on using hashes here.

File details

Details for the file helics-2.5.2rc1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: helics-2.5.2rc1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.2 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/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for helics-2.5.2rc1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bea48c68c82e3ccaa18e12ae480b5070f8040b200adae0c88d777e826833df6b
MD5 e39d0d87a539cfd8e81cf2a0466effc2
BLAKE2b-256 768e55408694dc03d141587325418e3109197149865927e5f2447a2c3772d4c4

See more details on using hashes here.

Supported by

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