Skip to main content

Read FLIMbox data and related files (FBD, FBF, 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.16

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.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.16.tar.gz (39.6 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.16-cp314-cp314t-win_arm64.whl (136.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

fbdfile-2025.9.16-cp314-cp314t-win_amd64.whl (174.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

fbdfile-2025.9.16-cp314-cp314t-win32.whl (145.1 kB view details)

Uploaded CPython 3.14tWindows x86

fbdfile-2025.9.16-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.16-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

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

fbdfile-2025.9.16-cp314-cp314t-macosx_11_0_x86_64.whl (775.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

fbdfile-2025.9.16-cp314-cp314t-macosx_11_0_arm64.whl (767.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

fbdfile-2025.9.16-cp314-cp314-win_arm64.whl (128.6 kB view details)

Uploaded CPython 3.14Windows ARM64

fbdfile-2025.9.16-cp314-cp314-win_amd64.whl (150.6 kB view details)

Uploaded CPython 3.14Windows x86-64

fbdfile-2025.9.16-cp314-cp314-win32.whl (126.5 kB view details)

Uploaded CPython 3.14Windows x86

fbdfile-2025.9.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

fbdfile-2025.9.16-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.16-cp314-cp314-macosx_11_0_x86_64.whl (768.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

fbdfile-2025.9.16-cp314-cp314-macosx_11_0_arm64.whl (756.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

fbdfile-2025.9.16-cp313-cp313-win_amd64.whl (146.2 kB view details)

Uploaded CPython 3.13Windows x86-64

fbdfile-2025.9.16-cp313-cp313-win32.whl (124.1 kB view details)

Uploaded CPython 3.13Windows x86

fbdfile-2025.9.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

fbdfile-2025.9.16-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.16-cp313-cp313-macosx_11_0_x86_64.whl (768.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

fbdfile-2025.9.16-cp313-cp313-macosx_11_0_arm64.whl (755.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fbdfile-2025.9.16-cp312-cp312-win_arm64.whl (124.2 kB view details)

Uploaded CPython 3.12Windows ARM64

fbdfile-2025.9.16-cp312-cp312-win_amd64.whl (146.4 kB view details)

Uploaded CPython 3.12Windows x86-64

fbdfile-2025.9.16-cp312-cp312-win32.whl (124.4 kB view details)

Uploaded CPython 3.12Windows x86

fbdfile-2025.9.16-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.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

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

fbdfile-2025.9.16-cp312-cp312-macosx_11_0_x86_64.whl (769.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

fbdfile-2025.9.16-cp312-cp312-macosx_11_0_arm64.whl (755.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fbdfile-2025.9.16-cp311-cp311-win_arm64.whl (122.9 kB view details)

Uploaded CPython 3.11Windows ARM64

fbdfile-2025.9.16-cp311-cp311-win_amd64.whl (143.8 kB view details)

Uploaded CPython 3.11Windows x86-64

fbdfile-2025.9.16-cp311-cp311-win32.whl (122.0 kB view details)

Uploaded CPython 3.11Windows x86

fbdfile-2025.9.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

fbdfile-2025.9.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

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

fbdfile-2025.9.16-cp311-cp311-macosx_11_0_x86_64.whl (766.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

fbdfile-2025.9.16-cp311-cp311-macosx_11_0_arm64.whl (755.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: fbdfile-2025.9.16.tar.gz
  • Upload date:
  • Size: 39.6 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.16.tar.gz
Algorithm Hash digest
SHA256 87a8f6897e01f83579976fecc7c299e1aa0d6be490bfad37821543b8f64da91d
MD5 80eb53b7f0f8d1e1c930905da8738c70
BLAKE2b-256 6b140eb3b2b8e6fcd9f14f1cf865110c337e5a37cc440d5d8d124fef31d015e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 dec4002d23531b431512ca9ae7c24fde7e3fa953ab78c9191587c5d8622db922
MD5 fe1e74a8b3edf892ed4803febb475bfb
BLAKE2b-256 c6bf21cfeaf3e7a5a834e7454b00e7c28f932b0e0814b6137067a68f0e2283f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cd4883eabb2738b5e3f110c244d2e1f7f96e21d8ce0a743479450c39b5647654
MD5 dc9a192db408413f0420eccacc90ebce
BLAKE2b-256 c77c7508dafa0be0d89310c5f0b813a874ac27257f3d161b150cad4ada4c7173

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fbdfile-2025.9.16-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 145.1 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.16-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4ee58373b6864ddb482452fc53ce472db0e8a6ea0dd715bf03e67af26e99ae81
MD5 95a7eeabf35c71b0670cdab50ed8c1bb
BLAKE2b-256 2eaef4f3904a2b7a7e54756a08cfdaf8a28d2427f4698d7fdcd211154df096e6

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.16-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.16-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57f6897c6ddb0034ec651992ca946e0f622c27c3e093234202c2d247564f49af
MD5 f84516ff0098f28f645e2ba7c4f9631f
BLAKE2b-256 10ac2cb54299fa8f16edcf266dfeb1e45a1860e6701fbd05072618924341b3b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fdfbec872bb33159cb6d56c77b135e0bc3614bb8d3398fcca70e51e819b8909
MD5 cd0cae15b2f0339f3be52a8a0770c883
BLAKE2b-256 6248e05288017d90d0ebe17a483245760b0ec711ae5529096249a7bfbdcff651

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cc8db0e6a4c45211c1ee18724695432f7bf53cf70d07550e2378fafed9d6cd84
MD5 817d4441df8f5d0d6926be3b9c2cc9e9
BLAKE2b-256 f689584823ade48ce0456acb3093aa6bbbed9885f7379ac31a393c596754b482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bff4d8e588acb260431d08e97e2a2b2445a4827f9b7754b5bc17217d54c722c6
MD5 9b87cc747b8521023544709bc458ea53
BLAKE2b-256 18c165bcea6767bbc03fa05e223a9d38bdb7234df5863d6f6dccca3ea25daeb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f9d606ce94e5184919b310b2856c6683406962572a4edc7cd01110741bf3c646
MD5 915736b13bab6993a7e353fa27363afa
BLAKE2b-256 e27db65dcdbd2352a2a9ecc933088f6818f9915fef7420908589d0d9b7fc65b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6875e0ac14e54b10a7eb9b253e35310bfecee83a866591d8fb0436d20b9f7fb0
MD5 f7bfd9b67a2b58a69716f78a8d622744
BLAKE2b-256 2c04b6d3b0df6bd399eaad79d81e05c34295a3a0aaba379993701c664d9c92d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fbdfile-2025.9.16-cp314-cp314-win32.whl
  • Upload date:
  • Size: 126.5 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.16-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e5d882aacf68c2a1ebda13463b382fc6eb0c891c5ebd845f66026d18407df2cf
MD5 f2220b41cdeb4e1d41acb7b3640ee9db
BLAKE2b-256 429e153db9d0388eaf7721b01d6ae24df0de6a90a50b9661829e0217b8789a7b

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.16-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.16-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0473eca6748ccb018463e9298d38449538d6586e59d0eeb4edeee7b85fae50d6
MD5 335f1a0cf865957b655391ea803a8ec4
BLAKE2b-256 d026a364a66345d93f5129e4b4001a407d1f7f8cb756c8df4c898a4da85df7b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a47c77ebdb9a383743b1a55e1c7e1a1d69a82017d084821fcb8b636bd2664cfb
MD5 f52bc61bfe918c4e0a2cca7e2046bb0c
BLAKE2b-256 c7cf58906b0026fc312a3d7b906c80d9095af679ef55857ec2e956a418efda0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 799f107b7ad4b5006ce2ed80ec8bf3ff34981111237ff272e0c336973b6ec773
MD5 c8b4054cc4e8296f03643d27942af6cd
BLAKE2b-256 27a7231be5cabcf42714ea06a71cb23f18344668155a45b501e0243a3907e38a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba0e96d436fec1559678cbf4fa1b10dffd5d1469fea90b7add8561a919850156
MD5 4bcf65236bf6929459aa05ae90a6ec72
BLAKE2b-256 af7b8b6b793327bf5376b8691880623efc72284eb5205f02553857859984898f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8354366f0a459a45e731b272d41523c157d1d98e10a2db88866a6ffc409fec55
MD5 5b168345eeab6815cefc58a4cd50daab
BLAKE2b-256 23a922b400a351b77b346f78944e40b09d6ce3ffe45830d62c55c8596818a6a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0b8b4eafd45be9e6c52080e95ee59abeaece5554d803fa7cf83da46dcf5ad604
MD5 45345cdef925411216e5b9a48058e4ae
BLAKE2b-256 f0a58482358c7de3a3ae33afecf67d267bb4f2f4ddcc9331f58c7bb100b5f177

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fbdfile-2025.9.16-cp313-cp313-win32.whl
  • Upload date:
  • Size: 124.1 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.16-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b1cd19e1f916273aead022fec411563908738faba41c9dabc7cbc7318df34eb4
MD5 0eb43d3d5ddbfd5158644939aee9e4a9
BLAKE2b-256 2f2385e3683018c25c9210eff169abf370465c34f30376f3c9d8b0fad965e37e

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.16-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.16-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b1ff61b5cab469422da7cea89cb667efd45a9c7d9d764947a31195694111d52
MD5 2d5867bbc1e83817cce565ede3950247
BLAKE2b-256 cf80e4533d87aa194eb849597ef3595821027086c88946d471f323d5c13b8eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2f77ca82a18fe8bf5975402599194b226f3cf57e49229ef1ad46268550ec954
MD5 71fa834d7758f1327d4d952f51b774d1
BLAKE2b-256 d14d4d83ac196c29b20daad6c7afe556ac1a7a1d02a110c0e6ee66a08b438abe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b8a707bd6b4a337e56bc203d0b82edcabad0228e5511ca1864340fed721e78b5
MD5 64deb9d5ddf4e861e515a175741cd2cb
BLAKE2b-256 7a969b16ef5d64b55e4468ef9e87f78705e4547ced06309958a67d8ad7f8edb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fa15ec5d5bb91637e330f00e3734398f95dad1c928c005d0071e6a82c5424c7
MD5 13bcf7140f7370d2aa77d3625934d38a
BLAKE2b-256 e564aad78e96ef726f49ec591dc6d26e02a677cdd2284c06a20a7d9c58c7ed7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a00c64cb705db5809f8d153d075730ff0aa4223ec673c494e984042a10bcaccd
MD5 becb6c26f4991a5e6c5462456e2ee3a0
BLAKE2b-256 dadd7fad935404545e9f16ec12e1fc5b750588f8d1cd1b2b9fb4df109f65787c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6d5cd930ae3a7a10366cb5f5ce8ffc275825f18aa2c3b8fbc101a4d06f70e83d
MD5 49109fd6169419d9625409837645b127
BLAKE2b-256 c6732b6d5b589d43fa590d417e505469448724e5e391bad51921fa0d7aa787db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fbdfile-2025.9.16-cp312-cp312-win32.whl
  • Upload date:
  • Size: 124.4 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.16-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 70308c6670a204a5a76f225790ccd39ac95ae8f450c684bff8e42ef707b221a7
MD5 9d8951cf6ea4e9bea816a9eb1fe3e943
BLAKE2b-256 e400e8a21cb4f37f88c7d51403717711a0aed17924170b6e3cb0e49d8cfc9210

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.16-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.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a913f010a6d5fd232a6887211b75626418890f26d4bf6332d632bc753e381d78
MD5 0e6a9e44948ddec03c1715ea8a69b112
BLAKE2b-256 260873a694334e091c271775bd3b0d36311db324a37e4ff0f26ea39de50e59d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b906a50daa8a69d355ddccebefff97c6d6c7afc9b56a86f43fe28bd6d6b0e92
MD5 88eaa3b9771de26f6fc2cebc1def451e
BLAKE2b-256 7c62e4b08488b8fc73449094ba009131e823a642d6968f6bd040f6a7c85b5439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5f69d517a8dc9d34ef04d8f141481bf783f8041c2c56dd049558593f370a969e
MD5 b9824300b31593521f0a5ce1eaeae242
BLAKE2b-256 0ad36c112cc631828ee579bf3b26352a316fde3c7f42df0df6f1e4a32a379154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b46c89193cee3f39f9235945b3cc9db734cf8eabd2423f793733c027a36bbe4
MD5 6683ae03b1812658e0bdcfaef7545b85
BLAKE2b-256 ec4d25dfbcac6070da2ca3821903aca9df38082c6a3ff489f12b46e06cef0252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0cda0801fd710a52b75665f8060512f2b0a981580098b04a669eb05d05da60bb
MD5 824698c9dff80e9f614e659aee092b78
BLAKE2b-256 8fe6bfa7103105bed0533956d7b054a11e01e5a5c4e3ee5c820aa9002381fbf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b60c65718bfd5c7e97fb97383ccbc1bd521e80c64399b44672529774b470d8a
MD5 b603e1c53c1f8087deb5e8b18228b118
BLAKE2b-256 6b146156901225b6d6a622d75c4b9facb2124addd73f20c87f71f90aed82e8d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fbdfile-2025.9.16-cp311-cp311-win32.whl
  • Upload date:
  • Size: 122.0 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.16-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 35a8e808c4562687da81ff3d18c7d78e725f320063b74f6fe73fcbd1372ea45e
MD5 358e90350e07f938b59a807419f47e0b
BLAKE2b-256 f6c9e99b4e6440120a5d73a1906d87802cf1089b3b531baf18536e4fd81b4751

See more details on using hashes here.

File details

Details for the file fbdfile-2025.9.16-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.16-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73ae4327ed4e2719b1296762e88464f1005c96fdcc01d8c161b58dc68da3fb91
MD5 e95b0fc385206424745ba65fa18ca656
BLAKE2b-256 39c10cce2a74460637e7512774fa5fa677a760e12ccc296a4130da9f7daea377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80e0f0908ad3abcce299b0726578a528decc01bc55a78b5e1ca42c6e00629879
MD5 8d6d6f2b7bbaf72b9277b6f043be518b
BLAKE2b-256 cb044e20d4d6622c8226095c7cc507f4f1d3ea86de06afb86eeae3d421ebfb87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bc8711e1bf8656f90e6ca04f531b6b9c1b3a6fec99d80909bd1c35b6219de939
MD5 975301cedb014e083eff864355a97155
BLAKE2b-256 3c4bcbfedb5eaa8cc252d79083decc706664fb6eda067f688ae3587f3fe9c864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fbdfile-2025.9.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d972a40059e8f621bb54da1224f8afdd733f84169e57214f03cd0623f2b5c35
MD5 d251fd0e4c879c0416a384ea7f3adc52
BLAKE2b-256 17c55dca7bd8383794b8700ae323dd045b5b97a6f7f6812f0622ac5d0f1e9bac

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