Skip to main content

Cross-platform atomic file writer for all-or-nothing operations.

Project description

atomicwriter

Tests Build PyPI - Types License

PyPI - Latest Version PyPI - Python Version PyPI - Implementation

atomicwriter provides the AtomicWriter class, which performs cross-platform atomic file writes to ensure "all-or-nothing" operations—if a write fails, the target file is left unchanged.

Table Of Contents

Usage

from pathlib import Path
from atomicwriter import AtomicWriter

destination = Path("alpha_trion.txt")  # or str

with AtomicWriter(destination) as writer:
    writer.write_text("What defines a Transformer is not the cog in his chest, ")
    writer.write_text("but the Spark that resides in their core.\n")
    assert destination.is_file() is False

assert destination.is_file()

Checkout the complete documentation here.

Installation

atomicwriter is available on PyPI, so you can simply use pip to install it.

pip install atomicwriter

Building from source

Building from source requires the Rust toolchain and Python 3.9+.

  • With uv:

    git clone https://github.com/Ravencentric/atomicwriter
    cd atomicwriter
    uv build
    
  • With pypa/build:

    git clone https://github.com/Ravencentric/atomicwriter
    cd atomicwriter
    python -m build
    

Acknowledgements

This project is essentially a thin wrapper around the excellent tempfile crate, which handles all the heavy lifting for atomic file operations.

It is also heavily inspired by the now-archived atomicwrites project and uses a similar API.

License

Licensed under either of:

at your option.

Contributing

Contributions are welcome! Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Project details


Download files

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

Source Distribution

atomicwriter-0.2.5.tar.gz (65.0 kB view details)

Uploaded Source

Built Distributions

atomicwriter-0.2.5-pp311-pypy311_pp73-win_amd64.whl (153.1 kB view details)

Uploaded PyPyWindows x86-64

atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (266.1 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (262.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_x86_64.whl (248.0 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl (236.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

atomicwriter-0.2.5-pp310-pypy310_pp73-win_amd64.whl (152.9 kB view details)

Uploaded PyPyWindows x86-64

atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (266.1 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (262.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_x86_64.whl (247.9 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl (236.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

atomicwriter-0.2.5-pp39-pypy39_pp73-win_amd64.whl (152.7 kB view details)

Uploaded PyPyWindows x86-64

atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (266.0 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (262.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_x86_64.whl (247.8 kB view details)

Uploaded PyPymacOS 11.0+ x86-64

atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl (236.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

atomicwriter-0.2.5-cp313-cp313t-win_amd64.whl (151.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl (338.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl (322.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_x86_64.whl (261.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_aarch64.whl (258.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_x86_64.whl (244.4 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ x86-64

atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_arm64.whl (232.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

atomicwriter-0.2.5-cp313-cp313-win_amd64.whl (152.3 kB view details)

Uploaded CPython 3.13Windows x86-64

atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl (340.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl (323.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_x86_64.whl (263.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_aarch64.whl (259.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-cp313-cp313-macosx_11_0_x86_64.whl (245.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

atomicwriter-0.2.5-cp313-cp313-macosx_11_0_arm64.whl (233.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

atomicwriter-0.2.5-cp312-cp312-win_amd64.whl (152.8 kB view details)

Uploaded CPython 3.12Windows x86-64

atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (340.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (323.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_x86_64.whl (263.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_aarch64.whl (260.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-cp312-cp312-macosx_11_0_x86_64.whl (245.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

atomicwriter-0.2.5-cp312-cp312-macosx_11_0_arm64.whl (234.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

atomicwriter-0.2.5-cp311-cp311-win_amd64.whl (152.8 kB view details)

Uploaded CPython 3.11Windows x86-64

atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (343.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl (325.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_x86_64.whl (265.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_aarch64.whl (262.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-cp311-cp311-macosx_11_0_x86_64.whl (247.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

atomicwriter-0.2.5-cp311-cp311-macosx_11_0_arm64.whl (236.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

atomicwriter-0.2.5-cp310-cp310-win_amd64.whl (152.6 kB view details)

Uploaded CPython 3.10Windows x86-64

atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl (343.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl (325.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_x86_64.whl (265.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_aarch64.whl (262.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-cp310-cp310-macosx_11_0_x86_64.whl (247.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

atomicwriter-0.2.5-cp310-cp310-macosx_11_0_arm64.whl (236.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

atomicwriter-0.2.5-cp39-cp39-win_amd64.whl (152.8 kB view details)

Uploaded CPython 3.9Windows x86-64

atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl (343.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl (325.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_x86_64.whl (266.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_aarch64.whl (263.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-cp39-cp39-macosx_11_0_x86_64.whl (248.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

atomicwriter-0.2.5-cp39-cp39-macosx_11_0_arm64.whl (236.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

atomicwriter-0.2.5-cp39-abi3-win_amd64.whl (156.4 kB view details)

Uploaded CPython 3.9+Windows x86-64

atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_x86_64.whl (347.2 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_aarch64.whl (328.2 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_x86_64.whl (269.4 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ x86-64

atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_aarch64.whl (265.8 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.28+ ARM64

atomicwriter-0.2.5-cp39-abi3-macosx_11_0_x86_64.whl (250.8 kB view details)

Uploaded CPython 3.9+macOS 11.0+ x86-64

atomicwriter-0.2.5-cp39-abi3-macosx_11_0_arm64.whl (239.3 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file atomicwriter-0.2.5.tar.gz.

File metadata

  • Download URL: atomicwriter-0.2.5.tar.gz
  • Upload date:
  • Size: 65.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for atomicwriter-0.2.5.tar.gz
Algorithm Hash digest
SHA256 5ced6afb0579377a13e191b17a16115e14c30ec00e6c38b60403f58235a867af
MD5 94b77d4e970dc1c61637679c13c9dac1
BLAKE2b-256 50b4dd04e186eb244d1ed84b1d0ebfba19ddc7f8886b98e345aaca4208b031d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5.tar.gz:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cc0c8357125afb6475a03af88ff70a6cab39792a2fb79058e8765a723e166865
MD5 91aeba57062526b4f74623ae4fba0d7e
BLAKE2b-256 1be341830c7f72f63cc8634d0d025c81dc5da504ac80b3c76f85f45051567802

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b6dbf0e098ae61b5116924d4b52d79c2e16ee1ceb7b25d29cef13b775812c0f
MD5 985f461477389fce13be79fc1245ddc8
BLAKE2b-256 2c43470d44da726a02e911ac29d8a8638bcbd814f5842416f6008d2bbaa3ba5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89f7b4a41d55a2d767c2a189b39c69dbd4b8da587004924a4063023d127a9f0e
MD5 a46444656ab08f1ead5cc2df556476d2
BLAKE2b-256 3b8630e2bc6d861aee18f40f0d76ce9f3431123cdd1a5e747687b6773fa8810d

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 752dd8f4a98bd7527d7c79316f0cd4b93ebee42b602215e62a677ee289edc67f
MD5 8a59de2f53d583aa9904dc08df233cf2
BLAKE2b-256 e954f372ac38bffe9fca1db832e185e69abfacdb2919de61ecf549a9fd7c2fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bba2547bca0df6741563aaaa1e649df592493c228b811aab6102f3c4fb7cf26
MD5 9a13e745122b739d5620b34ec1e13149
BLAKE2b-256 5819229200ef4937713d7744fd598020b4a0ab11aa029b62d426cf4f2e522d75

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9887cdd509912be6c7d82e4cc9ac0b0823cf26d320b9d4cc45d027a0c16d9571
MD5 4da34c124e309d73ed5fd115446fa1ba
BLAKE2b-256 b51af52b069e636774d2d197597802c311929c8af9627aeaed7fc6ae004bfced

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp310-pypy310_pp73-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67cbf8b1232c1b71e9e9176c1ac25f1a893953968aee7a98b9641045e0f2abef
MD5 e4beb5f5ec54b25e3782d8f7c292623e
BLAKE2b-256 c4256282581ee5b16c63e30cd421d010345d0fb8d2a8abf5d90cfef45df78a07

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b072d2ccb870173e250ee5fa48522a0c3572a1fb1bc1d7cc89c78049d287c306
MD5 20d1e4e414dc41d83f32edae8598ce4e
BLAKE2b-256 46217d74d71fa3ab83f12ffc0edb0627dfaef852f2a883e9bf4cefff7c65d114

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 015b70c0f4cfb93a225e9af39deccaeedb595edb4f659713e619928903daae54
MD5 1148764467baa4b4fd27dfc2f474e100
BLAKE2b-256 2e7c8b9c1dbe01a0ed6e825c6bdf1015f8f7b00a0ca955cee5a98bce2cec2408

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc93959dfbcda1c7c5ef2519aaa79996f4007ce7f6804f81edbc5ca22cba1a2c
MD5 4388a3545c9c5f3af710ed01aa6a47ec
BLAKE2b-256 9f79d4c845ae129d4ca2af5a8c5706ea811ee2ad770b33aa98b0e4a651d8e0d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5148354cac61665526bd6b167c8b054c34c70e06f434bd61667cdcf37218ded9
MD5 345d2da8bc12faf94d7db6e9caac3951
BLAKE2b-256 e5b322664c624eee52fc7ef5bd2da9df81022cc519910a29c06bea9fabe23df1

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp39-pypy39_pp73-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2172c7d4e7132dbe127b0873438edec3ccc0c6ad0797c56f7eaa2b8fc5095dde
MD5 5e0404582ddc22113dba62449b9c9f06
BLAKE2b-256 7a600964e847f400ce32422428d90d51b1ba386fbcc90d40043752914ff33f5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61fb23d72c047b35c7a90e975768ce885fe4942e10eedcafc46b52da66b68c41
MD5 7e9b6b7b241b26efb9424cced23b7228
BLAKE2b-256 b1536fed04efe454b78f2383676814e9d59551a08e5ceac479424d6a5054fda7

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8654ef2746865f33be20d8ea070b565cf7b6ba8ade191124ad239640edc6404a
MD5 3b3e8ae5c44ac1eb04f60663e039393f
BLAKE2b-256 fc5fe4fb532f016b804936320f852da992c04e1485d1aabb4c114e7a45bdb839

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26cceeba20a035c77d6bb5c7db159d2a4e83fb7e72c3c3b500bf141bf41eb230
MD5 ba16e5bec2196f2fdf1565271bde5017
BLAKE2b-256 d099e3c83763012ba8423d22e3a38f8b6cc38ebe2dbb61e79b037cd929a90aed

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7aab4b3956cc17219e7e4da76e8a1bceb3d3aeaf03234f89b90e234a2adcf27b
MD5 ccd36ba164d4ae0e0dc32563581ac8b5
BLAKE2b-256 94792c4d8f75eeb09192cf572957f031271998f3c985fabd79d513fff66ac715

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313t-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7da4a114121ab865663578b801a0520b2b518d4591af0bd294f6aac0dad243b
MD5 46a7264f03559bbc8517062634e3d701
BLAKE2b-256 84ad0189ad9783ca6609df47e06cc0cd22866a8073d46478f59c6ab3ec13e0fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1db8b9004cd3f628166e83b25eb814b82345f9d6bc15e99b6d201c355455b45
MD5 b9266046013c73e27413cc6ad32f03f3
BLAKE2b-256 3ef24d466f52ee635cc54011713272f302584c6d1ce612c331d9989fa6fa672f

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47f974e986ff6514351c3ea75041009a514be0c34c225c062b0ad8a28ec9c0a3
MD5 c0af518f9207baf58f35ccee5c055f2f
BLAKE2b-256 4b19692387c1fb1b8714a9b2fab99a58850fd4136bed988814c8ff74d0c8de02

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c646e115e88147d71f845a005fc53910f22c4dc65bd634768cb90b7f34259359
MD5 5fceafab61aa9b8960bf03cb1db4973f
BLAKE2b-256 8b0173f0b683fa55e61dd29d30e48e9a75ddb049e6dad0ac4ae1a29dbc05f21e

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e33f40b2a27f8831beeabb485923acb6dd067cc70bba1a63096749b3dc4747ff
MD5 2865263aa48d2dd2d2c2f8acac5049ae
BLAKE2b-256 f64d397eb5435917135df93b339d849884bb1125896b1e15163c5244aa590336

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63b55982cfa47232f179689933bf003eefb2bd33464235883ed3ce7322cf38f3
MD5 86b7c244fae6ea32726b3a32f50e1ff5
BLAKE2b-256 2a7007d2ba2e0a126cfecfbfed46baf599c9e2155f4c8338fed4d3ae0041b133

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 225ed1fbfa1996d9b0b2252f8a5d81263e51cbc797086d830f488c35b1d2ab42
MD5 0ed6ea70cdb82083313d76cf8e17f419
BLAKE2b-256 fa097ba888cf4d90bcabd9e82db3bdb9de50e4ef072e0ea0d375cd1931b79349

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4776aaca40bc3040c3716c2adad74625c42285083ff31e8bf24a95315225c7b
MD5 fc3a3e1a200965a5b1c01d69924d3da1
BLAKE2b-256 b7080fc03c0736ab8466e1b47a3ee17a528da18019cff93b7c4c2b33df82c19e

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbd5eda80710ddac7aefb421c79cef6b905852a827e764f0f12fcbaa88919f7a
MD5 9aa0370532ab49296485dfd217397ef5
BLAKE2b-256 07d7c4d68386161870db4a8d0452f0655a19902fa435b749c12e6ef800e89b19

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73618f74c3c5f5401d3da0a3cd3043f23de5b6bb4a3d85bc580940a441355d25
MD5 445e0e7737d632cc81491e9b2cc9323d
BLAKE2b-256 e51d2382b6cacb119115828eb519697a555900bcfdb062efeb0f82603295402d

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef2cf15e67513f05ad37d4cec48e403982c6b3c07f491472effd76d2157de7e2
MD5 2a64e304f737aed5793116af36d77e2d
BLAKE2b-256 c31e5512dbdfdc3f4ab12f5923c50ae4765cc2fc65a9f112bb9dccbcbe60b395

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a4dada83ff1255c7e640363cc2a4399ab9a822d4dbc9c18f55bbf0c8b12ce056
MD5 ba4e212b5a064ba3fb9f5bd070b2e350
BLAKE2b-256 d2763c41bfd4fd74bc63bec29f05a806a767258eea7cf151496b4ab015cb5323

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f5490fd5bec378509521f7c2a19a64031a0de07d368d76733c3f76a0b9f026b
MD5 7545e717957a96acabc6ffe48678a142
BLAKE2b-256 da25caa0959ae8ce24763e24e1f45be6cb897414545d224a155f929d496d6812

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1d2d49a1b94ea7b289be9f7134d756bfb0bbf53eb0e58411334ed1b9958abe5e
MD5 6f50aae8f205e4c5e795cba874266162
BLAKE2b-256 9295b035b2296c483fde5392c629e0b6e3844eba6e54ea965c4b8827379b0893

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp312-cp312-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 538f78f25e01584535782397211c66b8b3c9de90c2d1fc01a668ddce73dd0cb2
MD5 97a5b3a3e67725fe58823ffe5215e496
BLAKE2b-256 06fe6a226368a3f7ea30001fbd165f6a97f28c8f1a884896357b3d694983f5d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b925e55750092fd482565b6068b8c8366fd79de526681af9e58eb209f0deeca
MD5 04ee65fb75e332fd92ef9a367cb05716
BLAKE2b-256 717c32d4ddad53375de42f3e972bb0633ec76f2c31772f2e508479d4788651d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de37a3a5d1b57b719cfb0b81a11cab2114acfdc2c36051bf0af72d05eb644411
MD5 0fc15494077d50724c15e37c8a87e73e
BLAKE2b-256 e5b99a4d235a8d67fb442302dc0f3ea2394b7bd994bfc99b1dc0f744c7852418

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4e7f81932839c738425dc96ad98e4a7511b740cd3d75f480bfabbcf8e6f7eae
MD5 5d24fd68f8eca0fbab9f01e66ce88e2d
BLAKE2b-256 f4d37036e203cc5fc4c49bf916b4ba158e0d2779de127afad5963edd7e3b9400

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8dbb67cc730be7d6bdfd5e991271bc17052be8fb2e4fa27854b47d8a76d36349
MD5 978781826f61628e4c5ce5cf4356db9f
BLAKE2b-256 b90ce1c5bad033284c212c0a77121b48dd4147f80e9a7cd82a9d2ce0a2160901

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c1fab874e62ebe96f1af0e965dc1e92c4c1ef2e2e9612a444371b8fc751ec43
MD5 51d80c7768b9ba425bb26eae33c53481
BLAKE2b-256 997c672a0de09b0b355a2ffa521ef25cf106f1984823379dee37f7305fdc1774

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a0fb20690e03ff08e7b9efb53bea1784367558380623c87d497bfdd213c5ef5
MD5 b6c3585a80118a4299b131feed999114
BLAKE2b-256 6480c81c14baf2e00e04ba95d8501e18b04eaf3b425604e8c5af8e5095220bb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp311-cp311-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcf41734dd85b77ec8d7190748c0991635d232793ab31e836a6a41720f421e8e
MD5 e11b1372102e079674defe480e18d857
BLAKE2b-256 7631a363c925dec17eb62f65f13d203af38b65fa6dcd2bde46105a94c914df6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f28143b26c3136f8ad6da7430f4f59d53a09ede88459c463d87b2b057435631
MD5 fc7870a3f7d25379466b5395bffc4e9b
BLAKE2b-256 e12c082a1aaf20159ac2717f9988653aad8333ae34f7381e5d4cc9d0b8d73e86

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81b01e8fc375591c372a7d069b13c1f93cdc6de441316e4f172159ba576fc538
MD5 f89048ac845ab5d3c3d16416cee6c4b9
BLAKE2b-256 7289e37e86547274d78ca39890bb5642d02ce759c16af21205bda49ce13f2ae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddf06e1902794de4e8f360147e824468443969f3e46c944270817de73572d66d
MD5 ff80d59c66fa5a823336fc48fb871600
BLAKE2b-256 5cc92886b65322d081b644d3f3e23667d4b9de23ae63167d4a5a0bc9c3aced4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6c93e87f370d7636db9f26113fa7fd189ae30b88a20edfd8e63f364f14b6d8d2
MD5 d73fb7984b273e42cda264b65925a7d4
BLAKE2b-256 191146824873be91c1c86df50718707b06a4a0318365c5926a8407ad06483eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e65d63f7ab7efae79ea377cce73fffc854caa5d843413a624c04532480fff754
MD5 d3eb606c74399fcdfbab1e0d1de102d2
BLAKE2b-256 d2bea536fd475d6cb844b78c15508cf553c3163b48b011d1fbb66f5ac6b9e7ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 85821145e0cbb2bda4e851a10518c192165907749df6e8bda84af33f87487a66
MD5 51c5d95f09555ca57ef0fa685c6a6510
BLAKE2b-256 b2bf5cfbf330e39029c3b56bf168c5ae8632c50f0ac5895944b3bfefdd67c9b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp310-cp310-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d3ef3055af67e000df15d981ab1010e812b46c5ba8b34b771336cffab4ae328
MD5 80fc23dabd87a2bd801225f4a3bf6e70
BLAKE2b-256 7b819e6a1b02b58eb7e024bad62d211556f5d3be131dfda5965cb99f8cb8be61

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01da159613c246f3fcc0dda93f3833b652dc0c3e333c0b59b6c7c445ac8a10dd
MD5 cf1c51c59c834afddb9e18bd2519d146
BLAKE2b-256 3eab2bf3db46e99edf4f527c8600cc910903d823d1b94022337888965b79dc90

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a3464535a392e5537254c9af04aec0ca4b30249e60f3ddbf1b16f3b64cdf7e8
MD5 0f031c8c5d66e5ee246b43b970789f73
BLAKE2b-256 1c9d7f84d45e8f5dcb8f10315e024c2c03a61cbd8ab0220afaf266f228c98f05

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47825a52d56be1feb4488b3e5522e452d83ad6c6f3b32761b7c83ffd03ab88e0
MD5 e0b392c12f8ee29bf409b4f5d21fd31c
BLAKE2b-256 f64e32ceacf07aedb2cca05e6526e173dc8ae93aed7ff2b387015338954157af

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 eaf640f88ebc86c1bfd0210992537db214ed6dd463b6961595cc329d9536f506
MD5 4d128ee4e7597e2106693097a99cd523
BLAKE2b-256 9fdbabf85333e92df2d5a9adbe93e804cd1da5e2a9cab5e6b55ba729db9558e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4ec96fc3d71ea2c6437514a41f6d6edd41b9c725b9bc746468f94cd15d8541f
MD5 f963ca1b47f4a90edd10ef7446d82a93
BLAKE2b-256 cff0b7a42ab467054bc1be4d46d91a0632117f977e08c54d9ba3640be7654f49

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: atomicwriter-0.2.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 152.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for atomicwriter-0.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e78fb669de941e797ed59a5f68c439733e320ae891e6bca812af62d44d909e8d
MD5 65916980c9b46782a6f825d471bcdcb5
BLAKE2b-256 7f056fc151721dbb80bc708d3cd906b27d3d24509d4c40ce9de2ff7255305c72

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-cp39-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcdd61e4b4df6b35fcd957db2db7bbb88dc3dbc92b1c37e77932920347fd9523
MD5 adc9adc70e13a358c8d7ec61405d9672
BLAKE2b-256 fa45f0d319ba7c9595ca5f3ef2eddafc016dfaa7d1038eacea4a8a8d19a1cfb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 662357834a934b6d8bd832ac37b58a646c1f5a86db4a4ca9aa9eda0713507e79
MD5 7978a99786692b28fa066f47a651fd42
BLAKE2b-256 78c07e41f0db5bca57e3712f6744cf6a70f5a8ba84e8969684207fda62141d86

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00b6af330ea2b5faca8a1ac873a73f028b35cb7ec799a7f0baab0cddc9350eb8
MD5 e6a79e341838d453f20e21d9386c0594
BLAKE2b-256 b46e0f8607326599b8ef21efd847529cde74f277b375d17cbc2712bd5120c116

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbc069adac4eef482633de987e589002c77f38ec2a37bd7ac313df8b36fa5ea3
MD5 9fad0807cfa08f39f70554bbc330b719
BLAKE2b-256 f1afb50342996a3c5a10a4bf15f30d6ba156c8bc8c6f38a4888da3af01e58f1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cc9c983aded491063726aa93a3215c2c087e22c82a761bf8185715aa846ef44c
MD5 ee5f02791d9bb42ab18c88ec1f6e5cf4
BLAKE2b-256 6cc640f178892b7e333a8835e2d35ba8e8ba392e5668c7d93e0e55d26bc8a3e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-cp39-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74139299c34e92fa48ab47472e75f0bd1c4b756020aaba7b4bb6edb76f269ad3
MD5 fe0e64a3af88762c81a8e4f3eb9700e8
BLAKE2b-256 3ee6f5838f136bbc64f355c4934eaaf557c9e7ba0a3f87a97c5450bd259a1e0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: atomicwriter-0.2.5-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 156.4 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for atomicwriter-0.2.5-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 92cff264a20364301ab341b332fd0112866870b8cb35caf99a3f3fee0e6c19e8
MD5 568f0fbdae13b0699702fa63ffcda7bc
BLAKE2b-256 59b7e190383e7240b1f247c6df9bc6667db8df10190cd0bb2dba8ea6bd704ea4

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-abi3-win_amd64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecf4dc3983bb1f28b21cb09c2d96b6936d8864c559dcf151b57813cb1eae998b
MD5 364c0c63ce52fa99812fd0a93ea646c0
BLAKE2b-256 ecbce3aa521671a589bee9662d3e2108e4835a5d80e6da76e4d05d98d1c78005

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53095a01891a2901aa04c10c8de52c0ba41e0d8a4a1893318cf34ccbdbde00b7
MD5 71404f4b33d1b205ae553523122e718f
BLAKE2b-256 93f52661ea763784a4991c4c7be5c932a468937bd1d4618b833a63ec638a3b76

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-abi3-musllinux_1_2_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b6830434b6a49c19473c3f3975dfa0a87dec95bee81297f7393e378f9a0b82f
MD5 d8c977bd8b2434bdb3f760234080e1b9
BLAKE2b-256 5832d1881adade2ebc70aa9dbb61cadabc2c00cfa99a7a5d6ba48f44e279056f

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 136a9902ae3f1c0cb262a07dd3ac85069d71f8b11347cd740030567e67d611aa
MD5 36b1a28a712f928aed5f281e9af1e96c
BLAKE2b-256 81d9145093630bc25f115a49d32d9ef66745f5cdef787492d77fd27e74d20389

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-abi3-manylinux_2_28_aarch64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6583c24333508839db2156d895cbbb5cd3ff20d4f9c698e341435e5b35990eaa
MD5 44f365439f44360833fc6029b14a53f8
BLAKE2b-256 8e3535571a4eed57816c3b5fdbefcb15f38563fbe4f3a4a7d1588c8ef899afaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-abi3-macosx_11_0_x86_64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

File details

Details for the file atomicwriter-0.2.5-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atomicwriter-0.2.5-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d0fccac2dfe5d884d97edbda28be9c16d55faee9bdf66f53a99384ac387cc43
MD5 33ef12cc286e9d312d44f695ff691e0f
BLAKE2b-256 3219d6a686d189c3577e7f08b33df398b959c24bf74b3cec34359104db1a24ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for atomicwriter-0.2.5-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: release.yml on Ravencentric/atomicwriter

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

Supported by

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