Skip to main content

Burst analysis toolkit for single and multi-spot smFRET data.

Project description

FRETBursts

DOI Tests Documentation Status

Quick links: Reference documentation, FRETBursts tutorials, FRETBursts paper

Latest News

Latest release 0.7 (2017-07-19)

For updates on the latest FRETBursts release see release notes.

2017-11-20 - Migration to OpenSMFS Organization

We moved the FRETBursts repository on GitHub to the OpenSMFS organization. The Open Single-Molecule Fluorescence Spectroscopy (OpenSMFS) organization collects open source software for single-molecule spectroscopy (e.g. single-molecule FRET, Fluorescence Correlation spectroscopy, etc...). FRETBursts joins the company of PyBroMo (a freely-diffusing smFRET simulator) and pycorrelate (cross-correlation for FCS).

The new FRETBursts repository URL is github.com/OpenSMFS/FRETBursts and the FRETBursts "landing page" is now opensmfs.github.io/FRETBursts/. FRETBursts Documentation is hosted on ReadTheDocs and did not change URL. CI services have been migrated. Open issues will be migrated soon.

2016-08-17

Our software paper describing FRETBursts has been peer-reviewed and published by PLOS ONE:

2016-03-20

New online service to run FRETBursts without installation:

For more info see this blog post.

2016-02-19

Check out our new paper describing smFRET bursts analysis and FRETBursts on the bioRxiv:

See also this blog post announcing it.

Project Description

FRETBursts is a open source software for burst analysis of freely-diffusing single-molecule FRET (smFRET) experiments.

FRETBursts and Reproducibility

FRETBursts is an effort to bring reproducible computing to the field of single-molecule confocal microscopy. It provides a well-tested implementation of state-of-the-art algorithms for confocal smFRET analysis. The strong focus on computational reproducibility is reflected in the notebook-based interface. By leveraging a workflow based on Jupyter Notebook, FRETBursts facilitates saving all the analysis parameters, comments and results in a single re-runnable document.

FRETBursts has full supports for Photon-HDF5, an open file format for single-molecule fluorescence experiments (Ingargiola 2016).

Feedback and Contributions

FRETBursts is open source and openly developed on GitHub.

We encourage users to report issues or ask questions using the GitHub Issue. In the open source spirit, contributions are welcome and managed using GitHub Pull Request. Any level of contribution is accepted, from fixing typos, improving the docs (most editing can be done online directly) or implementing new features (see github help page). For questions on how to contribute please open a GitHub Issue.

Technical Features

FRETBursts allows to analyze both single-spot and multi-spot smFRET data. Alternating laser excitation (ALEX) scheme is supported.

