Skip to main content

rexafs for Python

Rust-powered X-ray absorption analysis with the same spectrum methods as Rust. The private native extension is rexafs._core.

import numpy as np
from rexafs import Spectrum, AUTOBK, BackgroundMethod

data = np.loadtxt("spectrum.dat")  # energy (eV), absorption mu
spectrum = Spectrum.from_arrays(data[:, 0], data[:, 1]).fft()
print(spectrum.e0(), spectrum.chi(), spectrum.chir_mag())

background = AUTOBK()
background.rbkg = 1.2
spectrum.set_background_method(BackgroundMethod.AUTOBK(background)).fft()

normalize(), calc_background(), fft() and ifft() execute the selected stage and return the same spectrum. Missing prerequisite stages run with their configured parameters or defaults. set_e0(value) overrides the edge energy. Use PrePostEdge/NormalizationMethod to configure normalization and XrayFFTF with set_fft to configure the forward transform. Parameter names match Rust; window and solver fields accept Rust variant names as strings.

Input lists, NumPy arrays and strided views are converted to float64 and checked for finite values, equal lengths and strictly increasing energy. Result getters return owned NumPy arrays, or None before their stage runs. Inputs and returned arrays do not share mutable storage with the spectrum. Input/normalization errors raise ValueError; other stage failures raise RuntimeError. Stages release the GIL while Rust computes.

from rexafs import io
spectra = [io.read_qas_transmission(path).fft() for path in ["scan01.dat", "scan02.dat"]]

The old process, ProcessedSpectrum, and free batch/pipeline wrappers have been removed. See the shared API guide for configuration, invalidation, algorithm selection and migration details. MBack and ILPBkg are still unimplemented placeholders; selecting them raises an error.

Build

Registry publication is pending. Build from the repository root with CPython 3.10–3.14:

uv venv --python 3.14
uv pip install maturin numpy
uv run --no-project maturin develop --release

Fitting, structures, plotting and direct ReFEFF calculation remain Rust/desktop APIs. Licensed under MIT OR Apache-2.0.

Download files

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

Source Distribution

rexafs-0.1.0.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

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

rexafs-0.1.0-cp314-cp314-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86-64

rexafs-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rexafs-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rexafs-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

rexafs-0.1.0-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86-64

rexafs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rexafs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rexafs-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rexafs-0.1.0-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86-64

rexafs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rexafs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rexafs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rexafs-0.1.0-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

rexafs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rexafs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rexafs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rexafs-0.1.0-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

rexafs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rexafs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rexafs-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file rexafs-0.1.0.tar.gz.

File metadata

  • Download URL: rexafs-0.1.0.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rexafs-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6d6811f8c9483e905d5434bb548384365b323461ea42e925c8733ce29fb0eaa5
MD5 9a3ba9b0c918c351c19a66fa02de755e
BLAKE2b-256 0c1cd79462b811fdf50753adc3c5642671e43a67a1f8464f738a5acccf2c159c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0.tar.gz:

