Skip to main content

Extremely large radio-frequency and microwave electrodynamics simulations.

Project description

flex-rf

flex-rf is a software package for extremely large radio-frequency and microwave electrodynamics simulations using the finite-difference time-domain (FDTD) method. You can work with flex-rf through the Python package or through a web-based graphical user interface.

Read the RF documentation for guides, examples, and API reference material.

Quickstart

Install the latest stable flex-rf package:

pip install --user flex-rf

Configure flex-rf with the API key from your account:

  1. Get your API key from the RF GUI.
  2. Run:
flex-rf configure --apikey=XXX

flex-rf stores credentials in its own configuration, separate from Tidy3D. By default this is ~/.config/flex-rf/config.toml; if FLEX_RF_BASE_DIR is set, the file is written under $FLEX_RF_BASE_DIR/config/config.toml.

Environment precedence for API keys is:

  1. FLEX_RF_APIKEY
  2. the flex-rf config.toml

Runtime-only logging and local cache settings can be configured with flex_rf.config and are applied only around flex_rf.web calls:

import flex_rf

flex_rf.config.logging.level = "ERROR"
flex_rf.config.local_cache.enabled = False

These runtime settings are process-local and are not written to flex-rf or Tidy3D config files. Persistent cache enablement, directory, and size limits are configured through the CLI:

flex-rf cache configure --enabled --directory ~/.cache/flex-rf/simulations --max-size-gb 20 --max-entries 1000
flex-rf cache info
flex-rf cache clear

For wrapper-phase notebooks that need to silence Tidy3D warnings before a flex_rf.web call, use the Tidy3D compatibility namespace directly:

import flex_rf.tidy3d as rf

rf.config.logging.level = "ERROR"

Start Here

After installation, choose the workflow that fits how you want to work with flex-rf.

Choose Your Workflow

  • Use the Python package when you want scriptable simulation setup, automation, and postprocessing.
  • Use the RF GUI when you want a browser-based workflow for simulation setup and job management: RF GUI
  • Open the RF API reference for the main flex-rf and Tidy3D microwave entry points: Tidy3D microwave API reference

Related Products

flex-rf is part of a broader product ecosystem:

Learn More

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

flex_rf-0.2.0.dev0-cp314-cp314-win_amd64.whl (19.7 kB view details)

Uploaded CPython 3.14Windows x86-64

