Skip to main content

Read FLIMbox data and related files (FBD, FBF, and FBS.XML)

Project description

Fbdfile is a Python library to read FLIMbox data (FBD), firmware (FBF), and setting (FBS.XML) files. The FLIMbox is an FPGA-based device for high bandwidth, multi-channel data collection for fluorescence lifetime-resolved imaging (FLIM) from a pulsed laser scanning confocal microscope. The files are written by SimFCS and ISS VistaVision software.

Author:

Christoph Gohlke

License:

BSD-3-Clause

Version:

2025.9.18

DOI:

10.5281/zenodo.17136073

Quickstart

Install the fbdfile package and all dependencies from the Python Package Index:

python -m pip install -U fbdfile[all]

See Examples for using the programming interface.

Source code and support are available on GitHub.

Requirements

This revision was tested with the following requirements and dependencies (other versions may work):

Revisions

2025.9.18

  • Fix reading FBF and FBS files from streams.

2025.9.17

  • Make frame_markers a numpy array.

  • Add options to specify number of OpenMP threads.

2025.9.16

  • Initial alpha release based on lfdfiles 2025.7.31.

Notes

The API is not stable yet and might change between revisions.

Python <= 3.10 is no longer supported. 32-bit versions are deprecated.

The latest Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 is required on Windows.

The FLIMbox formats are not documented and might change arbitrarily. This implementation is based on reverse engineering existing files. No guarantee can be made as to the correctness of code and documentation.

SimFCS, a.k.a. Globals for Images, is software for fluorescence image acquisition, analysis, and simulation, developed by Enrico Gratton at UCI.

VistaVision is commercial software for instrument control, data acquisition, and data processing by ISS Inc (Champaign, IL).

Examples

Read a FLIM lifetime image and metadata from an FBD file:

>>> with FbdFile('tests/data/flimbox$CBCO.fbd') as fbd:
...     bins, times, markers = fbd.decode()
...
>>> print(bins[0, :2], times[:2], markers[:2])
[50 58] [ 0 32] [1944097 2024815]
>>> import numpy
>>> hist = [numpy.bincount(b[b >= 0]) for b in bins]
>>> int(numpy.argmax(hist[0]))
53
>>> image = fbd.asimage((bins, times, markers))
>>> image.shape
(1, 2, 256, 256, 64)

View the histogram and metadata in a FLIMbox data file from the console:

$ python -m fbdfile tests/data/flimbox$CBCO.fbd

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

fbdfile-2025.9.18.tar.gz (40.9 kB view details)

Uploaded Source

Built Distributions

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

