Skip to main content

FastChem, an ultra-fast equilibrium chemistry

Project description

FastChem Cond (FastChem 3.1.x)

Authors: Daniel Kitzmann, Joachim Stock

Important Notice

The FastChem repository has been transferred from Exoclime to the new GitHub Team "New Strange Worlds". All previous links to the repository remain active and are being forwarded to the new location. However, it is recommended to update your local repositories with:

git remote set-url origin https://github.com/newstrangeworlds/fastchem

The new repository location also has the discussion forum turned on. You can post questions and suggestions for FastChem there.

Overview

FastChem is an equilibrium chemistry code that calculates the chemical composition of the gas and condensed phase for given temperatures and pressures. The calculation of the gas phase is based on a semi-analytic approach, described in detail in Stock et al. (2018) and Stock et al. (2022). The new version 3 version of FastChem, called FastChem Cond, adds condensation to the code. It can now compute the chemical composition using equilibrium condensation or the rainout approximation that is commonly used in the field of exoplanets or brown dwarfs. FastChem Cond is described in detail in Kitzmann, Stock & Patzer (2023).

The code is written in object-oriented C++, including template programming that allows the model to run with either double or long double precision. The exact computational precision of long double depends on your compiler and operating system. Long double precision usually allows the model to properly converge for very low temperatures. FastChem has been tested for temperatures as low as 100 K. For many cases, we were also able to obtain converged results for temperatures well below 100 K. Overall, the model has been successfully tested for temperatures from 100 K to 6000 K and pressures from 1e-13 bar to 1000 bar for solar element abundances.

Besides the actual FastChem model, we provide a C++ stand-alone version in the model_src folder that allows to calculate the equilibrium chemistry for a given temperature-pressure structure. This stand-alone version can be adapted further to perform also more sophisticated calculations. In addition to the C++ stand-alone version, we also provide the Python interface PyFastChem.

Version 3.1 includes updates to the calculation of the gas-phase chemistry. The new version will now switch to a multi-dimensional Newton's method for more complicated scenarios that were previously challenging to solve with the standard hierarchical approach of FastChem.

PyFastChem

FastChem includes the Python interface, PyFastChem, that allows to run the C++ code as a normal Python module. PyFastChem is also available as a PyPy package and can easily be installed via pip. We provide several examples that show how to call FastChem from within a Python script, including the possibility to, for example, iterate over different metallicity values or C/O ratios or how to compute chemical compositions with condensation. The Python examples can be found in the python directory.

User guide

FastChem comes with a user guide that can be found here: https://newstrangeworlds.github.io/FastChem/ . It describes the installation and usage of FastChem and covers both the C++ stand-alone version as well as the Python interface. The manual also contains detailed information on the internal interface functions that the FastChem object class and its Python interface provide.

Notes on Apple-based computers

Newer Apple computers contain an ARM-based processor (a.k.a. Apple Silicon, Mx), which is not compatible with the x86 architecture used by many other Linux and Windows machines. This ARM processor has no hardware support for quadruple-precision numbers that are used in FastChem. Consequently, FastChem will run only with double-precision on these computers, which will cause convergence issues at lower temperatures. Since this is a hardware limitation of the Apple Silicon chip, there is no way to change this behavior within FastChem.

Licence

This project is Copyright (c) Daniel Kitzmann and Joachim Stock.

FastChem is released under the GNU Public Licence (GPL) 3.0. That means, it can be freely copied, edited, and re-distributed. If the code is re-distributed it has to be released under at least a GPL 3.0 licence as well. The full licence of FastChem can be found in the repository licence.md file or under https://www.gnu.org/licenses/gpl-3.0.html.

The user guide is released under the Creative Commons Licence (CC BY SA). Licensees may copy and distribute the work and make derivative works based on it only if they give the authors (Daniel Kitzmann & Joachim Stock) the credits by providing a reference to the original guide and this GitHub repository. Licensees may also distribute derivative works only under a license identical to ("not more restrictive than") the license that governs the original work.

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