Publisher: repair-pypi-sdist.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rexafs-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rexafs-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3179baebd297baa8a43741af685a19454c1c44974a7b8b1864c3ebb13a8d579d
MD5 829a9590be87801e865b38ac04d2ff44
BLAKE2b-256 1bb412776ea0eaa4ac9e204dbadc56f6b5ac2614793e5621a677db54ced33b86

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 360aed8f0c7b65e3f720336ae35fdb95568ad043de449ef4050ca84898d48102
MD5 1972ee86e34db91db7091cc3171649c8
BLAKE2b-256 d214f5cf5453529906436ad6eba1102d22487cacdef92e1765421e330f38019e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a2d516f3d980949f5abc21c26698c05ed70a5bf691b2a9fce6b6b3a795f5283
MD5 e47e8d9c9b1fb8cf543cc5c99624b8ef
BLAKE2b-256 788a5bca05d2a530df8574778f4d4552800b62c42dd0d5f6bc9f61d6160a1ea7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 620b21db2ac43e0d800b670e38107a85bde39562b4830a0d9f713482c87ca2b4
MD5 472f8efd19aab4f7fe74b4d8ede775b5
BLAKE2b-256 d32e8e2476f32283448228d958b5f904eb0c901f26fb5a398cd8d96ffb1131f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rexafs-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rexafs-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a50b15e4e78e08f52a90ead1b38f0f0fd443505c88505657bca963ada2c2beb0
MD5 39f90ccdf539f51a1e719c325763512e
BLAKE2b-256 391331de4f536980644180e8a6efb0df232ed689ad08010902e396643f5b9f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ef1c0512f4a7c703ad5fe8c6ba9861b4ee4b770027a0035e1e26ebc95860448
MD5 1c77f0fd713463e269330e0cc8b65907
BLAKE2b-256 5ba23146cc8e643c6ef71d06d21271378aefff896be33f292a860fa80699c853

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1587b1178979a7f9ddffbf28f36df0bb80866679b00174e359da7c752278f501
MD5 552d84f1f6b4388236918e631efa60bf
BLAKE2b-256 77dc6d0d24fd82d7e694332f82d5c0fd2fcbf0274e63aec49983e5c013e166a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d0f439e64415395455259fa3eeb402703acfbc0e976c3d1a4d34c23dcbe2f19
MD5 d41e9d879daebf48e6c5ffff01835cd1
BLAKE2b-256 b65f8dca583cc40b0ec89f0f4537084a3a266f262564c9414c82ebbfc9b7baf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rexafs-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rexafs-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7a8ab6b9c46a45fa4973dc7113844575873d1b455b841a56a42970716d60959f
MD5 ca3ffc3521e485ce04e13965d9df22aa
BLAKE2b-256 a009dfb224ce7db0ee6aed6411f3c5c8c507f72e4a4d808f426fa9bbe87f6ee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be815e7c3b3e0823239ef9d4a5ed6a80ee07ee5740eb459dad0e55ece83b9efc
MD5 53a63ac601fd31dddb3e2e5b79856967
BLAKE2b-256 4fde171060a44c37ead4c535f2568129038e51fc5970d0c7ca27e6944367f222

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9bace7a0a989d55df65735c76e037762d6d8dc9b69afda45edbc87df48c2e640
MD5 dad1bddd2f390d601fb5b5fee7a7316d
BLAKE2b-256 8c09be1edcb8f9bc4d646356ad4ca82b633fa79070639f8e8606a93a982de30c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1c63c0c7b4bfc6cd6e42017d48f194e980a90a321de85146598e10734c1a0197
MD5 466b1681e653b046da204c667aa7ebef
BLAKE2b-256 5cad326ef586b24a13d20356722045a3291b97c1c417e034b734e03e1f201350

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rexafs-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rexafs-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7c4d6cb48aebfd8ecb20e0bb101e2e7799ca438d5f5529bcd566bd0f5467fd42
MD5 d86031f510c2896af62d2899a7b4672e
BLAKE2b-256 69d67c2256259f9f4ed690b04eff69c138a4d6568c9d6e174a278b45497d7ead

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c53ed859bceb185fcf6a52d398d31e29c03726c8ee989f2e34dad2fbb4937cf
MD5 b4c60bd317c5f93205f06e8f2ba5a5b6
BLAKE2b-256 49f7b89b718e7d7e679a5c3a2bb8ed4d8fa3afb878adb169b37a710c8b035d67

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13fe7a659ed4995918897b5892658ab503faaf647f99cc8962e8973e0c72d66c
MD5 88ae62aeb13dbad2ea17f3f521d662b2
BLAKE2b-256 fc9b85399caa20d6926a50491c29095c5b39e71521cce063d63ac005b14de543

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5bfe4762c03d83d708c61b4ebd43b04710685682c18988477480f81586852958
MD5 93a5ac23ac5d72835c4d24232e87e645
BLAKE2b-256 3dd458670e63a92d8ff3e94bed339724bd43bdace53b2ed08e94bf85c180001f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rexafs-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rexafs-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5c1ea1b103014454ae6f1411e57369e16d2404c9633e282e9d9a5036e872a1c7
MD5 8f935231fde9655d20766a331fdc477c
BLAKE2b-256 6008dc226aa50fff9a186c8b344eb2fc2cdfb19a4a249bdb04985ec5e8a9fcb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a32a0f11f2ef269939730cec6989134527e4dd5df92635b6dd327eed752713f1
MD5 0e2f858f5c2845caf1ad9413047ccd50
BLAKE2b-256 db5cafb56357868fda4496f2bd7556e6d8acd03c598b14d4e5e4c80e0fe09dd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 779a2b7e45af40ddfd1ca7343b6abaf7f552f1458fd25bcad8e3fbaeaa8dba27
MD5 2974cb683ac440551c35d23c4e9b0cee
BLAKE2b-256 0d83feeb9b80ff8c774a39a2c32b7088ccb09ce1eb2f37885851e6c3c00d00c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rexafs-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rexafs-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ea7ab8c56468d01a6402cdb45c5f8b70d8b4a57f2ff0481f4e9d8a83bf97dc2
MD5 1c4202dd41d576b16e117852d7233a71
BLAKE2b-256 fa0c59593fa42750836d22fd10cbc4608d77640629e74b238425cd5d78f05f6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rexafs-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on Ameyanagi/rexafs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.2.7

5 files

0.2.6

5 files

0.2.5

21 files

0.2.4

21 files

0.2.3

21 files

0.2.1

21 files

0.2.0

21 files

0.1.4

21 files

0.1.3

21 files

0.1.2

21 files

0.1.1

21 files

This release

0.1.0 This release

21 files

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