fbdfile-2025.9.18-cp314-cp314t-win_arm64.whl (136.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

fbdfile-2025.9.18-cp314-cp314t-win_amd64.whl (173.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

fbdfile-2025.9.18-cp314-cp314t-win32.whl (145.7 kB view details)

Uploaded CPython 3.14tWindows x86

fbdfile-2025.9.18-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

fbdfile-2025.9.18-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp314-cp314t-macosx_11_0_x86_64.whl (182.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

fbdfile-2025.9.18-cp314-cp314t-macosx_11_0_arm64.whl (178.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

fbdfile-2025.9.18-cp314-cp314-win_arm64.whl (129.4 kB view details)

Uploaded CPython 3.14Windows ARM64

fbdfile-2025.9.18-cp314-cp314-win_amd64.whl (150.7 kB view details)

Uploaded CPython 3.14Windows x86-64

fbdfile-2025.9.18-cp314-cp314-win32.whl (126.9 kB view details)

Uploaded CPython 3.14Windows x86

fbdfile-2025.9.18-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp314-cp314-macosx_11_0_x86_64.whl (175.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

fbdfile-2025.9.18-cp314-cp314-macosx_11_0_arm64.whl (169.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fbdfile-2025.9.18-cp313-cp313-win_arm64.whl (124.3 kB view details)

Uploaded CPython 3.13Windows ARM64

fbdfile-2025.9.18-cp313-cp313-win_amd64.whl (146.1 kB view details)

Uploaded CPython 3.13Windows x86-64

fbdfile-2025.9.18-cp313-cp313-win32.whl (124.5 kB view details)

Uploaded CPython 3.13Windows x86

fbdfile-2025.9.18-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp313-cp313-macosx_11_0_x86_64.whl (175.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

fbdfile-2025.9.18-cp313-cp313-macosx_11_0_arm64.whl (168.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fbdfile-2025.9.18-cp312-cp312-win_arm64.whl (124.3 kB view details)

Uploaded CPython 3.12Windows ARM64

fbdfile-2025.9.18-cp312-cp312-win_amd64.whl (146.3 kB view details)

Uploaded CPython 3.12Windows x86-64

fbdfile-2025.9.18-cp312-cp312-win32.whl (124.8 kB view details)

Uploaded CPython 3.12Windows x86

fbdfile-2025.9.18-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

fbdfile-2025.9.18-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp312-cp312-macosx_11_0_x86_64.whl (176.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

fbdfile-2025.9.18-cp312-cp312-macosx_11_0_arm64.whl (169.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fbdfile-2025.9.18-cp311-cp311-win_arm64.whl (123.5 kB view details)

Uploaded CPython 3.11Windows ARM64

fbdfile-2025.9.18-cp311-cp311-win_amd64.whl (142.6 kB view details)

Uploaded CPython 3.11Windows x86-64

fbdfile-2025.9.18-cp311-cp311-win32.whl (122.6 kB view details)

Uploaded CPython 3.11Windows x86

fbdfile-2025.9.18-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

fbdfile-2025.9.18-cp311-cp311-macosx_11_0_x86_64.whl (174.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

fbdfile-2025.9.18-cp311-cp311-macosx_11_0_arm64.whl (168.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

Details for the file fbdfile-2025.9.18.tar.gz.

File metadata

  • Download URL: fbdfile-2025.9.18.tar.gz
  • Upload date:
  • Size: 40.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for fbdfile-2025.9.18.tar.gz
Algorithm Hash digest
SHA256 4a9643f6f31de0fbcbe76966fb4ba997e5f4000fd14026d2f2ae8f1d2b2f1d75
MD5 491de0ab007c4a3c8dda53041c080ac8
BLAKE2b-256 fd5ddb0414864aad08b4e92a8092c9eba63bd63974bef6dafa97b38f7b9030f9

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 df10b18b74de31e2693d260e995a4df29ad10aa9d6f6a9693ea4473857b20dfa
MD5 a83a3b67d3998865d6c03a3e8bc11444
BLAKE2b-256 17c74dbbe7f3028a23d4422200914c1b1065ef9ce1f37220dacca8e3b95a92c4

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5823a8e2aec795e76e7e854ac2312386b4b19b7909325f267ba7dd72d2d3bd66
MD5 af6bfe90a1ed7298a1b85cb2468a3d57
BLAKE2b-256 371d0eb6c2a7a03c7d2901f0a8b1d7fd2004a88f94970fdbec085f6a754535df

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314t-win32.whl.

File metadata

  • Download URL: fbdfile-2025.9.18-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 145.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 56defc2ef338944adc16a914b556423d17da5ced11bdf2fd670c5d801fe16809
MD5 8af638cbd271bb5824bb1c0272a13890
BLAKE2b-256 3c78d181aaf97a1410dcf3f4f692a3fb0678060323676ffc78fac67dba16d0ee

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6bfb286f695730294b54ac87898f2cb4991b0a4fea37fad8a6153246f9ee959f
MD5 922d71aada099523f71e845944ccfa78
BLAKE2b-256 45a0c06ba030d31d0e25d18f32726362b69cd9359e880c3c1166a7443f2ecab7

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b30361a33d480e49063dd2a2729205513bf5800aeb71b7f1e88dfa5b84fbec9
MD5 058efdbecd09ed4eaddce9d9d39bb4e6
BLAKE2b-256 e72e09fbf73ac0502f9e0fbd32b38fec78203db8a59bf24f49f2181925441fc3

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b330f1232e6bbf1020363ebb5e25634d748e3d31a09d28d32d6c154a72eb6869
MD5 a93fd923ac156aa55ccdf7fa7063e5f5
BLAKE2b-256 461b2f53c45e18c3f2196d2fd5fb01aa52052d196ce362d79da4754363b756ce

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d247041e3457d3394dd1c59a3e870079da0fa696a9e9caf9ff64fba18509f8a
MD5 26d9e85860fddccf52d45976ed2229aa
BLAKE2b-256 419f0d552dac5d83f61b1edeaa4cdf326369d3178852f261490fb9d1d556843a

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b711d845c73c86f22b80d2f3e82b826f831d486dd7a87e6eb5ff7e6da8e90d42
MD5 96206c907d1c618e0b47e891a25f5c91
BLAKE2b-256 d5e29a3c64c91bacea2f7ea612dbd0153f9fc648eaa93af805891c6716dd12e5

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4ac49be8d48654c836dbe3d3919d1c1cf91244d475497ec0143fb2ad1bb74e48
MD5 02cf0238c518691c655d34812f4294c4
BLAKE2b-256 6407750b2ac83c780c55532d829d177ac0c1e68707175fe3b45912e3da31a0fb

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314-win32.whl.

File metadata

  • Download URL: fbdfile-2025.9.18-cp314-cp314-win32.whl
  • Upload date:
  • Size: 126.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4d32c603f7d7809a3c7db758a47373e5bfe3a917b3cb97b77c7a19dfd996fa5a
MD5 4101b4038efef60fc0f09ccc43fa5e9d
BLAKE2b-256 873c5c0d7f25e0e82e2805b06ce49209e8827ff82ad7eb47a20cf9a7c1bee5b4

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7cfff688900f55ebcd1d69988bccaa258bc905e7d2abd0411d8924880cb1071
MD5 08bc3896b452c7b3615885502d8e12f5
BLAKE2b-256 117413c87ab2c43f8cf20f575441716023814f9383b48df07536b922efe1b3f4

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d913b51083c4c665aa080afea66d81a7cd0d09adbc55286dfdf77a9fc1cf71b1
MD5 c060bd9cf47c14550ed4258911432740
BLAKE2b-256 aab3782667e134894d6e6d2ec5b81a52b053f6cd4c99fd24401e18f15ef7d1d8

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a1ecb8bceeeee3a8ad942d4328b1ed430dd40b6cabda30bac7122afe07d61e37
MD5 6d6fd5254c61ccd3b6aee8576e525d96
BLAKE2b-256 fd64c0b3b3b511fb89a63b7727f9f6a3f693395290fcff74a23699b1834eb453

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5492d63cdce6f0c652d572f978e9e0b0474ff0d09e34afbaea9a1de7a0dcd74
MD5 29692322aa0a3094208ee3ca8def600c
BLAKE2b-256 ccc8d535275e75ef6c39bcea8f0081c6a54dcb95ae19ad71af854bf06c0e1b88

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 c8a2aae8eb2485286730e2370d874bb127444e572619bd35b19dec79296deb20
MD5 23226ff08df59e539b0167ff8fc5b807
BLAKE2b-256 9327f04941f6f4fb940b96a4792cb77ae70eb5c8630af68251c770dcde05842b

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 158bbbcddd312652184b0e5dc93f14b43c953113bd826928db0e24953ceabc9f
MD5 9517b651dca09479a8e02411511a66bd
BLAKE2b-256 473b57d60b7bcf83bdf9fad2ca0575bdce90fb612ae6bb672bfb7a388b9cc172

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp313-cp313-win32.whl.

File metadata

  • Download URL: fbdfile-2025.9.18-cp313-cp313-win32.whl
  • Upload date:
  • Size: 124.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for fbdfile-2025.9.18-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1868bb19614ea4c2a2a31db64d14bc00ff4a5741e6d07a97cbf174b5b2a92416
MD5 af5c9f8e92c334c826d1a2e72dc579ac
BLAKE2b-256 afaed4af64097cb93f92127a679d2f3cf8963375e5e8e4c61230faebb98c9986

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 859b02f88e7c0f164e316b34d2fbedb682164f9a6c9db75feac22acb216ab7b0
MD5 5960a950093de372b15e9c9bd74b3ddd
BLAKE2b-256 4755d8e2cdd2260d46a9119e5b481593c44a5e13333d8830784ad4812b6fad43

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ef24ec31aadd9b3e5db4c4b6dda2c458c66da81825bf8d4975c755a242bed68
MD5 a143cad7010e754232dd65a773cf0d7f
BLAKE2b-256 a8b044c5c632df4fdb962d4494b9219ad43ca048b454b192a419bba4e801e9f6

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ea5b7934d2165eadd4fe87e9d2f6e1b7fbc0666b37c63ec34fb10f446bc59582
MD5 b55c019d0314fc014d7f64fa034c8c4b
BLAKE2b-256 a902a32dfc2f6f867de81326daa5d9b85ecad0eee0180d235cf5b34eac849a1e

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78617a63637c3099dfe0cea5787eecaf77762087ce6862cc5943e0bb4561f15a
MD5 ae3fb4d1f733fa053b42d0c75a853f34
BLAKE2b-256 95cab38dee7a8d05dc74b78e6d55fb5c781788939d153f0ee77e16ac9d8fb220

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 962c4b4da23256f3b932f5a75d71689ba1a3f0f0c4d434df2b729d67931d540e
MD5 6fff445cc4697333556ae8b1255caf4c
BLAKE2b-256 d4f9417d9f7edc267344a605901472eea24c90dc770b7a5fdb84583756d56a3c

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 42bbc70e9432901c42b6f36c59b1e887ca874168bdbdf21bd7b652dc1e756944
MD5 77e13d52925218bb9819878ac741f907
BLAKE2b-256 df89ae34b36386fc54b9fc133f5c4dda224097909e24d8b69fe79a31a7f44aad

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp312-cp312-win32.whl.

File metadata

  • Download URL: fbdfile-2025.9.18-cp312-cp312-win32.whl
  • Upload date:
  • Size: 124.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for fbdfile-2025.9.18-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eb405fc9ce536ede2bfaa69c74d8b3e78f6600afa2ad98bba382e10992fba29a
MD5 aaeda6a83188a4990a695e548647957e
BLAKE2b-256 735c50a45c2558cc95d5adb7990bc7533d176b86f80bd15976537dd1c157ffab

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e1a82743c4a650cf1c0f730ebe330ca7d8bd04a4ec05ca85e1fcbd4e7408073
MD5 702c6dba5b703976195cf568f5e8ba36
BLAKE2b-256 df1c510c025fa137fece71f20a25903d04b94e5c685343dc80c337a82e2adea5

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 605620b6d4ad92cc8df317efc21134df59c6681f06b9225ea1043718a1292d47
MD5 4247bbce8b9bb92cba428335e7b67621
BLAKE2b-256 bc241fe05bc6a2d73105194bf9f8b0c287aeae4ddad68c4ffa240f4dd0c32e14

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5e450ab93c325d640efed09edb8749ebf97b427e893d399bee7176684c7101cd
MD5 ec668b47077a79975c793d71841d1b54
BLAKE2b-256 6dd54c3d6b264101e5819d4b43f89de55fbca9de810b9ba9e06350e3ca094195

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acdfaa6f411639140500b859d529568065dd595f0f96cf776b8c025acc6a8f9e
MD5 8c9eca55f1a4160d80f50205139c47ec
BLAKE2b-256 159ec89d5589c577888f9962448176c878707dbe2c538bc255bb371d88616ee2

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 64a9de39971e633f9b77c64fb21e25be32d75a7a5b7ae74fc6008fd83a0b37db
MD5 bddb4b231eb0e58ef7c5272375696b2f
BLAKE2b-256 7cad5d5d39c26b97d0d6d8d170c4da121aa5a57d7f707f868d846f042ae445c2

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 698408ec644430912c9601d24c3c382691a9566e352578e826a592dff9a796dc
MD5 f87b10b336e91616136a55dce24864e5
BLAKE2b-256 a4160e10dda742abcda16ca082ca08f7799dbfce3b1d21c88149ed7d04e5b066

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp311-cp311-win32.whl.

File metadata

  • Download URL: fbdfile-2025.9.18-cp311-cp311-win32.whl
  • Upload date:
  • Size: 122.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for fbdfile-2025.9.18-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b14a267f836191b1394bf6bb9c8aff1d7e4867f20a0f56748a9c4d4566e0a0a3
MD5 3300ff4de35c4cd8bb780aec7aa5b921
BLAKE2b-256 94291f5bd0a992d31a0da25862009cf76da7f329654f71b1558fe29c86099afa

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d3a93cec6634fe11fddd044d894cb8c8f8e54b4e7b2b0a2a33e3f18a75083af
MD5 855874204933fd25ef47ebfb7e5701f4
BLAKE2b-256 d5b96b1370f59470988382d12485d953bfd5ebfb646cb1fe4184f46e74c6f343

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aba16e7baf51026e8ea86e8162f46ba1acb8cf66732c49f3666efdb7ed86ad06
MD5 145dd43275361bd3ecc58755490d8d71
BLAKE2b-256 377b224a279b3aadd22f64ca16af9a8f073072d19c8cc13fc6dc455499358734

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 af433c7c27812af5b383f40b044db528f6fac32f55dee7e4339af01f0bc872f8
MD5 25f7975b52c1f77fbb1a09bd87646889
BLAKE2b-256 b39dfbad5a97366188968d6e0c231f275015e9b4b8f6c7e9b7b934198d7d62d2

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.18-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fbdfile-2025.9.18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a35ae324f7078f6d05e7a05dfe3ff48bf9824ac57b6016fcda7e62e04720949
MD5 527c0b470430547e42a99356174c2300
BLAKE2b-256 055ccb24f68a3cc69303900d2d10086b4e841de8c0a743bede11bbcac0470019

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