Skip to main content

Bootstrap wrapper package for RF workflows built on released tidy3d

Project description

flex-rf

Bootstrap wrapper package for the initial flex-rf Python client, built on top of released tidy3d.

This package is intentionally narrow. The supported bootstrap surface is:

  • flex_rf.tidy3d: wrapper-phase compatibility namespace built on top of tidy3d
  • flex_rf.web.run(...): minimal execution facade for wrapped workflows

Top-level flex_rf stays minimal so it does not block the future RF-native API.

Usage

import flex_rf.tidy3d as rf
from flex_rf import web

sim = rf.Simulation(
    size=(20e-3, 10e-3, 5e-3),
    structures=[
        rf.Structure(
            geometry=rf.Box(center=(0, 0, 0), size=(10e-3, 1e-3, 35e-6)),
            medium=rf.Medium(permittivity=4.4),
        )
    ],
    boundary_spec=rf.BoundarySpec.all_sides(rf.PML()),
)

modeler = rf.TerminalComponentModeler(
    simulation=sim,
    ports=[rf.LumpedPort(name="p1")],
    freqs=[1e9, 5e9, 10e9],
)

data = web.run(modeler)

Notes

  • This is the pure wrapper bootstrap, not the RF-native API.
  • The package also carries the in-progress C++/Python build scaffolding from the RF template branch so that native components can be added without reworking the package layout later.
  • The package currently tracks a tested tidy3d compatibility range rather than promising support for every future release automatically.
  • Broader web lifecycle helpers can be added later once the bootstrap contract is stable.
  • The compatibility namespace currently includes tidy3d.rf plus a small set of supporting root tidy3d types needed for basic wrapped RF workflows.

Build

Requires CMake 3.26+, a C++17 compiler, and Python 3.11+.

# Build a wheel
uv build --wheel

# Or install the package in the current environment
uv pip install .

Development

This scaffold intentionally keeps development workflows minimal:

# Sync the project and dev dependencies
uv sync --frozen

# Run the wrapper pytest coverage
just test

The package-local justfile keeps the bootstrap build/test flow aligned with the existing PhotonForge and Tidy3D Extras package workflows.

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.1.0.dev0-cp314-cp314-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.14Windows x86-64

flex_rf-0.1.0.dev0-cp314-cp314-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

flex_rf-0.1.0.dev0-cp314-cp314-musllinux_1_2_aarch64.whl (986.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

flex_rf-0.1.0.dev0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.0 kB view details)

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

flex_rf-0.1.0.dev0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (6.5 kB view details)

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

