Skip to main content

pyFCS

Tests

Purpose

Python module with C-level implementation of point-process correlations functions. These functions were primarily designed for computation of correlation functions for Fluorescence Correlation Spectroscopy (FCS)1 and derivative methods.

Correlations can be computed easily

import numpy as np
import pyFCS as fcs

# Further importats and data processing
# should produce timesT and timesU as
# monotonicaly increasing non-gegative integer arrays

corrl = fcs.correlate(times, times, bins)

Advanced FCS

Beyond standard auto and cross-correlation of FCS data, pyFCS also implements calculation of correlation with weights for:

  1. Fluorescence Lifetime Correlation Spectroscopy (FLCS)2
  2. purified FCS (pFCS)3
  3. filtered FCS (fFCS)4 (the combination of FLCS and pFCS)

All of these will have the same basic form:

import numpy as np
import pyFCS as fcs

# Code gets data for photons and nanotimes,
# Generates the appropriate filter functions
# And provides the times in times
# (in FLCS usually T/U arrays are the same)
# and weights

corrl = fcs.correlate(times, times, bins, weightsT=weights, weightsU=weights)

Implementation

Most of the code is implemented in C for maximal efficiency. The algorithms are all adapted from1. If any issues are encountered that cannot be solved, especially segfaults/kernel crashes, please open an issue in github, providing the minimal code necessary to reproduce the crash.

  1. Laurence et. al. (2006) Fast, flexible algorithm for calculating photon correlations. Optics Letters , 31 (6), 829–831 2

  2. Bohmer et. al. (2002) Time-resolved fluorescence correlation spectroscopy. Chem. Phys. Let. 353 (5-6) 439-445

  3. Laurence et. al.(2007) Correlation Spectroscopy of Minor Fluorescent Species: Purification and Distribution Analysis. Biophysical Journal. 92, (6), 2184-2198

  4. Felekyan et. al. (2012) Filtered FCS: Species Auto- and Cross-Correlation Functions Highlight Binding and Dynamics in Biomolecules. ChemPhysChem, 13 (4) 1036-1053

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfcs-0.1.3.tar.gz (2.0 MB view details)

Uploaded Source

Built Distributions

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

pyfcs-0.1.3-cp315-cp315t-win_arm64.whl (65.1 kB view details)

Uploaded CPython 3.15tWindows ARM64

pyfcs-0.1.3-cp315-cp315t-win_amd64.whl (72.7 kB view details)

Uploaded CPython 3.15tWindows x86-64

pyfcs-0.1.3-cp315-cp315t-win32.whl (63.7 kB view details)

Uploaded CPython 3.15tWindows x86

