Skip to main content

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

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.9.2.tar.gz (4.7 MB view details)

Uploaded Source

Built Distributions

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

fretbursts-0.9.2-cp315-cp315t-win_arm64.whl (677.7 kB view details)

Uploaded CPython 3.15tWindows ARM64

fretbursts-0.9.2-cp315-cp315t-win_amd64.whl (701.7 kB view details)

Uploaded CPython 3.15tWindows x86-64

fretbursts-0.9.2-cp315-cp315t-win32.whl (680.1 kB view details)

Uploaded CPython 3.15tWindows x86

fretbursts-0.9.2-cp315-cp315t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp315-cp315t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp315-cp315t-macosx_11_0_arm64.whl (707.5 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

fretbursts-0.9.2-cp315-cp315t-macosx_10_15_x86_64.whl (719.1 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

fretbursts-0.9.2-cp315-cp315-win_arm64.whl (669.8 kB view details)

Uploaded CPython 3.15Windows ARM64

fretbursts-0.9.2-cp315-cp315-win_amd64.whl (690.6 kB view details)

Uploaded CPython 3.15Windows x86-64

fretbursts-0.9.2-cp315-cp315-win32.whl (670.1 kB view details)

Uploaded CPython 3.15Windows x86

fretbursts-0.9.2-cp315-cp315-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp315-cp315-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp315-cp315-macosx_11_0_arm64.whl (693.5 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

fretbursts-0.9.2-cp315-cp315-macosx_10_15_x86_64.whl (711.1 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

fretbursts-0.9.2-cp314-cp314t-win_arm64.whl (678.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

fretbursts-0.9.2-cp314-cp314t-win_amd64.whl (702.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

fretbursts-0.9.2-cp314-cp314t-win32.whl (680.7 kB view details)

Uploaded CPython 3.14tWindows x86

fretbursts-0.9.2-cp314-cp314t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp314-cp314t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp314-cp314t-macosx_11_0_arm64.whl (708.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

fretbursts-0.9.2-cp314-cp314t-macosx_10_15_x86_64.whl (720.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

fretbursts-0.9.2-cp314-cp314-win_arm64.whl (669.9 kB view details)

Uploaded CPython 3.14Windows ARM64

fretbursts-0.9.2-cp314-cp314-win_amd64.whl (690.8 kB view details)

Uploaded CPython 3.14Windows x86-64

fretbursts-0.9.2-cp314-cp314-win32.whl (670.1 kB view details)

Uploaded CPython 3.14Windows x86

fretbursts-0.9.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp314-cp314-macosx_11_0_arm64.whl (693.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fretbursts-0.9.2-cp314-cp314-macosx_10_15_x86_64.whl (711.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

fretbursts-0.9.2-cp313-cp313-win_arm64.whl (667.1 kB view details)

Uploaded CPython 3.13Windows ARM64

fretbursts-0.9.2-cp313-cp313-win_amd64.whl (689.1 kB view details)

Uploaded CPython 3.13Windows x86-64

fretbursts-0.9.2-cp313-cp313-win32.whl (668.3 kB view details)

Uploaded CPython 3.13Windows x86

fretbursts-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp313-cp313-macosx_11_0_arm64.whl (692.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fretbursts-0.9.2-cp313-cp313-macosx_10_13_x86_64.whl (711.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

fretbursts-0.9.2-cp312-cp312-win_arm64.whl (667.6 kB view details)

Uploaded CPython 3.12Windows ARM64

fretbursts-0.9.2-cp312-cp312-win_amd64.whl (689.8 kB view details)

Uploaded CPython 3.12Windows x86-64

fretbursts-0.9.2-cp312-cp312-win32.whl (668.5 kB view details)

Uploaded CPython 3.12Windows x86

fretbursts-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

fretbursts-0.9.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp312-cp312-macosx_11_0_arm64.whl (693.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fretbursts-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl (711.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

fretbursts-0.9.2-cp311-cp311-win_arm64.whl (666.1 kB view details)

Uploaded CPython 3.11Windows ARM64

fretbursts-0.9.2-cp311-cp311-win_amd64.whl (686.3 kB view details)

Uploaded CPython 3.11Windows x86-64

fretbursts-0.9.2-cp311-cp311-win32.whl (664.8 kB view details)

Uploaded CPython 3.11Windows x86

fretbursts-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

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

fretbursts-0.9.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

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

fretbursts-0.9.2-cp311-cp311-macosx_11_0_arm64.whl (692.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fretbursts-0.9.2-cp311-cp311-macosx_10_9_x86_64.whl (707.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

fretbursts-0.9.2-cp310-cp310-win_amd64.whl (687.2 kB view details)

Uploaded CPython 3.10Windows x86-64

fretbursts-0.9.2-cp310-cp310-win32.whl (666.3 kB view details)

Uploaded CPython 3.10Windows x86

fretbursts-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fretbursts-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

fretbursts-0.9.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

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

fretbursts-0.9.2-cp310-cp310-macosx_11_0_arm64.whl (692.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fretbursts-0.9.2-cp310-cp310-macosx_10_9_x86_64.whl (708.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: fretbursts-0.9.2.tar.gz
  • Upload date:
  • Size: 4.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2.tar.gz
Algorithm Hash digest
SHA256 cb5f7fbcb35939d3035ed5ef8214386fbb7a3d2dc28b2235a3f8fe1955da5f77
MD5 88e53a51b71ed6a3b2f6c53b1a369f54
BLAKE2b-256 f67177b7b0d24006ff27e3abcfa7536fcd535a7806d9c26e723c6c101346120d

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-win_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 25fafee4ca968a231b5d8e70fa481fb95312370b0e1c084ec1cb194fd3dbd4b7
MD5 dced2f581def4380b91c6b92dea5e225
BLAKE2b-256 22e6356428465832cb483e46298e2c9ebb14dcac6921bfdc8a890a403e9952b3

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 701.7 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 414525cda0a447f4a29950b10a40d2d2d3133e8b357dfbbff35289349f8ae7a7
MD5 623e77b055b83f8b5a4c98c22beb47e8
BLAKE2b-256 bd6dc61ef7f23f8279fdb79fb54d61f0120352cdd051150fb494664b0b20301a

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-win32.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 680.1 kB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 8929569afcb7dcdd638c21d7a39023ce7b61bf697f99076b96167a611279541e
MD5 150549d08247d1b3a8aaf295f40ec0af
BLAKE2b-256 d54167756549a30ae9a2de878a65d640439e386b579d6528b47109c51ac36190

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f893dab09d83fdfcbf21063d32e0117afb5d3d7b5c05714604f268ea255d3a4b
MD5 b513756352c98a8d5344f5ed33fdffd0
BLAKE2b-256 f27fd6bb91c46b12e0153188e13b9a96129bc741f121a450f6148faf36e015c0

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ec19948b735ea9827a4d217ab42382a4365b7c3f4eece4b3808bbdfaffb01ef
MD5 e2be8aab8ad47bbdf6a28d4463e31efc
BLAKE2b-256 10115fa23d80383de1550d120b068b6a06ab7484e9bbc96285e6a3f389526ff6

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8fdf07e82e49425dc7955b7b9d0d2adecd773a349c10a6ec9ec6749b711d916c
MD5 b4ee379050af6000b74810cc559f95bb
BLAKE2b-256 02ca2d16db8ff97dbb5bad84fa51c6676cb949a00ad4be48d864266fd059d3c9

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf4464391a09767571f0390baf718f170e62414834351461d6128ca931863432
MD5 4d19e3832852d72b68468ffc25eaec60
BLAKE2b-256 efcc99c717ffce040881902696d5468633608b3e94a175fa069d87089ca7ed9c

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7270f20d5586c1fb0944e361377375dd8c9cf3bd1c9dd28e550be68d5e4ad19
MD5 7e5fb7fa13b8c8fa2f774c6ce49b7471
BLAKE2b-256 6eeed974d4bc974a3fa0305527edf33e21af4b280936c45cf5647ebd6fd6f7b8

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 efa54281f12d6eb3b25ff7c8fec43750537976781b4b7d094cd77aaa5690204b
MD5 6f86831c90fa088b614fe397e22a11ce
BLAKE2b-256 8f0c605a3f9d92436dd3bfb8c15779becea122e6c5ad0b4f92bd7c6a04bc90c3

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 669.8 kB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 ecef79b8874a6bbb7c2739cdcfdb20dbe9376246a47a298e2e6a99b8cc11041a
MD5 c87d5dda21c0e0053128b844f4b30ad5
BLAKE2b-256 7a660aeedc738c5b6a2bd7d8ddda70add91cfb7e3aaaac483c445fdf0c87a7a3

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 690.6 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 71038512dd621ac5e02ddb8c0df8ce3ea60a46944844570ea278b3658349ddbe
MD5 e9d54b4131aa84b1089a021d7c8ffcae
BLAKE2b-256 b6239dbed6ebb03e19dfcf2d967cf39da1e7eff646047f4c028f90f011904b93

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-win32.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp315-cp315-win32.whl
  • Upload date:
  • Size: 670.1 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 dd1bd807885d86ea178b04e8508944980e5c7be457c12bfe3bd397f4140599eb
MD5 9198ed3ad30e00cc3250ae2563ab14d7
BLAKE2b-256 ddb7f01e151b4f788913022ee5a1cbbfefa5cb237a81c960a5a7b54f66f916b6

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6725100b88832329c65513d810441b7b11c941683a07af0fc2dfbe286e63f2fb
MD5 3468d9a36522ceb251a28f4b0a610b53
BLAKE2b-256 1b1672d2751b97814e6fe71b54d32623a96d58467378a4cc987364765db8ecd4

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2971d35ceb636865d7f8503ac064c539b0b6a76328a0bc5f6443ecb64e334bf5
MD5 de1879a62a4c4a11d71ec450fd237ad0
BLAKE2b-256 b0be3e39263b106dd89b8444b19f1567e6ae84c246d0418a866fbf831b24c163

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0425c7b66e17b2fd18d40bb7ab22654848cfe3fd639dcdfdc45c5620ee7a4fc
MD5 3a1920be50566f51d6ce8cec9547154a
BLAKE2b-256 fff1badea9b67d991b18407f29be6afb40fad640e5e789c69c4531dd9cb10671

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 516fde451f159f2a598843dc1e201afa1459b4aca7504e977b6f9aa9121f6d36
MD5 44c938ddcdddfb84ca28f3da32d771a3
BLAKE2b-256 8fcf31444fe0efb42707f8d7e2b508389d80eeec2dc86555e301be0b25d134d8

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f93d4e0b31b60f36d7f964e3648b12e45df59999d7008111aa3a6f8bae99e5b4
MD5 45b89c015e2c6852f9dc83c78191d2a4
BLAKE2b-256 f2692a976c6be22e598fbb35e292facaa5b7d2b8e7730883b4715360f050eb68

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 de463121a3633dc6c655acaeaa0724497eef644b7dc365385bd32133db88abc9
MD5 aeea3221a5ce4bf88c028e1db9f7fe03
BLAKE2b-256 3c567224f0bce21544495a0df03df94f536cb31439d38c5ad363bf94380a6986

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6a88d53b3a38808b6ffd79b63aec42de96a9d40bc6aba9a3379bdda0f52bfac7
MD5 e9ca39f36f20bab5a1f54e5fc08c42e9
BLAKE2b-256 0cdd5d84bb748fb757127978b2d2e56c209b133f9d490acc6fb7c6070a207303

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 702.6 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c93f291237a88c8c743f6c134a13de9591e9d35cb50938a0b02172fc5df50431
MD5 25632e7643bb97a2d4b39c3969a4358c
BLAKE2b-256 dc1f441cf9cd5a7d12b9fb2f6dcef7a5b53c99a0b2cd6a121ea9a61285121810

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 680.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 94d56b65c44d3ab068abce5e3159c52c00edbf197e8b6ade10680026e9b28e7a
MD5 e222b1744ba61effbba6ec3cc6e6ca94
BLAKE2b-256 6cabc15958a1a708de48c98419bdfaf8b17a69432e9e4e4f8296459dc951a152

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3703c27850fe76568c801e020d623d1eb923405c0cae253e9f33d7b6a27f5449
MD5 7f9c61d8e2d752dd9e5cc7a3eb1f57f9
BLAKE2b-256 fd7ec58048cf1b8d3c6f04452e1758086606fd9bb1f7b99d53cbd47769b286c5

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ecdc2c2e63a3bd317bd170012fbf1f0a6cf36811dc9e6ee7d0c87e9746591d2b
MD5 ba7d95f79698fe59b3d52c09a3cef0f1
BLAKE2b-256 80fb5f1c4b0d272d503d340b534cf0c497cbbb36e1f0b4b95ad776cf464d4986

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0be004133804faa011202b1759529f38a1158593aca2c9918daec3e8019b3c8
MD5 3e5437609226c4a608cb4e43a0ed6193
BLAKE2b-256 76dae3753923168b831fc2797fa81a38d230dab9981dd8a2ea7f4c699d64251e

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f25a90434e604f834dc4e7f60ffbf8c2f82f598943f8d1f62046c048b9e2066
MD5 5eafe0691fd87875a1fbbe0bc976f5d8
BLAKE2b-256 f35f0270c8a257383ccf688d8d6c1bd028c68ed7842006352bc66711264adb1e

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 745ff4729a87e87c006be8c999cd8b3bdec327862dcd6140d5b9964da1b62434
MD5 92a9f602ef8034f9f120e25ec2006a5f
BLAKE2b-256 7a13ecb7359ef96883eab52f02be8d5826a8d46c1418bd57be95302618ae4fd2

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ab1561c47d8c62bdf1cd6939b0c2e746c116038b926d8c0e63dd4df4d90f9ede
MD5 86e509e2096273b76e902e71d03f71cf
BLAKE2b-256 d6308721ef53b6e2b9fa8b4ffa5283f8e1f99bff05cefb7b0cc4e98794d2ac26

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 669.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 12885a38b91ec104fd0dbeb01935f6e15e874270a1419b8e978642ecbe0c6f90
MD5 c03746a0ba514a6354ad446f110f660a
BLAKE2b-256 3d659d8d89b23599aceaeb0b2ed8553366ba6d0b2b5251ce2244b731623bac91

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 690.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f1ee50d8a2a9f2832e75101ab16150898641ceb5deaec06277da11b5c5c88e74
MD5 8e48dacd992828afd0c7a92c3591790a
BLAKE2b-256 81f02d6e31473e6880b3fc810f1ac999b505d3ca613047199b6f32c5b962fbbd

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 670.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f83255a3771266b2312574b061a3d331ef477ebbb66470e48ef360445fcdaf72
MD5 687695ac770937a50c18195428d7785a
BLAKE2b-256 8bce2a70dc82c6ba9f99506d291519694f7eb0070a283b7e527b86073c85d5a8

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41d0caa086c6fc1c94bb72e05a43505e1e6f1ad25668f36d7377a9ce818f5be6
MD5 db61c8fd637b81a45a3ece92c4de6060
BLAKE2b-256 efabfb926459e589d3a56eacb6624fe909059add215c063899dc9fbab78143d7

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15088bc0a73d27ae91b82dfc056f4a78fcc5c3fdec9043484eeeb88e10b29f3e
MD5 1919737605587d36b89bfa5690772725
BLAKE2b-256 c714d86303a9e541f53f869e6bd6a6967f4a02c719d7b7cc7d332a8c38bb614e

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fdc54cab3e965062b89141188d065247550ccc48cd45ff046cfdf9ba5a6ca02f
MD5 8f81e734c120b8c9a6533576ba0ae76c
BLAKE2b-256 f161b556b831f1e3fa503c5e78345240ec11d3af4cd857eda0298f529bcf1be6

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d7fc8e84a493306514b0f61ff0b7d79c21be148d151e33e00aad01724927b58
MD5 c4e16cc3f67f16695b97dab4a41c481e
BLAKE2b-256 e808afa6e3060792b8933fefc810a48ef158ee1543027883753fa8510216690e

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 054a08339a259e81fcabeb4d4fe99a8efa9b5fcc3026b2277b77534f5be10602
MD5 8217aff715066f98e7214edde46f4384
BLAKE2b-256 74f58df8409735c2dc8596cb1ef3bb46f95e78da06c735f513557dbe60faa96e

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7eca8161f2275eb20e61cf42b63745c12317d11a160989604bb2529975be991b
MD5 cd89f77b75c5866f2786a4b2a168209a
BLAKE2b-256 3d5108daaec2e6443935e9c6d5bfb18561c1fec5b7fa88910f1a798a8d0d2592

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 667.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8cf33855a50e1778af1241bc700703714c9dd87e4e15fe17d2b0ffbca5d4909a
MD5 38b58d8f30f86c47c726bbfdb8b4454f
BLAKE2b-256 1b31fe88970d8de8a186d136e7d0822c2afddd37afc796002bc803599c326030

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 689.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8c4a2671da5102df34e2450c0369385d8b7cba5a0eb5178452b55a6935c64d25
MD5 4540072a027bbb7be8541b8bbc778acc
BLAKE2b-256 9604a07df6354c1efc6187d99f00af552debc816501aeb0eecbd2b3873d4e73f

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 668.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 32f3746232a28a509b8473e1b207c9e0544ff46f09b4975318772d2208ffeec1
MD5 45c72e2f2fea0e4e39b17b751c0ee074
BLAKE2b-256 b01ed84d7d56890ef4e88e7ebf4828f7a4ed1cbc055600f62b2d38b69cc6bae7

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d5245958a8788ee447626ecfad91691fcc058e36b670a6dfa9637726601b455
MD5 4c36d0add90dd280789a2dd24e07a6ef
BLAKE2b-256 4f682c602ca1452721d584f6bae8c9fcca700efdaa6a70db525764c6b1b2e965

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a42b5ec6983e6f5bd8fcdb76c3aebeae378fd39ad325bb34a723c22fa674953
MD5 4aab832cb3fba8fc2db0f94e632dc60c
BLAKE2b-256 bbf216f32418a43a6afc25c2f463b788778bd8d58abfe5e80d06c27cb4932bc8

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03c833ccee7cf002f18dc87bc3517d8b0e215f43357a7f023730b5912eadab58
MD5 e53b7f373e605f6d28f14ab1aeec3f23
BLAKE2b-256 af8cd736cb5a488980bf466d3d02910fcfee37221dc0841e718d8e0621b52ad4

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e281dfa99386bfb8d58b3dd334b878b93f97a716c5cd1ffd5b11279f738af3c9
MD5 7ebbeab53425254ffceedb89bb847153
BLAKE2b-256 0926c6fb6da60510135fbc8f5d72a0745ef6498c586de7e8cff2499e0b746773

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95ef7fe1d4d0a3c89a4fc4093361aed6d016fdff51fba610153015cde0264513
MD5 c65c5d4717391f60e1fa57881e54430f
BLAKE2b-256 566194bcd113d3d0fb1204fa019c9e4f0dcbef1f9c0a85e7227488dc21eee849

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 806733168c79fcafea31906a5c308410705663c04b1ca554597e7c7b7ebd812d
MD5 7090d2385c1291e9611e67f053cc0bef
BLAKE2b-256 41d1ed1aa20ee12c8dd2428371d7d292fbb6c821a26ef3353236995083f9a4ce

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 667.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 39caeb7c62e18cd64006ad6425bd9c89ea145bcc32dbebe9efc097998aa19435
MD5 17400575a34d8aa51a2f7877fd80edba
BLAKE2b-256 51b5eb7c5d4a6f65fc6c326908baf8857691fda4b0c85f0369e5f71d140cf35c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fretbursts-0.9.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 689.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 06d1188c4e6abe949366e2e456a66bfb94bc2642cdf79f58a4188a9d961d29e6
MD5 81634b007724d751eeb817c951caa098
BLAKE2b-256 7ccb87907d68867e81fb9e301c434f36fce38b62b38e50050015a12ea60ae4c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fretbursts-0.9.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 668.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3b2e279f0be5faca12333fd0b3fc2ac87b4a2ff6d28f85830d2752c667474bc9
MD5 4fc0d533f56cb6abe6244b7363943581
BLAKE2b-256 00221f44eaa61fefadcbb56b6d7c31a1919ff8da26dbd107c502f8a357db589d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ac385f37749ac21384a081b531950fe37fc901aa60fe9200dda73aeb584b7ff
MD5 baaba80aa56f7c8837f18e89b9a4567e
BLAKE2b-256 22e9062e2e96638a1b9be7e96f8eac344a2b78c5f6046fb51c7c002b8639527c

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d81b4dd6fdd5b01ee9fe7378a377071c3508bbae31ebca03f1dd9947643ad0e
MD5 0da509383a0aec0cf3cbbc43e3bab558
BLAKE2b-256 bf88e69fd7c9f85e0ff570dd1b979ca858f8a27e96419f3bd58b70c2fbc918b3

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 78edaca18e4bafcbdc8066fbbad882dd4688a8cdacb695e667454b5e4220d371
MD5 c272a24ada9f9632ed1faade88e10412
BLAKE2b-256 9172b565cf2c62ee0215bdf73f97b7211a88b6a106e6e846e58f45791f955e9e

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aaae1a9e93efb35cd0f6efb56c1ee1c866ae6f2e0722f6f00b4e2efa6e04b763
MD5 afcb00b545947791491cca09fea2354d
BLAKE2b-256 0a6e72289aceb8ce785c7acbf5e68db8a2058f9d5e6268d1aa92e839867bae9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c799b85ec1227fd9ffa1f08dacbea8412cec7bbdd4461044f19d7a77a254dec
MD5 097e893d624c4978e5b23aa1b971bf93
BLAKE2b-256 745b3393f4a2af60a2f47762b7da3fc30bff77d8715c5eca2ffdd955161ccc45

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2cf1e0e1fede58780cf58ed4185e41bf2823e31aad6decd48d919cc136f02bea
MD5 9c9e5036d9e86378c381875712cfcfd9
BLAKE2b-256 ea31c5a874ee2071b5b163dfde902a320c013e7bad32ae2d1d90bcd6745c33ba

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: fretbursts-0.9.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 666.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 dc67ee0f9480f3f6b9a910f4ae3aa9e3f69f478590aeca93a3159f9f5400bd7b
MD5 0fa86da6bced0d4ce389812c9cdd3a1e
BLAKE2b-256 f67ce70f643a8b864687597da9be9783e694a0559d0cd1352200d098442eaf42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fretbursts-0.9.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 686.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 69c816b0849bd71bc5a536a7d4baf8c9a1c8dbd63e673f3cb874a028315a7c45
MD5 aa920055c5f2b6380866f329ce7fb312
BLAKE2b-256 4954f8e1de30bf6b45594126eccb73cea78780941d2a0e29b37099c058f27132

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fretbursts-0.9.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 664.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e63b598e0438bb1f73dc3e8f8016d497594e3708a4af8c75d5b6ba144e02a9d2
MD5 8ea645f235de01493e84e69d10e0f4bf
BLAKE2b-256 4391b9dd69e488f2c08ea598950c2ca2f306c3e00140e05a46028cf0c21c072c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9147a99f36975f8508c6509a3aa2176591979e4d0e6e5389e4a529718fabd39a
MD5 ef3cc35ad920316f61171a4f041105f9
BLAKE2b-256 a123400bfd3eeb7abceb932f410904551fdd1a0c48264fa0831c357828d96b76

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9604ff3310e994718ce51362db8e54cb3c2fc47ae1c038dccc95d247ece0ab15
MD5 7b7e882438c47487f745dce731bdc154
BLAKE2b-256 61f30d4e511857eec07a8443b04061adb6f16f6452e72d895505dd4c75b27074

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0515dd6b0d16567dffd1d601e5d26d06668dd852319808d94be8ecb3bbeac58a
MD5 dc9f8d2fd7865c63595180b0380cc10e
BLAKE2b-256 14b2c4b07dfee8e2b7dcfb8b461e76a40a3902853fff235a0f03bb8b98304872

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80366d91db368e7c213f9126d53334b9035ffb118d101f4dbe8726a003455c7e
MD5 f85d4cb6a36f39309b6ac986b9359cef
BLAKE2b-256 da4ff07008b381a6643940481907e90063d2a629d0d754b1465a0276d767237c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 913ec6b56c3bd7dab26afcd902cd63cf844b0f1375233df5fc28174e6613c5a3
MD5 5402db35bb2f336c4a01e803e202f898
BLAKE2b-256 1e84a102bdd24b818d6c696e870862cc9822c48a99359d0c569b0c9c3986bcf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c28bdabf5e936d16a169d7d57783287df4139d2c097d52120dff5a661317d04
MD5 27ce624cd3a236aadd2df5395bbc3fa1
BLAKE2b-256 3219b2fd25d8132d9db507335ce6f59ca81354fdf076da6c0c8813add612e387

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fretbursts-0.9.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 687.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2de6387b2511bd6247c206493c6f2e98549178bdc73bb32387c25c59c24b3ccd
MD5 13c48dd213a682ca1a7942a1362ce650
BLAKE2b-256 886736711d05a3b52fcf50dfb62ce32ee9d0c869efec3021f01158d566d03b90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fretbursts-0.9.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 666.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0312a8abe233a5c73b13eb4698e768e0d34f20dce5fe8b042e1f995d8cdb1ae8
MD5 24e8a96eb2101074fe3d484a071a25a3
BLAKE2b-256 224cabf2f6de6dcc709c1d462c8f7e659772af155b0c1313841f3a1882f8a0a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73e4be8947d87279577e957ba1b834fcf56ae1bd56ce2fad2b496c02411cba9c
MD5 351a94ab7f12b930099001f6ab64f04e
BLAKE2b-256 e916753bbaf2e9c8949c4e9ee65a14f8f2faeddba80619c17392d10e9c62181c

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a9a2042d6d4417c074f03bbf34b03bfae247a6f1c72478eaf4342c6ad1ba0c9c
MD5 eea6d60b786d05114b989ade19cbff5f
BLAKE2b-256 162d863009446b2c2dae9bab40347b2e6c0576a38550ac759d4523b7b4b9381b

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50e77d6f43ba2c6c7422c3816d632870ed965a3ea109d76d8c9b918fc64a08e9
MD5 b2b5e4facf0fe71fe747a9106b080c3e
BLAKE2b-256 31b9c8d75f00e2201464fec81f307c46898b9453c205e434e16362fc2f72fd9e

See more details on using hashes here.

File details

Details for the file fretbursts-0.9.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9acba8564cb509c353e320230c0c11d87f1d89e8b6dc91bfa0d8575c526ca0d
MD5 de685389e3a8f5eac83f75866ec74b04
BLAKE2b-256 e00a1e27b1207d817c03d8d13100df043216fdcdaa3172beca50a6b9c00fd439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3cc912b52429829a8012c23c865eb5ae177702fd9f2fef00687ac5492ffa3e07
MD5 af18f038374d6e39a8407b6a30a87fd5
BLAKE2b-256 4a881fb892fe253046392863fc79f038e582f9a1a78a6eb852915e0165fdfc35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fretbursts-0.9.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc7a3cc108bc06684ffbc5af0419df3c907866d928c3c7b0d6443f431e733f78
MD5 b15db23cae2ef44c4297ead072ba50d7
BLAKE2b-256 82eb20fa7d16b07b43643c12053d2ea9be800726430bec3336ed1e6cec6c243d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.9.2 This release

72 files

0.8.3

48 files

0.8.2

48 files

0.8.1

48 files

0.8.0

48 files

0.7.1

1 file

0.7

1 file

0.6.5

1 file

0.6.4

1 file

0.6.3

1 file

0.6.2

1 file

0.6.1

1 file

0.6

1 file

0.5.8

1 file

0.5.7

1 file

0.5.6

1 file

0.5.5

1 file

0.5.4

1 file

0.5.3

1 file

0.5.2

1 file

0.5.1

1 file

0.5

1 file

0.4.6

1 file

0.4.5

1 file

0.4.4

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page