pyfastchem-3.1.3.tar.gz (10.0 MB view details)

Uploaded Source

Built Distributions

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

pyfastchem-3.1.3-cp313-cp313-win_amd64.whl (343.3 kB view details)

Uploaded CPython 3.13Windows x86-64

pyfastchem-3.1.3-cp313-cp313-win32.whl (298.8 kB view details)

Uploaded CPython 3.13Windows x86

pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (669.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (700.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp313-cp313-macosx_11_0_arm64.whl (473.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyfastchem-3.1.3-cp313-cp313-macosx_10_13_x86_64.whl (574.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyfastchem-3.1.3-cp312-cp312-win_amd64.whl (343.2 kB view details)

Uploaded CPython 3.12Windows x86-64

pyfastchem-3.1.3-cp312-cp312-win32.whl (298.8 kB view details)

Uploaded CPython 3.12Windows x86

pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (669.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (701.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp312-cp312-macosx_11_0_arm64.whl (473.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyfastchem-3.1.3-cp312-cp312-macosx_10_13_x86_64.whl (574.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyfastchem-3.1.3-cp311-cp311-win_amd64.whl (342.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyfastchem-3.1.3-cp311-cp311-win32.whl (298.1 kB view details)

Uploaded CPython 3.11Windows x86

pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (669.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (701.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp311-cp311-macosx_11_0_arm64.whl (472.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyfastchem-3.1.3-cp311-cp311-macosx_10_9_x86_64.whl (572.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyfastchem-3.1.3-cp310-cp310-win_amd64.whl (341.4 kB view details)

Uploaded CPython 3.10Windows x86-64

pyfastchem-3.1.3-cp310-cp310-win32.whl (297.4 kB view details)

Uploaded CPython 3.10Windows x86

pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (667.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (700.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp310-cp310-macosx_11_0_arm64.whl (470.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyfastchem-3.1.3-cp310-cp310-macosx_10_9_x86_64.whl (570.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyfastchem-3.1.3-cp39-cp39-win_amd64.whl (341.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pyfastchem-3.1.3-cp39-cp39-win32.whl (297.6 kB view details)

Uploaded CPython 3.9Windows x86

pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (668.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (700.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp39-cp39-macosx_11_0_arm64.whl (470.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyfastchem-3.1.3-cp39-cp39-macosx_10_9_x86_64.whl (570.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyfastchem-3.1.3-cp38-cp38-win_amd64.whl (341.2 kB view details)

Uploaded CPython 3.8Windows x86-64

pyfastchem-3.1.3-cp38-cp38-win32.whl (297.4 kB view details)

Uploaded CPython 3.8Windows x86

pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (667.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (700.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp38-cp38-macosx_11_0_arm64.whl (469.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pyfastchem-3.1.3-cp38-cp38-macosx_10_9_x86_64.whl (570.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pyfastchem-3.1.3-cp37-cp37m-win_amd64.whl (334.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

pyfastchem-3.1.3-cp37-cp37m-win32.whl (292.7 kB view details)

Uploaded CPython 3.7mWindows x86

pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (659.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (693.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (559.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pyfastchem-3.1.3-cp36-cp36m-win_amd64.whl (336.2 kB view details)

Uploaded CPython 3.6mWindows x86-64

pyfastchem-3.1.3-cp36-cp36m-win32.whl (296.9 kB view details)

Uploaded CPython 3.6mWindows x86

pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_i686.whl (1.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (658.9 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (692.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pyfastchem-3.1.3-cp36-cp36m-macosx_10_9_x86_64.whl (559.0 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file pyfastchem-3.1.3.tar.gz.

File metadata

  • Download URL: pyfastchem-3.1.3.tar.gz
  • Upload date:
  • Size: 10.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3.tar.gz
Algorithm Hash digest
SHA256 88baa2248e79f643fae8c6ce9b47e3e4552f80bc8ad555d8324f660dba5095cd
MD5 a3f621bf22d59f1189795a26238da895
BLAKE2b-256 8c91586c681bb94ec82d591809367262815fbdd50fa20662e13914e488c1fe1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3.tar.gz:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 343.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b48801547fdff108acfe1d4776af3b14769eb4c7ad79617dbbcfe56c9065b2ed
MD5 25ba36054ab404e668b8e21aba91ae41
BLAKE2b-256 527d4e199dd91b45ca0fb978e1354329e81e1e1db9d0efe2052baac1a13e2949

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 298.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0589af8488fa36dbdc9b54f37eae9450545e30b9d2c11756fc5db214d2d64d94
MD5 8af7dbe4ddf5935420ddc84584bb74cf
BLAKE2b-256 95a1b4084ecfc879e2d679ba051ecceffe70a4247dbd14b5eb7675541d013354

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 174aa09a442e60d4393ecf7bd2bb46f11464b42f8d27618d0666b29bcf932225
MD5 4c0299f4ba5cecbccb489a6f2fec6c68
BLAKE2b-256 ff07f6cc072b99eb9ef5c26f1576307196e64e438bf35aae3d44972cfe140231

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1db7ed9e13d4bdd03a9ab4c78d3e6748002252e2eed703b5a6deeb47cb0240e
MD5 b30dabc10fef4bef55cbf90dd552ec78
BLAKE2b-256 9bd0dec78ac78bf16dcad1f113a20fb7c34a5f08d4714425dd036e3eb942b284

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14309882b4d25a73247ab1fa6d10957eec07a0f712b24c2e80f348a6fa371e34
MD5 545d12004e70ff75f9ff23af4f748d7b
BLAKE2b-256 2967689da5bffe85f0b49663753ef0d51005dddf6e81bc372e02cb4e3976cfe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1bdf4b661055c1c4c7e16c07748779a34e3b0da9a3880f7a4c86c116f26401fc
MD5 6cb0764ceba947c79d69f513e5a3d625
BLAKE2b-256 1b188c4fd0c48f42d69d135ec21f838c036f45f6f1333e079c5ba55c3a7036da

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca08bd4e4d03f8881096aa932395c2b30b179a49a6d4673202ca405f49b3405c
MD5 3b5ab8cfe5dabd3a0384124fa9aaf236
BLAKE2b-256 01875f643ddf5ef18f296350643053c56b9c5555749d9b9b5eb79c0fe7237275

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7794b886830b4d8b7be5da6789483935a59ad18859b1a8645d66f1f3461666ce
MD5 ac24f1453862c815a403a0582f94c171
BLAKE2b-256 de14a04a278f58014a35c2b88b7d25b32846c1219ef9849b556c24b35862d85c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 343.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f46a459b6e2540cd0b3218c8e335f38d7bd139d10141b4396abec23f6cee7c16
MD5 0bc140b83b3d1c81330cec5c8b986f9b
BLAKE2b-256 fa4f030f47a49dda28b1337e08d3e76765707fef6e484dd303911a30e023a696

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 298.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 611db6a374ec3c85360bc4551cb99d43d82f5590015d733a8a4a73ac3a008e31
MD5 206ebb5214a1a4381d28567591e78e15
BLAKE2b-256 41a8943f74382b8c7df91f0fe80450c5f7beea02e85d35638de65f4bdc637d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66ccb94d507e71bc4420460ddb287341e523819662d605057d1a0413dbbd1821
MD5 5daf8774392eadb06d9990c1357697c7
BLAKE2b-256 1f59fe0870b8021e413cade2530189196ba32e7c4cb639357a64d8d492cf1c06

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0cf0b652840f531f9ba807a69b881746789dc95bbc1845edab5bd132c75c6dd4
MD5 2d57fc99b922257195575a060e6bf81e
BLAKE2b-256 25cab3b9181cc7dfe5d92def825cb6e86d20c494463b53bff81e98ff03822661

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8321ddabbfd74c8c2158f7641b1ee776ce508408af1408efbdbadcf1349b0c23
MD5 e2243b741d8874f9eb50246cbb47bf69
BLAKE2b-256 be933d2d94b5408ab7591c2364e1aa6789b31519a5b475a75d64cb02c369915e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c687940163db231d936356c775d78eb5f001698778870315a66189b265c6f857
MD5 a6a99eae0c78d25894764e58dcd94944
BLAKE2b-256 0a2925603002ee9504409d7d1aaeb497823d2eb64517d02e59b2fa80e1f69dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca82aa8de35791a87db1e12e603449c99662fd733c9d94d1a95c3f978483e902
MD5 f1386f17449c53e96138f95366f8b9da
BLAKE2b-256 629517313cc58f69a7797ac58611281e38f60f19fa5ef19abe3537fcb0859613

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e7ef5dacec2122828a65cef7649b13e4eeae685f490fbdadacf62ad891e642cd
MD5 d0b7ea2e3d145d85a52f54fae02c0fc0
BLAKE2b-256 49cd1fd3e47a2f7060923fb5b59c398d4c374c549f90a28f842b3eabc61910be

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 342.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dc197249c4daea6737fa98c4308bff521bcfd209fb385e765cd5b1252d522f81
MD5 25e9bfb24f5bd6624bc51f5bae1e9e0f
BLAKE2b-256 abfd74a54478c63f27fc7298d3da9f245f2c7310c127ee68f51def3629766c1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 298.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 30c1f24b0dec1cc66be39f9489f244ea41eb6e30196d33d87826d7396a463707
MD5 d24f66b8668fd2ce6df08e0963640bc8
BLAKE2b-256 ec2b86b4be0b4430a03a4f2c84ed8b9deb10844c73aa7a9618db4e67add91ef9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4745c586a2dae795a27039caecb8a3c1415dfa7e1afb657bf11d2e3e76d59e59
MD5 b74bf8d38c7edd54a470397e02ad1be5
BLAKE2b-256 f2bcaf6ddd2d476c326a22b73d7a913e6228c5ec7b8a40506dcd33c7f8a22237

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c06be15f8ebc54782995d78990654cf256e9e2ff2d81825aafebff71714ea41
MD5 c95c09f0f3227b66f4f1a7468a2887d5
BLAKE2b-256 820e1f0728e8549f7bb7c788d9025223295965414bf9e1b2e1c155e2c4343afb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5e8df11d0c9d275d7ce695629d8d6058f7b711d92030f90432029d22595c030
MD5 628e8e8977406768ea0461407e4043d6
BLAKE2b-256 728038a72f996018995c9f03735e9ebd303a063b9d5b835a35a95f7880b92b8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d1a71109844b0533706e6ccd6797522b3bea6113273e981ccc75e70693c2c6f
MD5 80e820fb1270acbfc8344b1cace590a0
BLAKE2b-256 445e6200b139486f2b9d0cad2add88259bc597b0a85f962d9996d89b1faf41fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a539366ed3614459e5ba0afc9ff80d12d7be8648cb6adba51f0c4c0963f6a7f8
MD5 b7cfe3932ab04be68f2ff0de824cec22
BLAKE2b-256 759ba85edf2df9a5725a738095e980bc43103f996846b417af715dba68dc0758

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b0793849016eb8b075b00604c4f480c0853fe040831ba2935792991392e2a0a4
MD5 b28056401afdc5efd20602b04913dd97
BLAKE2b-256 dc8661a4a451a1aae06d152103e6788a794743e617e889e5f8d4ec9b0bda33f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 341.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a5f31904a5fc89f9c12643a85d5afde53e575c924b1e8a188a50265fb8bf4d41
MD5 805e037da46bb98c0d48d081e5b6b8da
BLAKE2b-256 a9fa7f43afadaf4e090f659ef783fd5cf94e11113d04570c5865d605e2e1e059

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 297.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 50b4afcfe27496ef0cf8199197dca3e181c0cc7048b735f37725195a8e66fb3c
MD5 30bd11dbac5e6b4e42e94ecbd0f27946
BLAKE2b-256 800459c2f59c6ed5462b84428fe7f1af3f8772b6be911fdd34afcd3a024c341d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0c159af9408c5e053258d7c89a7f5ec473afc25bb9503b8cee67e3da9752738
MD5 57495319cd949e56f5e3fa39b38657ea
BLAKE2b-256 99d890614f0c225c49a2a8777d4e280ef52b0210d68c237e244f1e2f620950a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9bd4c57dbe0bdf1e525552896920fd639112306e4360f830eaafbeee59288a6
MD5 b681b9533653fc6b21bbe901f84ab43d
BLAKE2b-256 e747b55e164a3b903350b2a44d71e1c54ff2d67eb9c6e7b41e8bcb4435efed30

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8fd77c3344e7f928541ece872b7ad0a5cd14e31827dc0aadc1154b45bcbc099
MD5 429fd1e0cbe9ab59119340e166c0fc49
BLAKE2b-256 2e4db42cd6172fceeeff35d025f8ea240e512e03e5e762fcb970132b8613d316

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ec11020336c5ec140bae964eee18b56b84b5e1361dc1813e73181ffa5d52e2be
MD5 adccb4b3e2978b0e0234c7d299688570
BLAKE2b-256 9763841d6074956f8547cef62a4d3affdc1f030cd2682e8a6750db82dc2aa938

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d96479356bb4662f2c0da3616802cdcefd6faaa45fb584776a7f414ef2890654
MD5 e84ed4360ddb7c3fd34ced1de1530079
BLAKE2b-256 52b07d39b25722ae7ae49c53e63b27270d0a550fe899f9b737b705183165dfd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d9986a6e65a769d23216b80a0b7247b3150b00b77cb26f3dc7a0830462604ea
MD5 afdeae48bd6f2d3cb39e9091f22358dc
BLAKE2b-256 643f1d34b29fa80008b19ab0fdbe6ec7dfd1fb140c48f1c77e976f6e8d36cbfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 341.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7fe3797b52d4859b14a62181d0b9332bb7df23a00b6baff90d3689b5e6192cd8
MD5 730bfb10bce16d3cdc6ea9afb1d5059c
BLAKE2b-256 ce263f985ab849b2204dcbe8fa3e4bae59d57b1c005c089b78c28ca675b4c12c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 297.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f9d0525ebdf11e963473dd61e25e8cc245d9d6647c708be3a2db5cf4825e524f
MD5 3c219a94fe92e61b57fde66b256fa802
BLAKE2b-256 257195d3d677b157f5056f39bd87c98a690fbca46300a2c574c55df09643b43b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94e93b0769649f8e4cee0674c8627e44a45295e108956a1d6ea3c84de5aec92f
MD5 7ca9fcb6f26912a0af692ecf90c7669d
BLAKE2b-256 d252bc3265deb57d962cf3495f565789c0e7fb416c80adaa9de7449a4b40804e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0574d660121705588d7694cf82d84d00bcfb4bae94d52d5e1d1adf5bc5c65fb5
MD5 20857c57e73cd8ec6eab3e3ea187d944
BLAKE2b-256 627511040c963d38b9f5d699cbdeaa3a5b811342b0792c272ab5fd90e6c7d253

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7483a24bfed9890f7cf9ab3745ee0b8af2551db4ef3039e35708d449e02a7372
MD5 411216435893da993bbc8afd2a0ee4be
BLAKE2b-256 fafcba15f14aa5cf73d3a51b1540462873e4f498325af6a404a0e3412e27ece2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 452e0d5ed9d40fa4e09330097c5e7faf295902512485d76eb4cba49129e20323
MD5 679fe2326ec24f3fdb1311623b617139
BLAKE2b-256 f3249765810c9a0143864c196abd7d8da0938a59226b9db2ee2d067d146cb358

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6317a26ba00bf28d708b1c44690c53e02a6cd5ca3db64f020d10f1493fabac5b
MD5 333379b15164981cc6b7fecf75ddc4e8
BLAKE2b-256 06c47692f59c285f1b322ffff7dc32779938a19633040e7825841d457fb7c68c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2eab594b546f5f54f6ed03d11ed17d2fa014d8042b6db42927e9e890ab6e8bd5
MD5 95b4e72426978243dbb36b2281a3ccf2
BLAKE2b-256 8f95eeaf7e65777e2b073e2bc3755a00e3c98e1aedf877cd631d9bd5eb639149

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 341.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3d264ed3c0e850b50ccbca6044e1243f337582c29c628ea4631435c4c5a7239b
MD5 4fc681f7a2d14dd2592429b032338ce3
BLAKE2b-256 7fedeba59d0d78e84d8aba0458f84cdde65e957b8e8d0484f6c0a93230662720

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 297.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a748126e8525c6c93ee60eebce299f166c2aa6b25d724798d2d78148a93f4ef7
MD5 6e876780c9e9a62506854b4ee906b9e1
BLAKE2b-256 3b0faf7f99cc3fbb3211620adf33824d8e91ec7f0df3ebeda107c535a0b0fc51

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7fd399ed47961a6a3bde6b975f6b57c09d2a4f29b8f7297d6203f8a24d6cf7d
MD5 c3e7aa533e6e258f145bc9207cbbf319
BLAKE2b-256 abae55f2a16ad55465fc9e6f5d1eee2f3cb60138706c2fe0faf5e9a5c09e8373

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aed186abdc21a3b5fcaabd0c289803978d8c125393bd58c118c4cc552b4d20ab
MD5 01ab249982925c3a3544ef6705d9f2c9
BLAKE2b-256 297b1eb2b8fde62f7907f5c79d3cb65c561dfe8f5c9c832f6c86eb8bc100af75

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66a1bcfd3d8c4fbdafea92d052f7aa7a91a9b4d829a8cb8f2cdd0f8cfa87c1e0
MD5 45b0f8ebcdda00988ec087b325ac96a0
BLAKE2b-256 a3974ea38e368df1b88f7a5b40661ae672522a928589bac031c66020914eb06e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01ef3f19b0db4f63ac5315e8c47463dca74299dedb27f4a1b369e8e4d6918171
MD5 1ec7ea55302fabbe9261e2154c9c21b8
BLAKE2b-256 27fabcd526cd154afc6cbc1bbb9cef386855c12c336694da2b1dc94bd9f417e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8f5d68c2480604214a7a2ea3f1356f7d3d2a8e7057f15a23566a3e8f61a4096
MD5 5d816bc03cfd2a32bf46c6dd45d209d3
BLAKE2b-256 5c14345715525b830836c2594e0fd967d8f88e65ed0c955b06f717413bc3d2d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db0a91ef59f7fbc17ab5cdc1fa2ac9d2a65ba94cdf87543045e895af4f503b1e
MD5 5ab69029bc1a319d796c63ad80cf22a2
BLAKE2b-256 04a70c94f0eb6534b05590db58e6f20510dc08966ed6a49bb17c1bbd83811565

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 334.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 35164126cadd0af2114732b21336d93c7cf26583e62c0fa2675aa29f9486616e
MD5 5777d7a86c92836c82c9a3afc95f3216
BLAKE2b-256 6168beac6de98d252c51be5d8052ee4b2739cf2625eae64f484f1310810bcfb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp37-cp37m-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 292.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a7c95c127dcc4be671d5d827867aca690bd93378e37bda45079f9c5310e2ccef
MD5 9370e4bb49178639530f0b9bff0d8b7c
BLAKE2b-256 4e8d548b2e7b99ef5ed66feb74a44792e09bf7abeefe89d535c4a1561d81c4ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp37-cp37m-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72ba4d1bab17c90ddeb9f42282ff0a76ef865a639f9d4801e0ab35512d81c008
MD5 a1cf97440dd34682e7f694b8aa71fa76
BLAKE2b-256 8d88df2a188374a122585c07d457ea07507d8cea42ada9bea51eadbc8d8e98b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1afc02172d5e86864930d6de2a1ffb55948d6d6d9709c86c0508c41985f4e05d
MD5 8c9dd800e1315309118da9838f509ed6
BLAKE2b-256 356fcd44620243e1e4cd62b1fda565c7803721e423c2cafba1c58cc777630c74

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 521371f933c8b9fb00d4b7f182e7c507ac66943d0e156828b03eae36f996c143
MD5 5d8ce361e705e34e5af3a7c538e1964b
BLAKE2b-256 0afaab1b658bbd50151eca633906190272c3e6d01829107a5a00f095c78baf69

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ade188e66eb4e74bb1c5151696d0da7209139542257972c4ef876540c0ea0927
MD5 60ae6b05fb9502ced2ccee66f412691d
BLAKE2b-256 85dbdd0d443464aded98c399b9eac677d43d08317a2aa675b6f261147bf19738

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2db032c4a32a0216541df8a878c3bfb9e8f30f059e750e2be2695854d0a0ad53
MD5 b7d365e337f340539494e64f663d6c37
BLAKE2b-256 7e08923cd784d55cbc7fd2265e816e079ff7607c60df0bf2ad8b64b323adf127

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 336.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 46d3fd7493f29ab017be73516e48512ecc356dd3afe27d5e70361fb67203359b
MD5 186b33f824c332f37e002f24c535c744
BLAKE2b-256 118ef671a5b445f70fe0f27866f98a2b4cbfe9fe43b88da76b9e23e5d3afc614

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp36-cp36m-win_amd64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyfastchem-3.1.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 296.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyfastchem-3.1.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 073ef6944176f338696cfe40f75b09c3282964c5f81a6ef21cd0c55db821671b
MD5 7d6289407d6336361db95942c371b5d9
BLAKE2b-256 83c07f2c00d03abd9c5835a334ad00f92397ea4abd63bf5e53ab9059e5ab4bca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp36-cp36m-win32.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd0351632b9936d0c406ebdd5ffd0438dbc43bd1ba9b19b21e2038f40675d347
MD5 c45625d8a3732a6415fbda3f2b45d369
BLAKE2b-256 b7925b705ac6c8b2762c8cc9ba88da399948e41f111853c7acb028594247329d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9cf088ae295bf50b8667421ad6fe429ec953f02dad69b4b6901865a9279b0643
MD5 02896c9dc9c93dea73a9aa42932829e6
BLAKE2b-256 a6c0e2dc3303ad2a6c104c3b086c3e2a80abdbe25a20ac9681a34ccc9da3430c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp36-cp36m-musllinux_1_2_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 491707a5fde07285f7d86dcc8fa96d57163ae5044a85570478e2a1bc6cf31b99
MD5 a0781dfc3dace592a085ca103ff3cb21
BLAKE2b-256 2f8f9b39de5857c12cd4e45302099f10bc35620c28d593bedfb43d37f207a35c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87bca9805347512bead0add82450fa0f132eee7952ec783430ea2d824acdd646
MD5 b81ec54971dd2e89785b0391149f27a9
BLAKE2b-256 be2357d3d41a38d26a90ee75e6c0b0251817878fd83e743d82be68611a512087

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfastchem-3.1.3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfastchem-3.1.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0b3324b49ee84b5606a3a35c9b6db675e69d13785aff19e1d4debe24cb87f84
MD5 73fd12dc4f197cd605bf6fe330d94da7
BLAKE2b-256 06270b54b4e01f5d83bb60c926f4f4102bc22292ad8acaf1a4fa01cdaf64c8b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfastchem-3.1.3-cp36-cp36m-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on NewStrangeWorlds/FastChem

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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