Skip to main content

Fast, compressed storage for atomic structures with properties.

Project description

Atompack

Fast, compressed storage for atomic structures with properties.

Atompack is part of the open-source LeMaterial effort for large-scale materials and molecular ML datasets.

Install

uv pip install atompack-db

Import the package as atompack after installation.

The Hugging Face Hub upload/download helpers are included in the main package.

Quick start

import atompack
import numpy as np

positions = np.array([[0.0, 0.0, 0.0], [1.0, 0.0, 0.0]], dtype=np.float32)
atomic_numbers = np.array([6, 8], dtype=np.uint8)
mol = atompack.Molecule.from_arrays(positions, atomic_numbers)
mol.energy = -123.456
mol.forces = np.array([[0.1, 0.2, 0.3], [0.4, 0.5, 0.6]], dtype=np.float32)

db = atompack.Database("data.atp", overwrite=True)
db.add_molecule(mol)
db.flush()

Reopen with mmap for read-only access, or disable mmap when you want to append:

db = atompack.Database.open("data.atp")             # read-only, mmap=True by default
db = atompack.Database.open("data.atp", mmap=False)  # writable append mode

Hugging Face Hub

import atompack

db = atompack.hub.open("LeMaterial/Atompack", "omat/train")
print(db[0].energy)
db.close()

Remote datasets such as omat/train and omol/train can be opened directly from LeMaterial/Atompack.

More

Full documentation and benchmark notes live at https://entalpic-atompack.readthedocs-hosted.com/en/latest/.

If you are working on the Rust crate directly, the maintained Rust entrypoints are:

  • cargo run -p atompack --example basic_usage
  • cargo run -p atompack --release --bin atompack-bench -- --help

License

Apache-2.0

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

atompack_db-0.4.1.tar.gz (452.2 kB view details)

Uploaded Source

Built Distributions

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

atompack_db-0.4.1-cp314-cp314-win_amd64.whl (784.0 kB view details)

Uploaded CPython 3.14Windows x86-64

atompack_db-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