flex_rf-0.1.0.dev0-cp314-cp314-macosx_11_0_arm64.whl (6.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

flex_rf-0.1.0.dev0-cp314-cp314-macosx_10_15_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

flex_rf-0.1.0.dev0-cp313-cp313-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.13Windows x86-64

flex_rf-0.1.0.dev0-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flex_rf-0.1.0.dev0-cp313-cp313-musllinux_1_2_aarch64.whl (986.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flex_rf-0.1.0.dev0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.0 kB view details)

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

flex_rf-0.1.0.dev0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (6.5 kB view details)

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

flex_rf-0.1.0.dev0-cp313-cp313-macosx_11_0_arm64.whl (6.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

flex_rf-0.1.0.dev0-cp313-cp313-macosx_10_13_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

flex_rf-0.1.0.dev0-cp312-cp312-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.12Windows x86-64

flex_rf-0.1.0.dev0-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flex_rf-0.1.0.dev0-cp312-cp312-musllinux_1_2_aarch64.whl (986.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flex_rf-0.1.0.dev0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.0 kB view details)

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

flex_rf-0.1.0.dev0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (6.5 kB view details)

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

flex_rf-0.1.0.dev0-cp312-cp312-macosx_11_0_arm64.whl (6.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

flex_rf-0.1.0.dev0-cp312-cp312-macosx_10_13_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

flex_rf-0.1.0.dev0-cp311-cp311-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.11Windows x86-64

flex_rf-0.1.0.dev0-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flex_rf-0.1.0.dev0-cp311-cp311-musllinux_1_2_aarch64.whl (986.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flex_rf-0.1.0.dev0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.0 kB view details)

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

flex_rf-0.1.0.dev0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (6.5 kB view details)

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

flex_rf-0.1.0.dev0-cp311-cp311-macosx_11_0_arm64.whl (6.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

flex_rf-0.1.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 42baa99a966eaa95c19784a03cb71166ea9c7af3b92f44ddbc9754b44ad38ef3
MD5 7fff75e9b094903910d831e5067be6e2
BLAKE2b-256 721a4eba0258818756aae6c96ab7409cf3f1be0e15ad2dc369842db65bce55fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23a1fe364cdf13fd660013569c8189283bde58ca187dda0f59c11254f3d658ad
MD5 0865c7c5fda2f9f09bc124554ef92385
BLAKE2b-256 8233070fc1ed5edbcdf0cfbfbc76d901c84230b18a94dc60395cfb9d9d670c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f72f57a15319674f7a1fff139e2e3391a488ee3699070c33014613eda3f3fb6c
MD5 d5d48f67c90b3bb15ab4792029ba7f43
BLAKE2b-256 8c2f6596f07ca8996ac420c2c308271b0dad00f649615b21821ec2b0d6be47a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f25cf312c033fa6b3f59d1f4db739f418179fdb43e6b15eb3f6a4e9d6d737d61
MD5 12d5b01f29fff7e68b8cf2d2826177c7
BLAKE2b-256 719d055dbf01af1b5ced8518f0543a1345f7359f0779b91f034f6ac84a6a0926

See more details on using hashes here.

File details

Details for the file flex_rf-0.1.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.1.0.dev0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 de59f43d9ea4ee35dfdd8db8c70ceb557c4b1a62f4fbc96c0b76507703b35241
MD5 182810c8fe14edadc7ebce96a6f331ed
BLAKE2b-256 b2a55896afac29fb7d21d7a075e0fef7a6122b6f0006f88e5cd0fc5a3468ecda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 911712ba6a5f7fdfd21bf3d02ea537cf7c4573b521b1a943ff5191fb0db04f21
MD5 09a338be5d542dfd5dd6ffb94c8720d0
BLAKE2b-256 8f0df6e6a857cf3ed8c0a3f18b1fada0174af93c6c37fde4392c51032d348b8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f0c1f326d3ba2f91edbd260a54ebac58285ad33ea5dca066b10d1cb306f4da88
MD5 52fa3dda5de3bf65e75d1b690fc24127
BLAKE2b-256 92b5ef1eb75ab8e0aefb65d02b24b904ecc4e4c05e0a0d64c938e1761464bade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 925801172b49b6dbb4ba2fba06fdbc1eab9dfdb647858d6ec25a35777fe6f3c8
MD5 7195ecca4e1cfd6fae5b1a364f0ffe80
BLAKE2b-256 0a9c03d88b3af5e5df68a8af7bba068953b5dc263d3e29af0b1d690669bc8a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acf1fd46bece3ea527cf4c0a0441ba6dc25ddcd31cf73e97a6b95099ba0baf06
MD5 1e339c93e0f76e5d5bf2fc28234c5e08
BLAKE2b-256 2c50ba26ae1fda4e58f28377ac6106a90df45adc1e4b39450d224f49418f5d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d70fec1bd905503e0a87b1e209a803123ef64ddd8aed264a4990dc09283ec4f3
MD5 7ae1fc7a6ac0677d1944610625747dc2
BLAKE2b-256 d52ff346dd68a7571e0d71a99391fecb6a9bc7af4b361264285d92101fdf9dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7fcdf7b71f641143e1773a702750b0ef2be60c2f07b617722488f8e20659999
MD5 c22f93086359388612d8d9a0ab4b0aae
BLAKE2b-256 2da31805c5365aa3ec8e4b04528ddd1c4ed08867f9561fce2c658eb1e1f4124d

See more details on using hashes here.

File details

Details for the file flex_rf-0.1.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.1.0.dev0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f9ae78af4178c31debe73da4b0388fa7f5ff6f1ebf3361910d563aeed91ea9dd
MD5 14d81cded8cafca7d54326ba21f9abe3
BLAKE2b-256 2aa4e28b2d023d6ea86b468fb77565c17b75cc985a139be41297663fd96a14f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16704fa3378faa88cd9a317018aa97b9a4f21d146ab8f0556d042328e9144964
MD5 5efd2c8d6adae9f7362fba161e38d3b9
BLAKE2b-256 b4dacf99efb62424f66990d8d8e3b76bd7526c0711199b0c087618a935ade2dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0c2c4d327149b9ffacb832696b2543d0542a3be2f2cf263471bf38c471a81299
MD5 178df6d0cf1625570b7355a09cde5b76
BLAKE2b-256 cc42f82872f2c76a9fa2803f403a4e4e76bfe3f3cc9184e07e5f016878c82253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bf79b4d25888c19b530b89ce40d70601ae76a49926288c645d2a7b7aca3a9f7b
MD5 d967b2653d0ab528bb38e2de231f88c4
BLAKE2b-256 51fb6a9025f77f08417ba15695df39e413fa5422d6131f7215fe962c86e3f983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbdd924cae5f21892835b0f187e1a5dd3ae2a1f270a5687cdd5f53e755f05f3b
MD5 a9993f801b372f5d7017a601e681cb92
BLAKE2b-256 daa6875e09cae1bea6a9894786935a729c504bb9f2b892773cbfcaaf73c96282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7473abb40acd444f2bd0b4184edf604021b23ffa74d468d70c8f761c57f3b463
MD5 05b5cbfc2ce11810bb44dc3272f23622
BLAKE2b-256 dbe5cbf9e59b03c33d4af91c938529ea79cb9a8acee20f7a0f14e6525a0117cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc217ba2c243f1ee5581ddd4bb41c4f4859bd4efeed891477da078c85b8eb5db
MD5 014eba7fce3570b362b9b5dee972c96b
BLAKE2b-256 a65b09d8f9eb10b7e0bad2ce2da70d1b53d43e17ebf260475c899c4a58765227

See more details on using hashes here.

File details

Details for the file flex_rf-0.1.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.1.0.dev0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 54f2dd59437fa13873b990a9fccf47d2a424644e939af5b6bb1858b2a68d7ad4
MD5 80a70e8202b682b27279c1a39ef002cf
BLAKE2b-256 e1c8599444b8831bd99e4f6addf9e8ba10761162efd2304373cd9d669be0ad95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4f1cac003e6b89371700bc0c93e87d19bef2e7af2129f4bd47ae62737623d75
MD5 73f9fb5af508361c21681761763ea3bb
BLAKE2b-256 bfbebc556324adf533c936efaee9c02e73ebb0ca5a4f33be59362b2c6eaff2f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d8ccb18ea790479bd609b039190bf56587d38ab84878f7935da6429d0abae741
MD5 f92e4b21d6f30ad0a41b00e40efe912c
BLAKE2b-256 069ec1afc1a5a729f2757afc8d7b87189cfd3364563ebe92622cfff048c836dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 df879a355fb882ef8bf90e12330ad0cf77acc8913b4b76c129c59aea77034386
MD5 bb1b036e3bbf41fb0c5f14b5129d16f4
BLAKE2b-256 acd81e5a608c728304ecc2d1a31925355f78e6313890ba63323ae87a5894c803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e3feeff5acfcc7cc7bf6f61bb2166d4bed12536989ed0111321c04c2a63dd5c
MD5 bf94726971c32b34f067327b5f89ba11
BLAKE2b-256 18de305a50547a2a6de7827d3ea9f66be90d15c2ae6c9c7e363d1d7d1bf3dd6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dc653e12bbee3397db789f8c85a3d46cb5d6f8c75fded2f010b4e5f1ecfb575
MD5 e844e0d56aff5050a723f688f6049681
BLAKE2b-256 c6b204d2be214b56160933ee449a40eed19fd4e1e38bb678a23a0efd4b883c0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9134d5734c662a9270bc7f0fa243286dbfa5be4174f5edf9e8868480e68f5161
MD5 58d6ece5a9fa81673c609d16f8428e9d
BLAKE2b-256 465d0c6ba7066322186a4bb663395aa92ab8d86ac1f75c8b2e708227a2e5aa62

See more details on using hashes here.

File details

Details for the file flex_rf-0.1.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.1.0.dev0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 48b135d53332029bc1d9e57bc1212dd31a4520c541ed7d50bb81cccdab8d64b8
MD5 01a9aa203234e03cff5c900ab0a59f47
BLAKE2b-256 fa049f828867a0d8abc242df061014d4abf09b509d6c112646a0f50b93e9832e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c5061ccb6b02c1e135c123c766bbacc8e1091b953d2a454ff0a6120e308da9b
MD5 b9a3a757651d4e7f03656f34d71c1275
BLAKE2b-256 f893fead308fdb6a429808bffdacd351652e07b519ae2c051a0c5926b0b6b782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flex_rf-0.1.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18b36bd54644ab52dc70cd59db6a9dd55ac6490fcc472b21130fe077484d9c5f
MD5 b2d3a8aebfdfbf3bf3b254b55d54e029
BLAKE2b-256 5321f3780b6cf19e1a6739753b006ccc11a5264a858833fae6ce3ee4580f9d23

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