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.

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

Uploaded Source

Built Distributions

pyfastchem-3.1.2-cp313-cp313-win_amd64.whl (305.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyfastchem-3.1.2-cp313-cp313-win32.whl (263.1 kB view details)

Uploaded CPython 3.13 Windows x86

pyfastchem-3.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp313-cp313-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (620.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp313-cp313-macosx_11_0_arm64.whl (419.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyfastchem-3.1.2-cp313-cp313-macosx_10_13_x86_64.whl (514.5 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyfastchem-3.1.2-cp312-cp312-win_amd64.whl (305.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyfastchem-3.1.2-cp312-cp312-win32.whl (263.1 kB view details)

Uploaded CPython 3.12 Windows x86

pyfastchem-3.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp312-cp312-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (620.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp312-cp312-macosx_11_0_arm64.whl (419.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyfastchem-3.1.2-cp312-cp312-macosx_10_13_x86_64.whl (514.4 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pyfastchem-3.1.2-cp311-cp311-win_amd64.whl (305.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyfastchem-3.1.2-cp311-cp311-win32.whl (263.0 kB view details)

Uploaded CPython 3.11 Windows x86

pyfastchem-3.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp311-cp311-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (620.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp311-cp311-macosx_11_0_arm64.whl (419.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyfastchem-3.1.2-cp311-cp311-macosx_10_9_x86_64.whl (514.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyfastchem-3.1.2-cp310-cp310-win_amd64.whl (304.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyfastchem-3.1.2-cp310-cp310-win32.whl (262.0 kB view details)

Uploaded CPython 3.10 Windows x86

pyfastchem-3.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (619.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp310-cp310-macosx_11_0_arm64.whl (418.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyfastchem-3.1.2-cp310-cp310-macosx_10_9_x86_64.whl (513.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyfastchem-3.1.2-cp39-cp39-win_amd64.whl (304.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyfastchem-3.1.2-cp39-cp39-win32.whl (262.4 kB view details)

Uploaded CPython 3.9 Windows x86

pyfastchem-3.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp39-cp39-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (619.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp39-cp39-macosx_11_0_arm64.whl (418.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyfastchem-3.1.2-cp39-cp39-macosx_10_9_x86_64.whl (513.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyfastchem-3.1.2-cp38-cp38-win_amd64.whl (304.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyfastchem-3.1.2-cp38-cp38-win32.whl (262.1 kB view details)

Uploaded CPython 3.8 Windows x86

pyfastchem-3.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp38-cp38-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (619.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp38-cp38-macosx_11_0_arm64.whl (418.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyfastchem-3.1.2-cp38-cp38-macosx_10_9_x86_64.whl (513.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyfastchem-3.1.2-cp37-cp37m-win_amd64.whl (304.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyfastchem-3.1.2-cp37-cp37m-win32.whl (263.4 kB view details)

Uploaded CPython 3.7m Windows x86

pyfastchem-3.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp37-cp37m-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (591.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (621.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp37-cp37m-macosx_10_9_x86_64.whl (512.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyfastchem-3.1.2-cp36-cp36m-win_amd64.whl (304.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyfastchem-3.1.2-cp36-cp36m-win32.whl (267.5 kB view details)

Uploaded CPython 3.6m Windows x86

pyfastchem-3.1.2-cp36-cp36m-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ x86-64

pyfastchem-3.1.2-cp36-cp36m-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

pyfastchem-3.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (590.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pyfastchem-3.1.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (621.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyfastchem-3.1.2-cp36-cp36m-macosx_10_9_x86_64.whl (511.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyfastchem-3.1.2.tar.gz
Algorithm Hash digest
SHA256 9bf7a55a65e036561cdd8e7e0d6a43dd9938643f5b58f9b426206f2f92933c9e
MD5 f64cd1450722d1e6faa999c01f481862
BLAKE2b-256 49498a7efb812c1251333e5d9abe6a56d9920f07464dedf10388bbfcd59f88a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 350f0c427f9d4adffede59d460ac6ef0683cc9ea1c8ebecd8a0bb3010a1bc97c
MD5 e9d8b9f29798b4af83361dd7a1e993b7
BLAKE2b-256 a1b88cdc6b9014f54f8739e4dea20910cd35518f0d04d927ae9d662b91654211

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 263.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 62787f3173dc64f062f70f87536adb696c6f48ba7fc8853a856485e263680a14
MD5 73a40b643d1c4925f62aae8fd34b884c
BLAKE2b-256 d4e076abcc84b01d523d8d2fb47be4a3713083cb4ff78306ca81b1c085f6dab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 820a5e320a59e909f381ba5ff363f40514681fb85a98204d42274dad296d9a8f
MD5 9cab28016396a48e47c50d901a667ad2
BLAKE2b-256 c9eb1db409ee935464f37f8ff02cb03d2e504fd2f6824f93c96c066443191bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1c43b3fd74fdfc57d6cfb9ff189a28b68a45284285af69ebc473e0b993e8d289
MD5 2307275bb3be883d88180ea37faaf40e
BLAKE2b-256 cf7e6e3fc657c107a672cfe99b92069be6c6dc5be8689eae98c6afd8795a61d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43a83771fe09d0d97d3663dab8d6dab9cfef012f0692879fda0443959475d980
MD5 7af74df869ead7d5d2061735e03527d0
BLAKE2b-256 f19574c872ec71b0f323219b3b73427944eddeb7accd738e23204d7a1182410c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de55f48996d0ef3c2f420663a5bd1e3a756c0b55af16d3386b9931970710f84a
MD5 4b2b9a850da4a0a2d6056c56e3d06c11
BLAKE2b-256 1441f7ae4b4e843e2aa63d2863959085b26fab7a4cd55bf56333e5a84604d9d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8ad4889b62c058dff36c7a9bfb8f76e910dbd883f1dcd7fdca670664f35a295
MD5 89473b909c91abd8803895c4c71bf292
BLAKE2b-256 4ffa6f651ae3d596ec3a139231147c1992dbda24efde156dfb4b2a41921c64c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2ac917cabb31f8fbde23971b51907433dcd5fdd064093a2b295e60e301d7d783
MD5 94ae3b40725cd270590c4e7d4b8b0bd2
BLAKE2b-256 70376056d1ca87373a68433d660ddd4341313c1b43869ed68d9a3161efe8d3ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 410041677a6fa2a98008678e41d207cccee0f300be32445066f790d5a2f80ad5
MD5 73057dfa09c66918d08ca34bf96d2763
BLAKE2b-256 3c11b94938db53454c18fd9258b2bb2a232cf7caa0d7d80ef4f9e826e8a417d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 263.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 61f0f3927bbe6d3b9876e799d3bb06ad0ca30801da0ad2d55060ced3f2018738
MD5 dd6d39b97b500e81f4781a375fcde27e
BLAKE2b-256 da1aa8258a66ed7103d5a78ec9e8ae42ba88c2738bf02621696c8a636d2f7de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f26fd8f62b24072e248aa33188fe6f23c60bc365b9b4b15a343cdef06447ca7a
MD5 c97470130a81e4d2caf42cc1ec389d65
BLAKE2b-256 5067fe0d123e1895fb8c0556947d5a8be8f0b33ae1b19952c8446c6c2e634b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3cc0e60ce6c5ea9a65aed9dc8269fa453c8f030ce2fd28521b907e556e71e112
MD5 fde895daba034906207edde2ba27fdb6
BLAKE2b-256 0a2086af705e6601d21492fe828764a05db1db210fdff65b4f733aeb4f9af456

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ec2dcb538ee1c61549e7eb360fc0f2c6e284b8d6d8773a5648aaa57ea86c47c
MD5 4e6b6cc52204bcc6ccfc3a73571ce31e
BLAKE2b-256 a87464137e691a4cda9d20f0944e2765ebbec2ce53917b7c8a3479151b0768c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5bcae7ca7d3c4a8e40a82e787cd57d2f882d3dcb3c6a331a7f76463e2197dc19
MD5 c178fe33a96e5303a9345e7e0761088d
BLAKE2b-256 d161cf30b974c4fd993eef34c4df6e0b573d44375461b2e838d615053ce301e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 652e7f4013efbbf106707a61f897fe44867d14b339e11910abd0cb4055681735
MD5 35d645d96a17d96f11ab41593eeeb3fa
BLAKE2b-256 233f87daab9cb475c3218ce9cfbc89d7cf94a2e1555ed3830bd88b37803fe402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 82ccc4c48d9cc4de05c483eab591e847e02aa572f728236d1ddf421154a9d376
MD5 ca01b8df0429c06fb2bad1a3b23cffbe
BLAKE2b-256 20f934987ab55b6f987b3ec27191c0001aaffa4b438062088985fb813cb020f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f32f3e77124ebd203f4ea836a6b3fe3e60a599c468aae1a2cff4ec95167e88b
MD5 e322a45fc1d231fcb28dbb5c2400a8a9
BLAKE2b-256 1116e54c28d598139ec35aa31f230f99b430999bed4bc2ffddc6c7bdd314afab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 263.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 27845be8410fd804fade78f6370f2c29ac10cf94296ed2913869a831e406f2b0
MD5 e270dd1e0ee6f69a088857e17c103b0e
BLAKE2b-256 7c5467ad332d27cc852ffe33b5e86a4068259eecffc21c37ad1bee7a52828b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5694cac8c30d9637c9f25b4b4146d2371c12fa17b114937c522f4ed05d49f20a
MD5 892e3a30cf4429de472ad7837b18c654
BLAKE2b-256 8b866cc41a8dcb710f72bf91dde4a3ee6ded392b16cada7f0ed840401504c396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3c53cd3bfdde40ed31750a3b2d12f6c272f07cbd2791daef8b907a1c386d6abe
MD5 a84578846771d2b6c24c3408f437a577
BLAKE2b-256 51ceb0c22eb479469e4fd756d590f2b11a96727c95ce92e0d767810a76cb5fcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d97a63b29b33721d7f662dcedd04358940ec943d1b67bfc6c08531c620dc2b47
MD5 88a857e40f28194f42b6855f59b7fcc1
BLAKE2b-256 cff96cbc56ac502d9217ec772c52b08a025932824c5b84978b413c7e0a3c98ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 523974c4f7dde05c85e7d2cd76855e52fa7fb49717a2f9df178679c658f084dc
MD5 85ff5499d9cff87b12579fc1ea419f9a
BLAKE2b-256 b46c35bef30ac984ba13c6c7d0eae77fa12996dfd67f363f0a9c2bf62545fdac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0aadf6666414fe46df5633d0101e43652b17a2584d2044bdbed9c288acc9d34d
MD5 e951ad5d50c05ddefb5df4a97f338d62
BLAKE2b-256 c44adff41a65c7bbc29a6e4f2763a3837c8e02728a2b0721259dde09c453a39f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cc4a0b575056f6688aa4992c6e112493177fece7064b200a8c8001cdad664648
MD5 241e5692169e15b9ee52a0c7a202d96a
BLAKE2b-256 00d939f3dec65edc25cb87087f763c8f208325c1b3453364cc4180acb2b52e5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 88e810abd13969dfdc0537186a82ddf235489407c68d34bdb3a02290e60f6730
MD5 8b9fc4c2f5c020cd5c485002cc801d5a
BLAKE2b-256 878c7ba8b25e9c6cad9f3156a4c53c4b5932a91e79a17d488b89a461b08a4e61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 262.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 16acc781c6af4b1c169fdcd87d2bcc6879128e99f98cd670e572a8d61bf20b21
MD5 a349527ff0376f0344059a95c070ff96
BLAKE2b-256 c07020fcda103bdae230a6df5c0f1c481de925d818f2d348c0a6b0a73e3c2ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3276b4ccc931b3469447b1e1fdac885150666c1ef4fbf9a9f4151e9e5d29e69b
MD5 773a3b25ee7c5844a0f87714c164400f
BLAKE2b-256 7b1f584d9e70bd97c5dd01d11a3b9aede317e2f90480fc18a29133e218232886

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2bb6179246fabe65c1a39ef98cc3ce1b8e8c8d4d51c5c38426f292b71ac9f492
MD5 82770f5b2e7bb7723fa71fb4f9443652
BLAKE2b-256 b027b8c56baae8e32aef3b0cb95e8df8772c5aaf6081dd6694f6d54d37e4f4d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7763e8ca82dc500274875d7503ec97eff556257707769146ed9723951b024859
MD5 8a5d9675aae505ac3c81d16a61f06ea7
BLAKE2b-256 a109b7c9d5ba41a6328fad77436a60191cd30cce37971cfbc30b8cd93174b3f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f43a5a675658b4cb543bf4df4e0a4ef5a2ab226a7069c40f6d8c61cddeb98a2
MD5 6fd9d257bac2da78d1e2f337b231a61c
BLAKE2b-256 fd243efb5997eee6f853845bfc59dfba736522890a5f5ab945d2dd94183e8bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4aa05386344a8f785367498b7cb2f23aff7eeb3ac8d76d457efc9f1b282422c
MD5 39c029e5bb8d1ba4f319899945032d6c
BLAKE2b-256 0b2516a8aa736616f208da5bddbf57f06fc9390a3ca7152430d0314d50b0ad9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14f089a2ff1173d15b338285b4af1145ff76971d45727586c02e5d855bb0ab46
MD5 3a9c838e99ff7f9c3a8cdc6dc25787e8
BLAKE2b-256 16b41e8a37b8368602a3f13d2f59dcc36ed9107fb6a5be9ebae25a1e35858b26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 304.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3f3e43f0a319b201761d8265549134209c66c17090aa8516e4471dca13f58032
MD5 3d525c0ece2a96e5afa75259911f5f5f
BLAKE2b-256 364c171d60e13b8ee04a1bd2a83666437de2b96393e640d90e68a830c72db5ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 262.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 47bf41fedfc23e65a9d99778cc887cf206a4814f525563c3277cf8d3839d0a93
MD5 898fb0226e5c91672c2d9e323fdc2818
BLAKE2b-256 540cb39fd046b29903e7e784f58f9659e84960cb80de4fd477c6168d46f9a941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaa22952f0847c87ec8890491f0be5a190866520e077a8e96fcf4ad99edb1eb5
MD5 cbcc5eb42d5de119c3bcfbfb4dde639e
BLAKE2b-256 19fa238644f648eb20c578330fa958aece9fb854e6f4b2e9333e6d24bf9f8bdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 015ae4812c6b1df1c6276c7588a79530d7a6ddbcd7d504d663af8c14c973ed8d
MD5 73b256d01d5799eb463bd456414368c3
BLAKE2b-256 d80e7de2c2a2be83a83aa80f7bdd3ee8b04cad0f29ce0f17b3370fe014552873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 579d0fdc8e062cc9cde0fef2a376c4d5076a034374dcbb12770ea35d59dc6409
MD5 af8e85b37ee754bec2553a3562eca980
BLAKE2b-256 df7ffd4206b4f372080b56c9ba6b37e740ae9af5cd14ebd6853c5b0bfd04e497

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a984e3244fc7bad2f1f004ef79bab47cb9e1b67e6c4b5628f460a7ae0940882
MD5 be413b7e0a77fc9674524df80cfbfcd4
BLAKE2b-256 c55b6fa726a61b3830f263f1b40cabc47a6be9e5a740f6184ff5360cb13eb07a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1766cc17906b4f897a4aa07200578918246f4e98034711dd3e601573d5c3fff
MD5 1047960d45315a181563ae2416bce065
BLAKE2b-256 792ae353d0a75cf40482d0806d8be9bb718a59a64959ba1d7f1489a3a1fd34f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db5a39151de599d3c5e508b147ba68cd6f85e94688a2a492d71837fbe20d5564
MD5 6c7994cfeb6f6034e8fa1444515d3a9a
BLAKE2b-256 06d5077d1a1b633963ba91f26a83a814e0bf7769866127a020ea332fca33ca62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 304.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 aa3a85bc3eeb3fdedb8e7688f2654f426c7e4704ecf79b11c456fd734b061f96
MD5 b0c1449c9ba8735c3a4cc95d44d1cee6
BLAKE2b-256 c84fcd77d034ec05fd1e60f6da0cc7f4b353eb9417125f561594b5d567f2ae09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 262.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 45330435b49bbfd788a199b9db1242a5ed4e320fdf1512e1b4b3164e47f0b143
MD5 27d3e7ca5d65439147b3860ee289a962
BLAKE2b-256 be6a2812cae658c7beabfdbc105d20924f03645deabffcaaf441143ec78018c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9b2d616ca386248f062cd3a9e5e06830fec82a6f9cda19e56728d02c2bb40e5
MD5 74a4da972f533678192e99b96af7bf6e
BLAKE2b-256 26c40d3d4dca4a1d76756583bbd535dc4acb14a3d10dd9a91389b420fd9368ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f334d4386807001667a840e53a989c067e561f96103803557ae3cc07f8fed4e
MD5 7f965d37fa380c9e7fa25cf105f2fc96
BLAKE2b-256 0ac9b2a7dd62828760b18c191255b9b1e5c104d96a69bbad39d4abe451cbc866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68df02767dd25903b0f2b15ff258dbcaccc3f98977073ace6f82259272859eec
MD5 6b6789bd3b23c75f98683662434150d2
BLAKE2b-256 62af6d2a407f3aa49c6ffaa4c8d5e119a02d68d178ad5ef3f4830bb439aa8e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60016dfb1a79c9d39e0a6d923cf027404ac62418a424534a49602b5d5d2644e9
MD5 5c3122640c93abeb28d0b697c2cb1e05
BLAKE2b-256 36ac9b532c02a81bad33a4e5048141ee64afc30c2f3aae4ef925892584cc7237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 534eacafc5ac7bcad7785158b3f558dea61f9ff6e4700c18ec69474536357f8e
MD5 812de42c7aa2b592b008f5c104e0adcc
BLAKE2b-256 95812f8626b6c94ffda7c53219951f18562b8b366d6c3429ff106761e0cc30fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 299500a8057acb8b3fc4f5d849da62a53b03713b277e0f2081c510878fca3d05
MD5 1c933c8a5a508b313188eef174a70a63
BLAKE2b-256 40cf3d8ec5e0726c757136cba51b6ab0a04dffcb7565b685954e61b1f0445cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 62ce724d39eb68945f916fe2cb344c2921ba587cb88a769fa7eb581743d3d920
MD5 10b177b3bda13bb54bb39a880faae11d
BLAKE2b-256 4debae88658c91ea959dd827e797394370b14fef55ffb86b8be635591ce88992

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 263.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ea65b91bf6feb57f95499c4b58dfc548ff12ebfd18333856fa9704e7808e96ca
MD5 d2b1bffb306a9dc3b3b3e51866b17ddb
BLAKE2b-256 7ebdf17e2ec918382840a0ff173d8f7cd8265816057035eca01311a7324c5e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7d8077093113a8cbc202e6fcbe2788815e8a6faaa7728cb0d1a9ed90e912d33
MD5 5435f6261e0054d7931f4a2f6e3865f0
BLAKE2b-256 67bed3c471bd6835ae7be80523ab11582dadff466feaea3e278347cd899c0967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc0ea1361e7c1598b0fc2c0e4ef1a99d8625a77c35e3ee645a73d02c1ddff1a1
MD5 295156b1122e7fdf52071f56f667c5b1
BLAKE2b-256 7a6121888bbff8d9c8d9b02c863f3ec40ce91bf26f7a21e646730b3a958bf3ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 186146e6898c6c2a3c50d6ee31bbdf1ba66285c562c213d679ac76d56109edd5
MD5 817c02de9a01e6537d588e9454c1803f
BLAKE2b-256 7c9d95fda4bd1889d355771575ff2e7f86499be81c13e4cd3f3a70517c423773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb8770e8e75f64826a941b4075add89d530d23f64cdb775f5bb23ab16b0cc0e8
MD5 abe0712a8a284a5f385d1d53769c84da
BLAKE2b-256 dfaa127806e3bcfa0b24df0be4b6dbb6bc0cb7e7371c4f2f3eb5908700653881

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 051c0fd98d64a0d514e6a6e356e179b71915f25f26662e03b0ad6f5d4340410b
MD5 ec042a8555ae14243769eddbc200feb0
BLAKE2b-256 33ba06b642ea3b904a5c80af4f542fea1f7cc53cf1fb1185b4a5b610ec82acf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7ec6f45d180b5e1067adf0f63f2e8fe4e36e0d6b8777b637dd4fd76679dc283c
MD5 0f118cc93054aee401ff25cfab5a779b
BLAKE2b-256 0c962441686e61567c3c14f7fff3cef9dc3b1377c2e5b4d1084cf79a01eeb5ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyfastchem-3.1.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 267.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyfastchem-3.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e658276b89e01da93e41bd8b8b3e2711345e0494a9be4148d1e1bdace786e598
MD5 52ddf55f2b302896545d52c29f533c67
BLAKE2b-256 53c645b8e7d59969c92ed4802d56f4a5cc49616f5b0a81f29ab66d6d9762871d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68ecba1d3683a5460a9261bfb873a923d98a905d259b419a6746639c40ce3f5a
MD5 dd1cd34a34da345dc2d1153a4baeb58c
BLAKE2b-256 1cd9bf61c9d8dae8e81e7f1a3e6c32b756ba8a9ddbbfb94af9ec1002e860402f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dcaa5888feadb651447047a4e43101ddbe4a11e99e4d2aedaabfc7014df364a0
MD5 b14c424ec5f051a55734411ec0573620
BLAKE2b-256 43ae90efc20b5f1acc1b755f84e7d081bdd1823e3775c0ca76cdf722208e76b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdcf2068905e6f3f4d1e052828370c59d64c714fbc681490a71f5fa8b01d45c9
MD5 49e36f2fba697d28b6d88f188651d08b
BLAKE2b-256 6769b1b52a9848b4c135467ff8fd284fb0141c4de4b564ba2220e71994594391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82517b4489b89e86096ca886de62dc36813acaea2bd01643403112c3413014b2
MD5 69e18619fb59de167d0d377bd68ea98f
BLAKE2b-256 43147c76dd573b4957a3615b35a678f4d71910ab64ccc94e20f54677688e01c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyfastchem-3.1.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2eae60ead981c9202e3073bb0aaa52578570e12ee931a704168b0235ebead657
MD5 ead25f5e5a66c4b96e95935cbb7ad88f
BLAKE2b-256 c5dbc4a2035514609e1ea12c24e193635b09375b3e313927aff15b792b93c589

See more details on using hashes here.

Supported by

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