atompack_db-0.4.1-cp314-cp314-macosx_11_0_arm64.whl (944.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

atompack_db-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

atompack_db-0.4.1-cp313-cp313-win_amd64.whl (784.0 kB view details)

Uploaded CPython 3.13Windows x86-64

atompack_db-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

atompack_db-0.4.1-cp313-cp313-macosx_11_0_arm64.whl (946.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

atompack_db-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

atompack_db-0.4.1-cp312-cp312-win_amd64.whl (784.5 kB view details)

Uploaded CPython 3.12Windows x86-64

atompack_db-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

atompack_db-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (946.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

atompack_db-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

atompack_db-0.4.1-cp311-cp311-win_amd64.whl (784.0 kB view details)

Uploaded CPython 3.11Windows x86-64

atompack_db-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

atompack_db-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (951.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

atompack_db-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

atompack_db-0.4.1-cp310-cp310-win_amd64.whl (783.4 kB view details)

Uploaded CPython 3.10Windows x86-64

atompack_db-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

atompack_db-0.4.1-cp310-cp310-macosx_11_0_arm64.whl (952.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

atompack_db-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

atompack_db-0.4.1-cp39-cp39-win_amd64.whl (785.6 kB view details)

Uploaded CPython 3.9Windows x86-64

atompack_db-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

atompack_db-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (953.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

atompack_db-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

atompack_db-0.4.1-cp38-cp38-win_amd64.whl (786.1 kB view details)

Uploaded CPython 3.8Windows x86-64

atompack_db-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

atompack_db-0.4.1-cp38-cp38-macosx_11_0_arm64.whl (953.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

atompack_db-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file atompack_db-0.4.1.tar.gz.

File metadata

  • Download URL: atompack_db-0.4.1.tar.gz
  • Upload date:
  • Size: 452.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1.tar.gz
Algorithm Hash digest
SHA256 4358daaa0c3b687ddcc4079d64fb80ea45d09eba0e6e722883c0299c7846c7fd
MD5 157af349f2466da95b001d39a19a6d57
BLAKE2b-256 995a8b346f5dd61b9c27f0f9674682b5a49fe30391abd6225e1b369094113b3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1.tar.gz:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 784.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f7c10d00c0016a1c87922a7046cef2c0de7967bd5f8ca33d2fae5b1d6bd0c92e
MD5 660695c6c344d2154350ef1d189b2d7c
BLAKE2b-256 60193af192ed62afde16ef3c9577ef990d6ab2fbcd77b69bba017d93f0348ffe

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp314-cp314-win_amd64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f17a98beb655efecfb62c6d6d0ca0ac23976ebcc5d8c0eb18d07c9a9f1cc389
MD5 14dce5c38aa6eb0a181164b8b1b7a1c5
BLAKE2b-256 7d83bc2a79f33a93fc8a3bbea182ac8917bfe1bf15169834c1e30c346d5e3ee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae478e6bd5dab23fa55929885f3c0a58649497888f3b57ddc5f2355e8dd040c9
MD5 bad0388be76923777bb570896e9e8a4e
BLAKE2b-256 61cc69f5f8084ac4976b53221167b4a1206a40a100ac614f79c1dbcd00d00722

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04e5c16d02986482462a7f6a03dbc7e6f009ceeb9672431a95418be2ab52aaaf
MD5 bb59f649b3ee5fe129a4714b96265128
BLAKE2b-256 86f5d3cc5192622c596bc0773973a92df6cf9ece254cd6d3148567bbb915f2f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 784.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 178f122e0a3e1ba169544474ffff988038d6200dea1d33b686592dee37eed2ca
MD5 c7f3ebe50170aab48e460773a3e7694c
BLAKE2b-256 0f70b77aa7ea9ff42a704c0ccb743ac145525d6d57ccaf17cc2fc26c836495d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 981bf2585f9c95b020ffc4b78763a7aed9f4084301d26753c25293b3bf2cd11c
MD5 99cfcaa1d9d1bf1605fb61738092fed9
BLAKE2b-256 a31ddb4a7f55ccf31d808e5a74e41858f99c6c769fba1c26b8c91fb3d80db246

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5415a06082a945d1b728d9a8d4fe68f5ef1c6e5efc468688baf3c94c39455400
MD5 207f5d26debdd48eaed30c42fcc6f7b0
BLAKE2b-256 b22ef438958f3c6bbf8d744a06d388900c7eb795f48020305702b69ffd1ddeb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 accb1307ced6a5ae8ee2f58867c254cdf5c04a1de90fb5b29a9744cf8be99f87
MD5 879146bd3412131b37504eb5b95fd4e3
BLAKE2b-256 b25af386bed0d30e9046bdd113f8757f1c9ddd9b97980c773bd591554fe1f5e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 784.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 34b74c2e2b5735868f4c71f5835f3f5170a864a50042850b62e0b29a05b46eff
MD5 29047b1f565e1046625d60e94d57ffd4
BLAKE2b-256 04020b5fed3b2704d664622207a181d74d3433b0dd9fa5413bc2ad0f88e1e624

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfe0212b45e1b7f9f71f2a32204bf616a4ee612a88ce336fadcf74b63dbaa91b
MD5 98539c92220dec252335d0757a3343a8
BLAKE2b-256 59aea5aca3fc6d40fc1cfd049072fcafd5d1d3eb2f3b4f435849ca46e82acfd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec71e4f7bcf59170f2dd0f96fb2e06424711e85210a3906913105efb82636996
MD5 af47bf3f9280a06a9e8db2ffb707c24b
BLAKE2b-256 ea7e45eb99732229909506c9875453081b41867df71fad45a9c537d747a3e26a

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bf669601e325878ee25bc47e21b13b0e7eda42b58363687abae35001135953e9
MD5 c07929e2d3ad70a4543d0f1b356f7137
BLAKE2b-256 1a54f1d59e0690e79a9160d535bc627b2e4fae5dd4f7c65358b2c46a86a72131

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 784.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 eac80c0fafc8386d41a6cb09da938a329f0fe7797273c2bd71be8e00e94e5803
MD5 8a967e09a17f465173fcb490e04eb7ff
BLAKE2b-256 ffbc0881bf4a942b350ebd40a8e960bf2cf3d8a347fe10e21414c10f6dc10fda

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4add19f70a9a66e38c9fdf09613164cda3d049c711a99b02ecdf2c874e0339f
MD5 cb3d182a5c4388b5f5e50203d41cface
BLAKE2b-256 16cdc99c4f7d754fa6af0aec7ca49f6140a66eddf06b6ac994dea016a9125589

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f158c277cc593a96a46140c632e29b164549203b135da7635203d45aba83e5d
MD5 4eb74768cbb7de93ade382e019cc7749
BLAKE2b-256 cb1e035f18f77c8da42f5f97c24d873ae0511a87074554f61e9b353f57612477

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 141d1155338da8f2b647a550764d806d6f9bfa352872313d0f3255bc9394c6ec
MD5 b5b2ec568bab5e4ee8962a78dc30c31e
BLAKE2b-256 80e950e6ee0ffa5358d786ffefb0f235916c2d6029b4568a828fda94f496bab1

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 783.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 91b78a22e8278b8151fbba0bcc8b65349e1423e84a21b7c572a6d7777a779e03
MD5 5c2992a5792bb28df21519efb7e3e985
BLAKE2b-256 7c5a4c4e06277dbae59632e4e5ef7cc4cfca81b2d4fd909224869a23d1376959

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 125fac5074f608891b3f5632e70e2d9bdf84d6d2d060a1dbc7f0ab5e7f7d7473
MD5 4893f22e92bd6dd09956af43d3ba8f4e
BLAKE2b-256 6fa1d994ebc7725ca92a42f8759bd3a4f15ec272aaa5cc619ecae306e69acf25

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa4ddaa9c0556cc46088f991859485b47726282db44d1c1d5b318d48a0d09f6a
MD5 eed2ad307075e08742d0edc5c674cc55
BLAKE2b-256 ff81f8ea0e62307463c840af200da2763828dbdf85dea23eb4607141042c8e72

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cea1fffa229f3d8da821c58b6c47b965daf849f618875f3a1c029554053c6ec2
MD5 a772ce6e40807ab59cc2101a1a9f2937
BLAKE2b-256 b610283bc7797545e89cb2ee74c205eb35e5c883efffc0239e7dc8bacfc168db

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 785.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 64aaaeda066b5bbaf4217ff2d9847380499ea625ae2d7ef00561c6f5dda572d2
MD5 3f4e78c2ae0f837672809e86a940e7b0
BLAKE2b-256 aab42327207c96530ddb3dd4d8f66f110ca2ef5bd52c48829e4cad2501e31217

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp39-cp39-win_amd64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7891320ff378b4609cfbf92487fe7ac7f8a1ce044799149a00c51c0116adc094
MD5 58a6abf280981cc7a2b2337d88441044
BLAKE2b-256 cab3fea1822fffc57af046954418227dbc3c269df6a49de04de864ce9fe1a94a

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b27ec8c78fd2ea292a3606497ba70a92a6f5817662b8db9eb12fe4f7b983902
MD5 df6302a42382b520a6e8a9a8c1a0367e
BLAKE2b-256 74f90098d6d8b4d9c2845626c5617bf55b822f0c37b4721f58b6923a888f43cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 770e66adf0f68401af84b221b0259effc547398873ab620abfe465cc225b0df5
MD5 261cdcdd1d73b88bacec7518d4e4a6d4
BLAKE2b-256 bfead6cd0e467bc482957c52355c3cbe88bd2e1ce55a201c86a92672397103f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 786.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for atompack_db-0.4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 214b6bedabb86bf75910fb3fd69056cc29570a2b0c719775b50347fe11d25d82
MD5 9e89700010d5be2eaf8bf44e48cf8851
BLAKE2b-256 8d12120c39b237a6daca2c6f68e456d389d5036ad2fe2e368657473d4b226023

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp38-cp38-win_amd64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95724cbc0ba91fbd9c6a9339ef65005639fc676e27b089e6329fdf345da89e4d
MD5 b2026e1efe2dd68af10c2ca77212d339
BLAKE2b-256 337e9d9a5fed7810a6f1b37cde0db8a1ebda76ad22117396094e3cea837299fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3a8b6f9336851097fb14b62359bef0570bc7e725bf8dd932ac16993f2bdd4c7
MD5 e2c2aa41c0f901fe8bfb3575a41e6ce5
BLAKE2b-256 7e3ea7857a8e22c9b8ca041ae0b12449200471c4cec0a59f7092fc06425035ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: release.yml on LeMaterial/atompack

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

File details

Details for the file atompack_db-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bb22f6dd28e8ecc687083df5d2a3bad21dadada62391f87a7890539a27474c5c
MD5 ea718cc70b6d90b23034f0f5c436ffbc
BLAKE2b-256 54f487ef1870de7a7938c9c8d52c1db15033b51d340a457cc0a800ac9287bbf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.1-cp38-cp38-macosx_10_12_x86_64.whl:

Publisher: release.yml on LeMaterial/atompack

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 Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page