Main analysis features includes:

  • background estimation as a function of time (for example in 30s windows)
  • sliding-window burst search with adaptive (background-dependent) rate-threshold. No timetrace binning required. Both single (APBS) and dual-channel burst search (DCBS).
  • burst corrections: background, D-spectral leakage (bleed-through), A-direct excitation, gamma-factor.
  • per-burst statistics (# photons, burst duration, E, S, peak rate in burst, etc...)
  • post-burst-search selection functions (for ex.: burst size, burst width, E, S, ...). Defining a new burst selection criterium requires only a few lines of code.
  • fit routines for FRET efficiency (multi-model histogram fit, MLE Poisson models, weighted least squares models, weighted expectation maximization, etc...)
  • Plot function: FRETBursts includes a large set of modular plot functions for background, time-traces, rate-traces, E, S, ALEX histograms, weighted kernel density estimation (KDE) and more. Thanks to the excellent Matplotlib library, FRETBursts can produce publication-quality plots out of the box.

Additionally FRETBursts includes notebooks to perform Burst Variance Analysis (BVA) (Torella 2011) and 2CDE (Tomov 2012).

Motivations

This software aims to be a reference implementation for both established and novel algorithms related to bursts analysis of smFRET data.

Despite the broad diffusion of smFRET experiments on freely diffusing molecules, before FRETBursts, no complete smFRET burst analysis software was freely available on internet. Each group have re-implemented the analysis in-house with little or no code sharing. This is clearly sub-optimal either because specific advances in the burst analysis are not readily available to a wide public of smFRET users and because subtle differences in implementation make the comparison of experiments performed by different groups problematic.

We envision FRETBursts both as a state-of-the-art burst analysis package for smFRET experimenters, and as a toolkit for advanced users willing to develop new algorithms or to compare alternative implementations.

Software Environment

FRETBursts is written in the python programming language using the standard scientific-python stack of libraries (Numpy, Scipy, Matplotlib, IPython). Not only FRETBursts but also the entire software stack on which it is built upon are open-source and freely available to any scientist.

FRETBursts uses consolidated software engineering techniques (version control, unit testing, regression testing) and a workflow based on Jupyter Notebook to ensure robustness and reproducibility of the results. For example, when loading FRETBursts, the current version (down to the commit ID) is always displayed (and saved together with the notebook).

We provide a list of tutorials (notebooks) that can be viewed online, edited and re-executed. The reference documentation is generated by Sphinx extracting the docstrings from the source code.

Installation

For installation instructions see:

Documentation

The official FRETBursts documentation is built and hosted by ReadTheDocs:

We provide a list of Jupyter notebooks showing typical workflows for smFRET analysis and illustrating FRETBursts functionalities. These notebooks can be either viewed online or downloaded and executed locally using publically available datasets (see below).

You can find the notebooks in the OpenSMFS/FRETBursts_notebooks repository: FRETBursts_notebooks repository.

NOTE: A copy of the tutorials (without output) is included in the FRETBursts repository.

FRETBursts notebooks use public smFRET datasets that are automatically downloaded when each notebook is executed for the first time.

Development

The documentation is built using Sphinx (1.2.2 or later) and the napoleon extension. A notebook that builds the HTML docs can be found in notebooks/dev/docs/.

The unit tests are written with pytest. Notebooks that execute the unit tests can be found in notebooks/dev/test/. In the same folder a notebook for regression testing is provided.

Acknowledgments

This work was supported by NIH grants R01 GM069709 and R01 GM095904.

License and Copyrights

Copyright (C) 2013-2016 The Regents of the University of California, Antonino Ingargiola and contributors.

License: GNU GPL 2

You can find a full copy of the license in the file LICENSE.txt

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

fretbursts-0.8.3.tar.gz (2.2 MB view details)

Uploaded Source

Built Distributions

fretbursts-0.8.3-cp312-cp312-win_amd64.whl (650.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

fretbursts-0.8.3-cp312-cp312-win32.whl (627.3 kB view details)

Uploaded CPython 3.12 Windows x86

fretbursts-0.8.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

fretbursts-0.8.3-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

fretbursts-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

fretbursts-0.8.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fretbursts-0.8.3-cp312-cp312-macosx_11_0_arm64.whl (657.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

fretbursts-0.8.3-cp312-cp312-macosx_10_9_x86_64.whl (666.4 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

fretbursts-0.8.3-cp311-cp311-win_amd64.whl (648.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

fretbursts-0.8.3-cp311-cp311-win32.whl (626.2 kB view details)

Uploaded CPython 3.11 Windows x86

fretbursts-0.8.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

fretbursts-0.8.3-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

fretbursts-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

fretbursts-0.8.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fretbursts-0.8.3-cp311-cp311-macosx_11_0_arm64.whl (654.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

fretbursts-0.8.3-cp311-cp311-macosx_10_9_x86_64.whl (664.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

fretbursts-0.8.3-cp310-cp310-win_amd64.whl (648.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

fretbursts-0.8.3-cp310-cp310-win32.whl (627.0 kB view details)

Uploaded CPython 3.10 Windows x86

fretbursts-0.8.3-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

fretbursts-0.8.3-cp310-cp310-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

fretbursts-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

fretbursts-0.8.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fretbursts-0.8.3-cp310-cp310-macosx_11_0_arm64.whl (654.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

fretbursts-0.8.3-cp310-cp310-macosx_10_9_x86_64.whl (664.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

fretbursts-0.8.3-cp39-cp39-win_amd64.whl (648.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

fretbursts-0.8.3-cp39-cp39-win32.whl (626.9 kB view details)

Uploaded CPython 3.9 Windows x86

fretbursts-0.8.3-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

fretbursts-0.8.3-cp39-cp39-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

fretbursts-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

fretbursts-0.8.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fretbursts-0.8.3-cp39-cp39-macosx_11_0_arm64.whl (656.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

fretbursts-0.8.3-cp39-cp39-macosx_10_9_x86_64.whl (664.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

fretbursts-0.8.3-cp38-cp38-win_amd64.whl (650.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

fretbursts-0.8.3-cp38-cp38-win32.whl (628.3 kB view details)

Uploaded CPython 3.8 Windows x86

fretbursts-0.8.3-cp38-cp38-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

fretbursts-0.8.3-cp38-cp38-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

fretbursts-0.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

fretbursts-0.8.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fretbursts-0.8.3-cp38-cp38-macosx_11_0_arm64.whl (656.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

fretbursts-0.8.3-cp38-cp38-macosx_10_9_x86_64.whl (664.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

fretbursts-0.8.3-cp37-cp37m-win_amd64.whl (649.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

fretbursts-0.8.3-cp37-cp37m-win32.whl (627.1 kB view details)

Uploaded CPython 3.7m Windows x86

fretbursts-0.8.3-cp37-cp37m-musllinux_1_2_x86_64.whl (1.4 MB view details)

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

fretbursts-0.8.3-cp37-cp37m-musllinux_1_2_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

fretbursts-0.8.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

fretbursts-0.8.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

fretbursts-0.8.3-cp37-cp37m-macosx_10_9_x86_64.whl (663.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file fretbursts-0.8.3.tar.gz.

File metadata

  • Download URL: fretbursts-0.8.3.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for fretbursts-0.8.3.tar.gz
Algorithm Hash digest
SHA256 7e4e9583c221cfc266e1740d4206d0b291c117aaa47432e13955a1fda083c1b0
MD5 feb56504e3e8d892542df0f37066b37a
BLAKE2b-256 761e76dc44a54231e8e08b6b3d9b9a48e0a91d26a2feb6c07dc10704c97f01cb

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b1670b3754be31dd77d7bf40edc46481a69de289b334f269c4b7f0c230c436a
MD5 48daf229c9074d7d1096f862cca2073d
BLAKE2b-256 4548a73bdab74b24645c087e9b4a8a8c40a65cb324514b01048faca5880c18fe

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: fretbursts-0.8.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 627.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 50b755c2f0392ae1e24ffb90e92795be2f24134c63fc3f352025f604eced0a97
MD5 8baf3df91f5bf57f6bc3e6d924b5939c
BLAKE2b-256 581594db5b22b917b5977f000c4dec0041c5d5ba4c90042643a2830aa2b4a12e

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2736b55fe9aa3d32d2646e62d7f73ffeb100ba9ea685a59f1baf4a82ee2cb32
MD5 fef4214e69971f81d2a8d89c0c3eff7e
BLAKE2b-256 0def09a62c762b7d9ff33a4234df13a7d8a752e5d925b48cd9f4a9463f0a9fff

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e7e93a6adb07d48317df0792e7c0bcbff06e3d1080e650180e440d6302104a18
MD5 c431e55511ec254549043b517051c5d4
BLAKE2b-256 cd5f7b679223b505a2d6f37b7bfd5ecdbc02aac41e7e7fdd5e850e417d3065c3

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbbc6507dff17d3f9af820f3e26e4cb1c5c73ac27645964f427bead0f462f139
MD5 38826cd2fc18a125b2946de4747c5431
BLAKE2b-256 579d07e7446255cfeea19af4fed8111e86ead00dc96a7284586aa75da920ac39

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce9656a15f166d10cb1ff5d746ee0f7dec4cf48353c79a4a4700b812b49512f3
MD5 dc761f07438cdaf1a58613e1d0ad16bf
BLAKE2b-256 7a1c2c7281bbaa078f0ac65183c72ead603ce9135654e26ce83faba06a45b15e

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2dcf63c7c098e71b8652f5f6b96281d9ec7c4738afc8ba5b187d468b5db09800
MD5 7c7fb8feb9c3cd6f1647e06116f7c54d
BLAKE2b-256 3680b21fe018435ea0085414de0d92ddc9eeb2b1db56ac70f504e7129a274f29

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c86316318be437661c307dcfb44402533a26b03980f36fea3035be0989c610a
MD5 5b2873f9aa4c06f8041b1e9fd490a464
BLAKE2b-256 ef0c927b0733b41d1aebe168ba794b52c2d403b3583d2b6d29a0e8b1cd13a57a

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 05116b0a5be73e0319cdfb84afd10ac9f01cf7347f3108e1c6bbec8ab2fc8fa8
MD5 b1cb3f2061d1ca2ffdf53ed518ea85dc
BLAKE2b-256 7852df4c67a78edd750c628fe9649d004275d9f0c9e9f48ef5e27c7c0174c8da

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: fretbursts-0.8.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 626.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 adeefc6a5ddf6e7a51df84fe8acd7ac534a6996f57bb382e2e14993a55caf5be
MD5 a870672126f27cba5de3b6ab40653490
BLAKE2b-256 bc7bce3346095d86262d0c795bd3a9d9c13bdf5a84d4a478ae95633981c429a0

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40de61322c4fa8a8c8d2ff005a23cb8e82fd56ca3b540f06591e3d90b7625586
MD5 d756d6a18b9849e8e493ce86e6e77fab
BLAKE2b-256 5530f42244d212c44b451ee73c2c5b88e7dc3b45ebdb794b3fe1e00cd0fe828a

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 53d3ae2ea07f6912735b4e43f67c0d9499dfa6a2099f9a0478beef18744f26c1
MD5 d53181ff4169df8d18e56debe6fe5f9b
BLAKE2b-256 138602bebe6efbdd556f2da928c24a2a60e878f7599edaf639f55ba12872d2ab

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65d0dba1ff2ea9cea5b50a71cdfd6b0f90061047ee5fa29556c9fef0ca9023dd
MD5 d6baf958002dbb01f58471744c65279c
BLAKE2b-256 959d3863517e64c714ae31e22f866f4dc2277184e8803c34a2bad30789c920df

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 500ecf57c7982712574d6722c8b8fde964472aa3366a78407f86765b69849b76
MD5 ee9ba34f1bcfdfab56547721392ec707
BLAKE2b-256 f4fbfba81cdabec6aded964dfb467a52066a4ec08df8a48d98f48daaf5780944

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1aef51c3cc6fb90efa1a0f27cadad903e82fea1ecfe60a7cf9f8efd7e0f59c9
MD5 d867c8a2726b02a798ba21f6ae15754b
BLAKE2b-256 276e0c083168a6c02b1a113ddc19cdc6dc2335cd00639a89e9e83f1450af3766

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8f45d9b5c6591ed9946a098d589e016108e25257955d1e53e89c30f6b127c40
MD5 c42b2e8eeeb5cf2916f971b820f60940
BLAKE2b-256 049a070bd752952a7a896d2e9174aab38ae53177bdc86b57e21563e5167f37a4

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b68d92023ed9ad01bfffba6aee15574479d559aecac5f11056f10333460138c9
MD5 c893aff8eb68db9473b086de834e799c
BLAKE2b-256 fd8e16a865e376576c641281c11dc8ce4f2d51854e6c1c59a49ec2cf9a7a4b6b

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: fretbursts-0.8.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 627.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 28d26e697272953d92274dd133b9ab38aaaaa3eec98e7e3af707a4425769ae62
MD5 834b52aed495796311d53b9d2668779f
BLAKE2b-256 ed8bcf483355ac154701e0f59e554765adb504a1f8b7cf1e947e889db472b413

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb1982b567109c2129fc717db4c5e5d0f962ea7b659c40d8d246fc1bfb681e17
MD5 e06124f9a9aab54fe25e0d16360ffd68
BLAKE2b-256 b71824d04da89c6be93519963db609aa174bd6e2c9a803e0b6896ad7c608bf75

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1071ab1e50a652ad2e770d30ec2a4043995a4434f3dc53171ff070caf3807189
MD5 bea4719742ef54d7f1127e89192d1024
BLAKE2b-256 ef9049245fb0c1a6e445a7112111244060179524e236cb18cacbc95a259e1fca

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea0edbf25d52648b0886cbd4d365e07dea67eb7acc599e0e12382862e67f1544
MD5 7c660b3e4cb3632c136566559df47678
BLAKE2b-256 7940b0368e6e0da00ba5ac5dcd4e22a8d767b9ea7508711e8d349211fbdc9b1f

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17f40fa1e6e9401f459cfcca4301aba6171b16aed5500f11d9818caa12097263
MD5 e0fe9be6d49de1632fdb0173eef685ae
BLAKE2b-256 5de3b302d8a9c91de856b9b7e52ff09700d608282027a8ff1fc9363d8df7f365

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02507080511d27014b173af4b0346281a18bcd4545753f2033477e5f078a4a6d
MD5 d45cf059964c03dd3656fd2722ed41d2
BLAKE2b-256 032a467340a7a8de781ba0e1db383b580e9034cc3ba5d3fa4fbe11a74eb9c0a4

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 23008c2d98e9691f9640ce3bb85e26a2d646b7924f74b6980fcf51342d1c877e
MD5 4e106560ec064211c4fe12d121eef44b
BLAKE2b-256 aa3fcbc9ae759fdc67c09c677d8fd513606c7755ef2fc372c97f9d4cdfe00827

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9f11f9ae597b8445160a7b36d1b1ce7643bf43cbe328c7b810836b9b5d850cdb
MD5 c505d3344cc5ba1e8972bad8e8f8cb68
BLAKE2b-256 157250d777308431aa15642530a46ec065e26997ae18d0e3bc4de6e8c1999586

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: fretbursts-0.8.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 626.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b388b05e750078f255c36b7ff1705e01c730721dfbefe06b54d16594a4f8d09b
MD5 860adba8024f2e1681e2d7785b633fb4
BLAKE2b-256 67901710c84e5b3fbce777bc3a3b8f1f56cb8dbc15e0ecfb9da7d92fb7647a66

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e3670fcb2edbb5382d4a1b6f570bef776cbe4a368a8917507d0f6da0db31655
MD5 180b1810565d94c0d63a8805861e0475
BLAKE2b-256 e5d840cc5653ebf46fb2c968c8e47ba040de2a5247d80aa74b6c1f4a29e3690a

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 57d0367344a97ab2134e3e892576c7dc80b4021fd338ab9ab854e6ea3e49e6c8
MD5 411fec70272d88f70c965dd11756c371
BLAKE2b-256 249984943d8eb258288235618a779a239bbf7227d8ad5734a2985a7a26bb338c

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b596c63a244beb0ca1900d352705cdc5d84bc6e29de18a57979bdb2184dafc07
MD5 6c0c22ebca0eb75bdff105ef40433f27
BLAKE2b-256 a6f163703b64a42ed52c42bfa2a95577439ee550ab3fb459e6c5c06304d4f972

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e91b63b8bc328de4ccee7b027ba880b598a33e786e512a3e90e922bd2c911796
MD5 4271160955a69d7ec7fc9a38b1818778
BLAKE2b-256 dedc064c376532630d16e31e771a51621c184fe83ad4b65298c2c08d97bc695b

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6fb96d0b3c1dc27fb46b22dc5030d493a6fd43c9ac685a701d1b7f035979676
MD5 a6578134433d8e40d660941912d80902
BLAKE2b-256 e57e6a4fa70ed4752d04c5e258ce7db21a50dafba6984f2e79a4bbd4afb9c13c

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ace460a6efde8470eb04520f76528645fe01dcc59f75978d31aba3a78e6273fd
MD5 e5b36684226c7f236c70baee74ffa09a
BLAKE2b-256 b702d1e61abe701886447db07a186456eae6934e02ac741170d195f2a2389d43

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4d3d42cfa46cbb9b05d287ef0086110b93459a96485b710ebee58b1d17563af0
MD5 4c1e7af08d43d7e3efe2479d0b9a1fdf
BLAKE2b-256 1603746a352c128fb74d67743efb7c849f70649b2cbe3b7291aef66e724cb8ae

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: fretbursts-0.8.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 628.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8186f344bd397f54826f52a17e2cde4219e53409aec666db144ec5986ebf1081
MD5 be3a82ae84fefa41fb3706814cf83dc9
BLAKE2b-256 9b38171fd9a0311b7f4894f8af10b546c0339051b16df6e8ec80480f2f98419c

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8685c0a7ea357b4a7859b8f3304cb58361e42a03ed63c6fd601971ef4167bf2e
MD5 57b38d39b2ad8a9eaf185101c80d78b4
BLAKE2b-256 fefd683ae62abffdf043765c3958c46a1b19ab8db66333417748a961f2f33136

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9a91362da29e256fff312a6fe94b7df604898fefcccf3bd751e9bc538d7b3868
MD5 bb66f9dd4b7beb84191ebd4401febb4d
BLAKE2b-256 e2a890b494a9bc8efcb83691c55509c4847995c00999776c66aaa90ca5383c2c

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11f7a93a635f30999615914ec9a8c009fe373dfb476ca6369b017334f63caccb
MD5 2dc2179bf2f4a9b8088de06edc6d6fda
BLAKE2b-256 9fcfd9c5e8f4c6065e0c87987ba56972751803f0202994e8221a555ce5120a8f

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74fce5cbe28e0ada233c30a1e0d410fdd1ef80dacdbb0457ee333950fe27d5c2
MD5 cffdcc9f417b93d478e7e82c7d23be24
BLAKE2b-256 b185ae6606f230beaa551e0d7a022492d6aac75ef10366f238a458dce9038464

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b87da4285b7651660c0bda77c6d4222cbbeea25098ebaf4e7eaf6492424634d
MD5 53a58ec37060879de129b60893f30154
BLAKE2b-256 28e97bb9925dbc0b6f801a0ccb5ab8c2fa17724cd91821dc84eb68cc2e1b96fd

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41e40c58f6701417a282a2b89b928ce0b754aa61dc945905e5ac468200870a57
MD5 62afda7548cf53ff6ef0d1b31f53d83f
BLAKE2b-256 ddc95527811be8cb2db8f148ae892b041669f34719c7ac2937fee747f14ad0fa

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8c20c486fffe57de618412a741e541483acede82db6400916c92858fb8d91859
MD5 c4b4203317be5b93d2e0afe8ff455fb5
BLAKE2b-256 ccb5229c9c2300e800a7ba6489215925913af19653ec4ad21c2f1217cbc6aad7

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: fretbursts-0.8.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 627.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for fretbursts-0.8.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 24e318e7a5cf96a82dc9e37625ac16ceb5f7192c584a802de6fc3d22f120855c
MD5 bfc585dd00e559339c4c70b174c7a23d
BLAKE2b-256 9c4e41cc44830eee0f0212fa349e90015e92c659a45df7c68cc46bfa3caaa6c0

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87dd6cdd6d074a2f6db3205fbb9984ebaa71ab18f2d588c75274d1de52dfa11d
MD5 2e55bc554a1b6bcaa27f123e8c7a0ba7
BLAKE2b-256 681cbada6e5711197db4b82371681c5f3e6f838e1f5399ec9f02284318f811c7

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d9721758875c4e7a51ad9f7391220cef0f6d084a93f325cea4e10ee61540999e
MD5 e85c7d4a92bf9200543d67c3e9748e74
BLAKE2b-256 5baf021430354d9555da1b003cd61340d78694226dae0bd7b0b70d1f541a9fe3

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e6deb30816114f1e465628c1570df163992ffdf2cfc8f0c6afa65558d49aa39
MD5 13c70ebf23cebd644e5f79c7d904a3f8
BLAKE2b-256 a653e21bb7bf281c3834753f4dc6141dfd86d85d8c580ce2af3a0eca05ccaa4b

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f611d70f8f6efc702f9e4ce33bfc5a9b669e95f0d4c98832acaff4a81d3f8780
MD5 11d6801954b2e76e2e93017f484ed39c
BLAKE2b-256 ce7c425cc31a7e71ab104b1f9f3dfd029a07266ac19ddbd7a8c02bb40dce5aec

See more details on using hashes here.

File details

Details for the file fretbursts-0.8.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.8.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50331eeb0a10233cd2bd245695de5299725a849ffced344beacd09bbaf79eeb0
MD5 06e25b48ab5fd87434ba366e3e6f4348
BLAKE2b-256 bd55db88f89acac2bac3e72bf3fe0962c0f95f37c08b008d45f2d064504a965c

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