flex_rf-0.2.0.dev0-cp314-cp314-musllinux_1_2_x86_64.whl (16.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

flex_rf-0.2.0.dev0-cp314-cp314-musllinux_1_2_aarch64.whl (17.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

flex_rf-0.2.0.dev0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (17.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

flex_rf-0.2.0.dev0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (16.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

flex_rf-0.2.0.dev0-cp314-cp314-macosx_11_0_arm64.whl (16.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

flex_rf-0.2.0.dev0-cp314-cp314-macosx_10_15_x86_64.whl (16.0 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

flex_rf-0.2.0.dev0-cp313-cp313-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.13Windows x86-64

flex_rf-0.2.0.dev0-cp313-cp313-musllinux_1_2_x86_64.whl (16.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flex_rf-0.2.0.dev0-cp313-cp313-musllinux_1_2_aarch64.whl (17.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flex_rf-0.2.0.dev0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (17.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

flex_rf-0.2.0.dev0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (16.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

flex_rf-0.2.0.dev0-cp313-cp313-macosx_11_0_arm64.whl (16.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

flex_rf-0.2.0.dev0-cp313-cp313-macosx_10_13_x86_64.whl (15.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

flex_rf-0.2.0.dev0-cp312-cp312-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.12Windows x86-64

flex_rf-0.2.0.dev0-cp312-cp312-musllinux_1_2_x86_64.whl (16.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flex_rf-0.2.0.dev0-cp312-cp312-musllinux_1_2_aarch64.whl (17.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flex_rf-0.2.0.dev0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (17.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

flex_rf-0.2.0.dev0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (16.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

flex_rf-0.2.0.dev0-cp312-cp312-macosx_11_0_arm64.whl (16.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

flex_rf-0.2.0.dev0-cp312-cp312-macosx_10_13_x86_64.whl (15.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

flex_rf-0.2.0.dev0-cp311-cp311-win_amd64.whl (19.6 kB view details)

Uploaded CPython 3.11Windows x86-64

flex_rf-0.2.0.dev0-cp311-cp311-musllinux_1_2_x86_64.whl (16.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flex_rf-0.2.0.dev0-cp311-cp311-musllinux_1_2_aarch64.whl (17.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flex_rf-0.2.0.dev0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (17.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

flex_rf-0.2.0.dev0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (16.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

flex_rf-0.2.0.dev0-cp311-cp311-macosx_11_0_arm64.whl (16.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

flex_rf-0.2.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl (15.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file flex_rf-0.2.0.dev0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ed8784bc111e9f7cbcccfd6b3734d6c91c8ccbec40786be6df3afd27e38d9f2e
MD5 8a9492ca10e3f4d47fadd86e09116e87
BLAKE2b-256 6c673d1060fb010b6e3ab6cf3f983eeb46b31ed47983da394f8465f31451d38b

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d082e56f8b344639f2907d6f72344956bb80a3eac4545f4703fea3997bb29323
MD5 1492731c84ba4113bb7efe3f20de2744
BLAKE2b-256 7c1c1b2ba7b915ee068c7ce203f8ed9b0834a77ddd8fd26d84a6ce05f9b8d07e

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b77f5c8e96cb422a3c73039cbc0aed6956f9e323766011a4fcc4c531d36aafef
MD5 4e1577c9336adf4dead321eda8b59503
BLAKE2b-256 90a97791655a7082c9d95b3ff3754411ad38d3bf524af0532985513a58a3b115

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 240d90b85dfb332e25d4a89a3cc7bfb5b27086976a45a04f0bb8875a53311e25
MD5 0591dd8efac8bce133522b187c40dacb
BLAKE2b-256 73c7c5ca82baa42e94626dba77b28a8d9158a0aab4d035421b2c803701e16707

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 301ad9122432c5167389442b702dec4ee51c18601d51b7cf06fccf0064b58705
MD5 99173b380478197b7d502e51180e0d67
BLAKE2b-256 99c20e98489403e7362688dfe255b6137212f0253f7773df8feaab6b7d5720c8

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9202622dc3bf69a8506c67bf9152cbb1862472349e705c74038e33d40eebcdc3
MD5 14b592364c6dbb3c14a634d075d65613
BLAKE2b-256 9217a4cce6317aea12dd218f9c090a949ee78f9be4524930fa089333a1d3423a

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 64f9c8eab43fefd8ddb668b304056ae09feb32ffe67ccfa48d8e8a21f0fedd3e
MD5 14b3ee469612363343ab04a53019efae
BLAKE2b-256 5684494dcf949fcaf995e274846430c95f259645ac9a8ad44e9e11a20a0aeffa

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6e8b2c13aea57332e24d4f84152457842b924f81d981cfff31a46c8419757ef0
MD5 d1cbf83391c8ece1e3588a73b74d6849
BLAKE2b-256 08ceae2f0ad63aba1f2ee02b79658c384f1290b9c4b1853be98ff680ce6e010a

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30fa1f74c5c9d7d866a2ca37497d20352fbefca991b49892f2c3af11dee1321f
MD5 215d70450e615fa5a9cde67a2efe0139
BLAKE2b-256 da843b03ecbea9aa6c096314fc53374758b37885f85ad7445a8311d57ed875f1

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a47f952a65148056d8a5dc845ebfc1f8fbc44bd51080e72e3be811082be747a
MD5 3b95da2c6ab506769871935fbb937922
BLAKE2b-256 ab95b87b08f7860e2a0480f8d926dfd1f4dd99d064cb8d25771b32298b5ddd80

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d98143706da7b8eedd872eb60c6d6afd1ec3e438c4bbac1ea0488693ddc1eb5e
MD5 c55642c24f51fbc1122a410a39d487df
BLAKE2b-256 7d0a8147f1293b1ca9548ff572bcd84c412f17ffd80fec07e3e9d714899dee26

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6845cb7799969a8d7cbc50838750174a459dbab824cf9c95443df773d084ba71
MD5 d4989c924cfdb91fee00b832df69e4a5
BLAKE2b-256 22597400ab224fd28f6555afdbe416774f28bb28e824d6ace2ef7d8eb1aa038c

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6f839e0398f99dab807daff76a620cc9da244358f281aec55ee0a26b22a55b2
MD5 3d94201a866b6a51e396867a928a038e
BLAKE2b-256 399eeb684a42569d3e9e8bd9e3ab0256544e16bb06b1038eeea69457d723f7a7

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e4ee222fffaf60e986cae63af8ce2e5e38993de151994a2698ae1861bd2f5644
MD5 7d3c1b97d0d40de472290fb97a2bdb9d
BLAKE2b-256 5d03a898b34c6e56c51fe94538ebe34684c3d438bc48766aa5c0ab6ce9d643f1

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 794e45fb3301f666668228a47b4aa6a9efb4f2c4044ee887f57a774cd2ec6989
MD5 a0c8a99e90ffa7094530e72a4c06d609
BLAKE2b-256 b67a98a3ad8899aea568d6762a21c9a5e9754b585e397bd22e0180eb52d03adc

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16f66edf499dec88f931485e727c1acef448995a4db3cfabe8c7555ad2968f4d
MD5 e5ee2e0235b1184b9d43d5012255696f
BLAKE2b-256 305ca642402bacdefdc988a23bf315e02af12553ffd0b421a3caaef705b5849d

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 133c2bfbf4eda3a8f53bdd8f23ddb5110317a459916bb9a9d3cd7d4b4003ef3a
MD5 e09d6c2a8bb0522371562e4365060208
BLAKE2b-256 151b4a0a35206728ae0faaa6d5c9b3a61bd3e8eefb902d272f181f329a5388ad

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bccc489ce1deea56948b857c648360a752a995812e221a95e2a0bf844116633
MD5 249011ffcf0ab093ed6480458b85f876
BLAKE2b-256 8dcd7c0a8025fbaea619378d161fa7ac60906c5ce41eb60f742b902b65c6da71

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ae05dd23b40bf5b325c29f2c84c5cb3274d348938fdfba2b36d4b0b73ac935f2
MD5 6dbc7c3be32bb66dcf3f074a1d55e1b7
BLAKE2b-256 61663aea8d3767144bccb659e2395b6341ee70713e674301ba2da824f20d779c

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fa81b1af37b703a41052897e8eab3eee69bd05cbc68e18b77165c5eba5ae0f0
MD5 209da60776d37ad8b4e8958febb96c7a
BLAKE2b-256 f6f89153d54d06d633d3dd87056dbe1e86bb5f790fe83603b209fd5796c7402c

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 356b8319c877678ab89eef76fa5b8a15d445b262ac092ccc51cd3cecbf0c320c
MD5 2c3f6733f1e8e27f659ac77cb19a57b2
BLAKE2b-256 fff90018ccd84d5eb679264e211322a980690ece7ed6f12dae665d7660f0357b

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cd4f6aa146cd4d487b34707e6509a77161846c986e29badb3af30a80587442fa
MD5 55394011e2916f5c6d136006f5c67593
BLAKE2b-256 9481949932278bbda28801b5d6df699dbf9fcf4d325ea727e69dab180f227b8a

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d19df5ee375cadf3c5c2f240bbd471d74eab4e4ecced8f824ffc47e750456731
MD5 97f6732d48cddc83ab8f456cacb54d72
BLAKE2b-256 f829a9404d5e79cd6abeadc69790eccd61c9da6ab4a27fd2680dffb6368cbc86

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4b7bd4cb8785ff7423a36203dfe2e6ce8e8f30d93d03b76aa59882ba0ec4546
MD5 8bb5562745d3297943a1c1bec0199102
BLAKE2b-256 e2741efe634bf4a1eb1389bf9c1f466c5f5a3fbc9f48a1d518b838235a6483d8

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7dc9fda7c4122597ce986002909c90342d3b6964634d7091035d2cb18c21bca
MD5 d7147643d5b55e969fe4d4fab92dbcb0
BLAKE2b-256 70c99a1f2106270f5aa0974915d2659d4c3893a2db032138c3848daa2149cb09

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8a7987aab161efe56dd4e12bb24b3f0164c8096c00fd4014365adf12040fa930
MD5 1ebe2bf4ab92b7085d81914c5fad6c06
BLAKE2b-256 2c9fa29a3c7827c28cac921b7095a367e1af049125dc729dbe08f1bbac749717

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a67019c2b056055fab6a094bf7681d9a34a976fa10aeeb58977a8f8cabfe205e
MD5 6832a19838119834f996d54a3e036d5d
BLAKE2b-256 c913b614b89ec42def6dd21c12af26ee8c0e0bbce6cc204c79199d2d6b662756

See more details on using hashes here.

File details

Details for the file flex_rf-0.2.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for flex_rf-0.2.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15f1a2bc1e863d47578c8cd338f962ed28887a92881a93b636ad9849d951b278
MD5 33a8bb09dc1349e66840a7465160e196
BLAKE2b-256 a91f6de357b4ad0b6d1ed5ec156676c5c3685a40615e88ed3f463d67202d0b7b

See more details on using hashes here.

Supported by

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