pyfcs-0.1.3-cp315-cp315t-musllinux_1_2_x86_64.whl (223.7 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp315-cp315t-musllinux_1_2_aarch64.whl (214.8 kB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (220.8 kB view details)

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

pyfcs-0.1.3-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (226.9 kB view details)

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

pyfcs-0.1.3-cp315-cp315t-macosx_11_0_arm64.whl (64.7 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

pyfcs-0.1.3-cp315-cp315t-macosx_10_15_x86_64.whl (70.6 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

pyfcs-0.1.3-cp315-cp315-win_arm64.whl (64.1 kB view details)

Uploaded CPython 3.15Windows ARM64

pyfcs-0.1.3-cp315-cp315-win_amd64.whl (71.8 kB view details)

Uploaded CPython 3.15Windows x86-64

pyfcs-0.1.3-cp315-cp315-win32.whl (63.6 kB view details)

Uploaded CPython 3.15Windows x86

pyfcs-0.1.3-cp315-cp315-musllinux_1_2_x86_64.whl (219.0 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp315-cp315-musllinux_1_2_aarch64.whl (207.0 kB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (212.9 kB view details)

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

pyfcs-0.1.3-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (221.7 kB view details)

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

pyfcs-0.1.3-cp315-cp315-macosx_11_0_arm64.whl (64.3 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

pyfcs-0.1.3-cp315-cp315-macosx_10_15_x86_64.whl (70.5 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

pyfcs-0.1.3-cp314-cp314t-win_arm64.whl (65.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyfcs-0.1.3-cp314-cp314t-win_amd64.whl (72.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyfcs-0.1.3-cp314-cp314t-win32.whl (63.7 kB view details)

Uploaded CPython 3.14tWindows x86

pyfcs-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl (223.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl (214.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (220.1 kB view details)

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

pyfcs-0.1.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (226.0 kB view details)

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

pyfcs-0.1.3-cp314-cp314t-macosx_11_0_arm64.whl (64.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyfcs-0.1.3-cp314-cp314t-macosx_10_15_x86_64.whl (70.6 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyfcs-0.1.3-cp314-cp314-win_arm64.whl (64.1 kB view details)

Uploaded CPython 3.14Windows ARM64

pyfcs-0.1.3-cp314-cp314-win_amd64.whl (71.8 kB view details)

Uploaded CPython 3.14Windows x86-64

pyfcs-0.1.3-cp314-cp314-win32.whl (63.6 kB view details)

Uploaded CPython 3.14Windows x86

pyfcs-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl (217.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl (206.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (212.3 kB view details)

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

pyfcs-0.1.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (220.0 kB view details)

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

pyfcs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl (64.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyfcs-0.1.3-cp314-cp314-macosx_10_15_x86_64.whl (70.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyfcs-0.1.3-cp313-cp313-win_arm64.whl (62.4 kB view details)

Uploaded CPython 3.13Windows ARM64

pyfcs-0.1.3-cp313-cp313-win_amd64.whl (70.6 kB view details)

Uploaded CPython 3.13Windows x86-64

pyfcs-0.1.3-cp313-cp313-win32.whl (62.5 kB view details)

Uploaded CPython 3.13Windows x86

pyfcs-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (217.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl (206.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (212.2 kB view details)

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

pyfcs-0.1.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (220.0 kB view details)

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

pyfcs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl (64.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyfcs-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl (70.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyfcs-0.1.3-cp312-cp312-win_arm64.whl (62.4 kB view details)

Uploaded CPython 3.12Windows ARM64

pyfcs-0.1.3-cp312-cp312-win_amd64.whl (70.6 kB view details)

Uploaded CPython 3.12Windows x86-64

pyfcs-0.1.3-cp312-cp312-win32.whl (62.5 kB view details)

Uploaded CPython 3.12Windows x86

pyfcs-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (217.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (206.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (212.1 kB view details)

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

pyfcs-0.1.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (219.9 kB view details)

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

pyfcs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (64.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyfcs-0.1.3-cp312-cp312-macosx_10_13_x86_64.whl (70.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyfcs-0.1.3-cp311-cp311-win_arm64.whl (62.4 kB view details)

Uploaded CPython 3.11Windows ARM64

pyfcs-0.1.3-cp311-cp311-win_amd64.whl (70.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pyfcs-0.1.3-cp311-cp311-win32.whl (62.5 kB view details)

Uploaded CPython 3.11Windows x86

pyfcs-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (208.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (198.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (203.1 kB view details)

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

pyfcs-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (209.9 kB view details)

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

pyfcs-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (64.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyfcs-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl (70.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyfcs-0.1.3-cp310-cp310-win_amd64.whl (70.4 kB view details)

Uploaded CPython 3.10Windows x86-64

pyfcs-0.1.3-cp310-cp310-win32.whl (62.5 kB view details)

Uploaded CPython 3.10Windows x86

pyfcs-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (207.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyfcs-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (197.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyfcs-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (201.9 kB view details)

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

pyfcs-0.1.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (208.6 kB view details)

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

pyfcs-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (64.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyfcs-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl (70.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pyfcs-0.1.3.tar.gz.

File metadata

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

File hashes

Hashes for pyfcs-0.1.3.tar.gz
Algorithm Hash digest
SHA256 5da3539c5c489802c3ae5597d100736a9370b7543ec8984b00ea1313c3ef7b3e
MD5 2f58dc707093d57687dc9d5cc72ca985
BLAKE2b-256 2a09b00115e62f25b6f4f685463ddc8ce518622b1d3fdb0002c460cf8bb74e73

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 65.1 kB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 7d8d670d45e44a80c6c857006f9dc8b23b78d49c0cc2e12d3c5f3bf00940ea6f
MD5 6f75b3fb5b56d4b631cce2b0d725d33b
BLAKE2b-256 8a68380637ac7a8b8eec9a87f9835fc25532d7b1f1a50a57746c4867502299ca

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 72.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 pyfcs-0.1.3-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 a5c8a24e8e5227b6bb50859291241088a1cd3a376352c5a18d69749c686ceb62
MD5 b5aa1757ae442bae96485db29b848471
BLAKE2b-256 2738678a6e46e9b8a0813b54b01bfdd37df0ef2a77268a7049384b572a594b03

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 63.7 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 pyfcs-0.1.3-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 91544c426f37fa9d106040c3082a154f83289ebf4795c17712d5d6e189eb4a17
MD5 b7b35df1242260ff08454a05a4c6cb02
BLAKE2b-256 99fa1328eb7f4329ec697b8ddab5a06de6488a653ca02a68028322730a1f9a76

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5a5660c2284cf12c0765344e004856b9785cfd7536efc3efa59239cfd8b5d69
MD5 5d487e77bd5ef723d59acf96668a5c96
BLAKE2b-256 d416bdd07bccb427b45912cd92694e80214e77f7d75ab2b932f6ad00db0522a9

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39bb3d8f9bdd1de9e7dd4d14728227bddef8ceb8435c77f83b13acb378d51790
MD5 a6ef5429f9f760486f02a014d372d741
BLAKE2b-256 4b382cc96c624fe82f7de09ba7177852a867716348e798aa5a7ec88f0afafa69

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 037528929b3b5186f2e69420feb34adb18515c87f907988b68fc530a7460d5f1
MD5 f34ec8695ad98dd191c43f3d81cea36e
BLAKE2b-256 eb338c6136b1c511fb60e0111dd9de8364f37848106c8790529118757bff8507

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3df19d5c73c80e726e001d364139361090ffc74dbb3e80a2031077e6508dda44
MD5 41b083f6a265220da2123adf5df96448
BLAKE2b-256 5eb03edd19ce56a728c0828a26bf492b42e74afaf64be5981ececf9b3fa761cd

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4080fe019babe24b26f59f6587e493ae49b51b74d6b3674e05baff51ee8a7415
MD5 4b346ea3cc12baff70a10e8f0c011ee2
BLAKE2b-256 5944b0a38c77985b5bbe3bd61345700e39d47282ead6e0bd390b274b6b6cdd75

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fdaccd416fef0425c01d80bcda646426e3f6e3ea9b1d412b882f998bb5cb378d
MD5 de334fa7e1341f62a1d673776dee50f1
BLAKE2b-256 47697545b5c34aeb8247be6ba7ced12616bd4ec69ad5a2f651cc4c9cfc26dc6b

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 64.1 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 pyfcs-0.1.3-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 e7a9ac34676944ba26439fe6c136c3a4ba68753226485fc2c191a1d6484b9d07
MD5 d922ee5c436e04dcc44df9c61ad3ccfb
BLAKE2b-256 e51ba56489a6218729228d31eb5f4b6c38b1544a6b145749e2eb045405fd47de

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 71.8 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 pyfcs-0.1.3-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 8a696005b46c23d2939f561efa128da3be1ef694a9d273e3a98bd587279a5f2b
MD5 9a800730c501f9867190400ce63044dd
BLAKE2b-256 c47e057b8c9643ebd3fa2761516c734c6ca083eb42945fe41be27dd2e1e1ae5c

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp315-cp315-win32.whl
  • Upload date:
  • Size: 63.6 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 pyfcs-0.1.3-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 750dc99184c2271286222d37401f59b4f8abe45924234ee7e7d0b62c9261260f
MD5 d8fd85769f25d26d386c2916341e2361
BLAKE2b-256 d842011ab3d7c8544228b0913ea38275e5e7999ecd8813f14288d652b0d10757

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5608946f9dc880e42543cc5db4277a0abf14a77709fddb230f1fff2439fdddfb
MD5 8e395dc35f134fe0b664b4b22ead02a1
BLAKE2b-256 9f64d27535cdf090e4b0921fe2a6ed413392d1a810ff5c7690fe071973bb0bfa

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a77a67c2d85157475acdc983e52a96fa33ab247d6e8caa25b2bd0d46eabf32f
MD5 af4f8d0be14ff8cec354c8c9e1b80e4d
BLAKE2b-256 9be6df59b38c39926296725a9f3b3e34a8227df595fe098f0afc7dbeb781558a

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b74b337fafa37e876cd3d74cc58602ce045ed0b160545bf54b3ec209553d39d
MD5 2666d134439630be3ee2828f6ada420a
BLAKE2b-256 4c6a660e2f4e7d22fff971ae00905aa20626fde1f7daaed9c00a3aa84203067f

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b98bf5121cb3eb56a2b8e5647b22062ed657ba8d6bf7bcc2e444a4c566b7b1ab
MD5 9014cbd8482772ebcb20881a471200b4
BLAKE2b-256 2b55d8b5d54ce5e6d0fdfe57a9756447daf04daf26fb2883b901402cad23fffc

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eab78ef7a8743972dd0ec996768022d9ce8266d4ccc7aa75eafe3b86c853b45e
MD5 febbe1ef290b17f12d20bbfd88bbb58a
BLAKE2b-256 61cbbda85e8840f837ddd0847fcda5765bbae83e2016fe4a355f9214cba8a563

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 643051f55349a12144bc86691975f9396971b44b1c2bd8fad9aaf5bf602c012c
MD5 495cb5630134d4523fc44323dd701184
BLAKE2b-256 491ccad7d94548dc2bb68fe0ffcf82ada2b282f719079f25c0a987ca5f141b69

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 65.1 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8cfeebf05fda2dcd86be36e138201b6f0e746084aea4dbe25223dce336b2083d
MD5 903cdd67b9dbafbec64a3622e33857ea
BLAKE2b-256 8b7dbe1068138cc9a2c61ada1c8460d2763c3eaf67b68866d34cb003e512b5ea

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 72.7 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 pyfcs-0.1.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0770adb1a22df5cc4814ad363aee78ecb315e4467d9a1c3547c0d91fa5cf9430
MD5 a87705ee6fab82d477096fd45c5a72ad
BLAKE2b-256 19f47462b1bf8e6ee7dbed80d736a782468537d3a5054b05b7ec5b38774f8990

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 63.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 pyfcs-0.1.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 dee501179f13019d1ef15492a2ced5db9a060e4605b4e9d633e738b648dc174d
MD5 929766b24dacfbd7310263a92e033ac6
BLAKE2b-256 2c6df97fbae573f93feeb9ea75f7c4f828b6c722f74a614ebd47529c53c70082

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdd60afa7defe80f3df58841be00174e4d62bdecc3d7a393856980034212c957
MD5 d4634d2401f26bcca7b2c7e034d029b3
BLAKE2b-256 37b01d952b7e0c483c4eae1a0cf814c1fd8e40b8a48ffa5ef6623b4e2b5e99cf

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5844ffffdbd45d1ef602ed50a2c2b5d23237a4f604ed260735eff3b9f3745507
MD5 44a6595fcb81fc48b6f93fdec48191dd
BLAKE2b-256 937e65fdbe59919ff87c27dd1f8b0f782d8a330050010b471f9bfe9e1b661e96

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dca7843d884e254bee52d7a06e782ad27aa7fe5cf572a08307920ab812327514
MD5 edf45ee659ef5a8332d569ff92c7bf74
BLAKE2b-256 76a93cb2b34ed79fa374fe0a9e3fc6452c6b8dc0f7730af9ea95682f34614e7a

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6873b333fb54d2d65013122f4e72bf88c8e62966b700098019181cd41b0e6d5d
MD5 78871c7d8143ee064689fd318f46bb87
BLAKE2b-256 a5dd243a6311bb0e174d8e7e9b0da4dbf9403b00780995584a186856db772008

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45160f0cf6a295dfb034f88e5efdb8ffd54329806b5649a1753d276f76f18989
MD5 a52763e46a31c754dbedb10e608849e2
BLAKE2b-256 7c82d2b6cd077dc27929b63d486e3e861e2596b0b2fab1bcaec248846c6c05fd

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3fc3ede789716a919d33ca4c736907507c44d98c281a13e05047a9e653b53d93
MD5 8d7385fefe519947b32d43c1471d8b47
BLAKE2b-256 189f6b7089d99e06e67f37b677982b1c735bc1b23a5900da6b9a42dee44d4885

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 64.1 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 pyfcs-0.1.3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 631dd4015ee988b93b2ddec2b5b6880cb6e7686b6cadb8585903bee54eb95447
MD5 0144571c135af749563e29a042412638
BLAKE2b-256 86119e50e8de7f32486a396e8d0b5d421ecab80d74a3975f8934a8284d57ac0b

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 71.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 pyfcs-0.1.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9fc9bec8a1363f848b33d80f6ba31c3406e5d70a6350cb7ef158b32c3419a328
MD5 8cdb2de1a16cf2aa11ff70b74e0e0865
BLAKE2b-256 cd2bee47fd3d69a91be49d79d564842af4016b734a57d1d7b7216ccda0ab623f

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 63.6 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 pyfcs-0.1.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 97ad50a4bc4110e414f4735ac3da98b1e89261c40a83101afaf3c62fe8038fe6
MD5 0b68064fae3e61754ca6740ff0290eb7
BLAKE2b-256 3ff6425c2cef16dba4b3a3009c3ea2445e329a9955c8b0a442ed7259095e7178

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba078000c46d582e4332ed7db7e47f71533cf52888e34f8cfe3f966a4a584e01
MD5 4d06cc8daa9ff480c1114a8cafaf4d7b
BLAKE2b-256 d4a86b5cc903ef848487e4f98fb3ecda20756a398bfef1f55634c9dbfbabcef9

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e644815bf5b03f060a73cbd303e84dcef328b99a7432377a513323c206f45dec
MD5 31dcb9d664215293d4642b36365e01a8
BLAKE2b-256 018cc5aeca8f758b8e550469e9dcbd273a78591f31f0961f0cbdeb9096468f29

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7516b42c4604be7474dde008d20753ef15a659eca6c025027bf9364a332a09b0
MD5 20299f8190d3f25cdde53cf993d7b710
BLAKE2b-256 2a38ad1875ed24b175a4844154afde4169beea16c0ff96c8552f74c717c3122f

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cc669a9cfd7810407d88555f8082a06e073851b3f3ccef59177c3e0f426b2d89
MD5 9318ed58ad0cfe177078afd7573af31b
BLAKE2b-256 0c283332889e1097875c140d805db0273de77f9abfa5e8df69af2120354f0bb9

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2eaf8e23375ef275167c94d020859c24cb1b6135008fcd351c8b9bfeb06f83cd
MD5 a767cf5e9bc3a0267e1547ca2a450c40
BLAKE2b-256 597766e7a0e5a95b88d4c2ae1b79bf7b0de352c1cb101ca0b3ba89c43932215e

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3478e8b9e854019469d501ec041fd8b0afe5e63de914638b6d3995d8a1fd3cf2
MD5 84543d9160da2fb932e0a3ff9ad051c4
BLAKE2b-256 681bcce90e64c7afa007c0cd066c787da439a3f8d29a588843bce1b4751995dd

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 62.4 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 pyfcs-0.1.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0a348cd5a8e4a90f8a96eb7c9edc1658c598b91046290076133ddebd964afcf6
MD5 13dc7e9814ab177a97a2b35709c0eaaa
BLAKE2b-256 92d046309d2a3b3793287c86f9d2a3980df9c53735272353756757c480bd0c8e

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 70.6 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 pyfcs-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 52e664d8f8f2336a4600e57741d27ed8d668d0ed7659e0f27e24c068a7df7b48
MD5 c21c11f75fc36395d00c1f40c17a724f
BLAKE2b-256 97156eab75ac1f1c125b37fbbe9fb5921731fb522c30667a6e2e76119a9b89ef

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 62.5 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 pyfcs-0.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 803e888f7f879fd55bd26cb0c6ce123c23a19eb83b91f6416261fadbfde2e1ed
MD5 5f760a357f090b2e589579bb266e5df1
BLAKE2b-256 46e8548c1397e212bf51894352cdd26259d9b0d154cfc2bc7f28cfac358af95e

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee05d79787ca0c5b09207cf5328aa96be835aed8b7b3d11206c7d05cbe1b2d07
MD5 fcea3362ef23b210ccdd7fbd4103bc8e
BLAKE2b-256 d651c004236dafca1da1824075a12182cfa1cc2d066556dd8fff98827349445a

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c48e86fb50a1f7f6db31ed98dea67e5acb621a01fc61f2212b8b5ba040fa4e7
MD5 6f8a703f29ae656ae01d6d1c1c000bc9
BLAKE2b-256 276e52e8659de666e41e052da02a1bfc2a9d196ba9716bf52f9bfb3cb0ffcb5b

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fc7956cea526b69c6483e339089a4fe4df71ea35194ea0668945c3157bb01d7
MD5 f7d6b7c653afcbb5e85d4a57e166588f
BLAKE2b-256 4c73baf0fc0bf1b49049ba346a843bcfd867a8eb029a1263299a0736987b408b

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f538883b7b8ec5b2e85663c99c67c5df8f6d749730f2395ac36416c60279d692
MD5 0e957e2871012eb414d52c12d4a9d07a
BLAKE2b-256 b765198a985e3b6764c390b744a52ab04d407ac3260477d985d80c9a007d4863

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad8ccfcbf175846d701455a88c4516a13c8f34a5e9566d12b417b79e38f287ba
MD5 e3e603feeaa1f9a27e08d73be5bdafa0
BLAKE2b-256 d3b6fef07456ffb9e9134aaa15176415cc66a6d6cff6727d1b8d2b9914c6837a

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9725d0b226928ce444128d740022a104459c5f7fff1bb30f54cfc7a6241be750
MD5 4121efddc29ab32091246bb82c8feeed
BLAKE2b-256 afa91845d13cf733fcc3e31e6df69675675aca58edc1b325a47b4094342c4f94

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 62.4 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 pyfcs-0.1.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 22f926e630594cf0766384cdea031f6b09bcea5a916834bed0b9639b42b18790
MD5 981a144057762b87854215a2dfb309c2
BLAKE2b-256 971b9b8f0a43a47b06ac715fbd600f045574dd5a93ed5f749fdff0f2310f425f

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 70.6 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 pyfcs-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ae5a45f14e5b75b43dbbf8722e606d90a27c71f95613d85dd15f411fff58d843
MD5 7f5f0bbce963c954f9c482c44d056f29
BLAKE2b-256 b8350111f9c2edc0276113ceb2a9ba73362065386652ac5d64e00138f7340da3

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 62.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 pyfcs-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bf6d1f922deeae7605b6fe6f8ce4bc1aad96c5443b026fbc213526bf6b751b1a
MD5 4a9f2105ff4f9b768455f6583615eb8c
BLAKE2b-256 e1e783946de6751d9573a2df8bb3b06a323dec4f0f97c64c28d5a8539e9887b3

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 54dd8c1c67662678991084a0d73323184d87bec0017cf68b90ac5764826f4c27
MD5 a57b8aae7537b283a157c399220bf57d
BLAKE2b-256 f239788890323684bd4ce6cf019585c5bdba80c01781b90fc7277a260f65fc28

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe0d0d766d33b5980131c1624e0c2134bd97b18943d2dd2595566a40d1edf3ce
MD5 fa495237ae1ebba03382b1957f1171b7
BLAKE2b-256 705a572c17ac7a07afe4ff0c728604699be6b74447921d2e730ade772d80f741

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5521aeb3542f558cf5af3d117f53a52e854b6ba9d5fe559517df3f62c4554a1
MD5 c94040fc0af0702399d2f63e78db2b90
BLAKE2b-256 7b476d5590532ced84023e3f234b4e5995b63d8d9567f0fdbf20920a84fd0613

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c45b986c78a93fec943e05b17dcf05b5e68ea2d0b59fa80babfa8cee409c4275
MD5 15d41a8c8cbd1fdd272c304e04c61ec4
BLAKE2b-256 7802e6bf52095c8a80a749d92be4a866e152b8595954bc695e96a8f09a979d7b

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02171b86a06f28f1208c81ad524b814926aabf995c91746dc8e977243f241716
MD5 6bf53a44dcfaf858eb5105cd44bb0396
BLAKE2b-256 d4a949600eb1f399af3cbb934608c13ff2851ffc93b005f54c36c490cb50eb8a

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 434583d18c02bf88b3379f33199d6db1e386481149599270855b08d0600293fa
MD5 e515e0713533506c2031716752de21a9
BLAKE2b-256 b395979886854b8a639b753204af8c175d37782fb8ada50b5ed14cac71696649

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 62.4 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 pyfcs-0.1.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 002cbf7899977d49ca955532f197876d84fa5a924c712d1af4c64f9dacedab3b
MD5 e8616037d8452f049d914601f945a094
BLAKE2b-256 bb62c14c5c1f2a68da431958ba2aa6896b53fd7e86474d7464fbe2426d217c81

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 70.4 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 pyfcs-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 55f16cffffa5ba6d1b83b5b13768b416adf260ea18c30cb83571a75538ce4c53
MD5 6d11f7cb6f0e20c957f2cfde3e7c1ab2
BLAKE2b-256 d68683b27889745a92281f9c54bb1a2ad58a75d937a82cd45446d06b2d1a5f73

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 62.5 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 pyfcs-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 225ccf7b3d912ef4d60dcb55aa3af4a47b69d6ea87247fbb2cd1830f83891a8a
MD5 05d8967a55ce60f41c581719b63f32b6
BLAKE2b-256 ad858955b477438506ad86015262af1d4b372506b2bccfe192642a34197c8c44

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4bd2fcbf25192c027157ccbabb5ebc3df9fa1ad1f237318bac5fa364fb6874f
MD5 bd05190bcbb8158627f9a34749f5b55e
BLAKE2b-256 46628fd17dbff4fe60658df50afdd13b6830f98c2b68d9db08d57ab1e270aedc

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bcd342723e3c1b61b80ee099fc780bc864d6089ce1cd7c63dcc68ed53146aba1
MD5 f664d30e9360b8c1425a49ba342652bd
BLAKE2b-256 b8219b9fc4fb2738bfabeb95239d9e2f180a7b3ed4d0ec670d150f5f880ca703

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f5970f8aec9b90f7cc7bc89fb426ee6ed709d55694c4a5ab186f077d60faf95
MD5 f6fb5b80004091d985cdc431fa8574a7
BLAKE2b-256 9554331aff462c6f1f9b98eeb4d6cd6b7034b8ccaf24ca9271ba2c21fa2898ce

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d2345680af7364a38cd2f00fd1b8b0147977cba68d6ed4516e2c1973a8d0f267
MD5 e3208f9fff6c787924b136bf3505fcb6
BLAKE2b-256 05ec7027bcafda08263ce6f5edd55b7ec0d519c93f9b6324b62aa229711d5b65

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cb80cc0c0b8031f6f6701ceb3cbb649cafc98a158f1965f06c5bc3af8d89df9
MD5 c9b55022c287887b33418e96d3638eef
BLAKE2b-256 ce310184d57a08f18fe19c0e25757d1f5d373ee5cc90a04f0630157fe39da9a8

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 946d210b5ff793d70eab9c14184c8e3a083c0ade9d743b0ae47221e8626f85b8
MD5 50af7e104fb1ad594eb9dd3a8d28a4f8
BLAKE2b-256 840665a8f6955cca4235d467ea05dc8b74f0fdbef05dea3e8ab577019ee68dac

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 70.4 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 pyfcs-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aa87200fbe6324f264fd08988800469178fdec0d609a65c5ef4a3c30e235ddd1
MD5 55a621f38caf4efe2284af6cefb3f916
BLAKE2b-256 7cb9c23618b4605dae23391977e1cdcf8cfedc50022c259f53e3529a840edaf9

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyfcs-0.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 62.5 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 pyfcs-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5459353915fd24ab8820574ae4be9fb5cbd0edae01394b03d744921ef0f15332
MD5 6240fb2ad9dc1ad6b2c050d2abaea6d5
BLAKE2b-256 7a40c18cb9534c9dadade382215268c884d4c9c940cc575fcf85977f15ffa44e

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f76c3c3ed5b037bf99e9f0e2d050832e727c3b58c5c605809582dbfdf20f056
MD5 27be6a5c9be204af757fb83a7bd3640a
BLAKE2b-256 c851867150ec58835e3c423bc468e0453afdb48dd4cd4c3b9c58cba25ce0240c

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30887a2957ef11b5e21d20b91eac28692425cbcf9a9c8b06970f30ae5638ea9f
MD5 e2fed4198adb1d95f1b43a89d4856ebb
BLAKE2b-256 3387f76439584c5cc295ca403a86d8e5925447499eb493332b3c8c8e91c81d4b

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb67ba9f5f162cf1075a456243aa82f8b38dce3923df829dcf1c99612ad4c45d
MD5 3bf53f4cf7d1517ec0d8cc12b71abe40
BLAKE2b-256 563aa00c90699f9446fa3c0651736566b0b87e636e952224be13ccdaa919467c

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3052e7841765f2c09546deca80338ce19cebb0f9a1dcbec6ec2ba1d410720f50
MD5 d8739efd6c1ebf64562bbff28160c02c
BLAKE2b-256 58e4f646a0c28150b24e6a1d9124450b7a9c7dc8f760aeac18831aef5c70c99c

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed9ab5de339aa307508a285957f5e8243d55bb876ebe9d8d48bfc6c73a9bfb35
MD5 d1ec93719beb9459980cb3acd57d20bd
BLAKE2b-256 f50218cbd87ec5e99388f13d1400679fd1b6a436c0564475e7a5e86c8766be59

See more details on using hashes here.

File details

Details for the file pyfcs-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyfcs-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7efa07e360a2f2fe1908e328ced9826e3fa3891ec4f0e1b8821c1bdf14164281
MD5 df15a3439f54735d1c528c28df7e9d92
BLAKE2b-256 be336e6a0c654fe2326c16c21ccd86caf164e01ef27b3a9b212c2425334e7a1d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.3 This release

72 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page