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.0.tar.gz (451.1 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.0-cp314-cp314-win_amd64.whl (789.2 kB view details)

Uploaded CPython 3.14Windows x86-64

atompack_db-0.4.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (950.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

atompack_db-0.4.0-cp314-cp314-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

atompack_db-0.4.0-cp313-cp313-win_amd64.whl (788.1 kB view details)

Uploaded CPython 3.13Windows x86-64

atompack_db-0.4.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (951.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

atompack_db-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

atompack_db-0.4.0-cp312-cp312-win_amd64.whl (788.8 kB view details)

Uploaded CPython 3.12Windows x86-64

atompack_db-0.4.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (951.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

atompack_db-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

atompack_db-0.4.0-cp311-cp311-win_amd64.whl (788.5 kB view details)

Uploaded CPython 3.11Windows x86-64

atompack_db-0.4.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (959.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

atompack_db-0.4.0-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.0-cp310-cp310-win_amd64.whl (788.6 kB view details)

Uploaded CPython 3.10Windows x86-64

atompack_db-0.4.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (959.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

atompack_db-0.4.0-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.0-cp39-cp39-win_amd64.whl (790.8 kB view details)

Uploaded CPython 3.9Windows x86-64

atompack_db-0.4.0-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.0-cp39-cp39-macosx_11_0_arm64.whl (962.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

atompack_db-0.4.0-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.0-cp38-cp38-win_amd64.whl (790.9 kB view details)

Uploaded CPython 3.8Windows x86-64

atompack_db-0.4.0-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.0-cp38-cp38-macosx_11_0_arm64.whl (962.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

atompack_db-0.4.0-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.0.tar.gz.

File metadata

  • Download URL: atompack_db-0.4.0.tar.gz
  • Upload date:
  • Size: 451.1 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.0.tar.gz
Algorithm Hash digest
SHA256 b58d0f84720082a744323cf03e394e8f137034f5895a7bb43f57f3fb27fb3970
MD5 aba72aaf4fa67408195c0799f4da7235
BLAKE2b-256 b55341b58d46d0aa7d5235db6bee7d096779f87ec89bf4ac05eb2467a39e6e6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0.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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 789.2 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 34acdf69b4d4d602f6070a4f021840ae31cde046fc27a738fa00f8993e5d7cc0
MD5 9d66fd374567caa5bdc6cbd9e5237423
BLAKE2b-256 0fc4bbba3a1011ddd949bc253a464ec932c1ef258610ceedb7f03539dcdd6547

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 775497eedf54ee7c9c662ee1bcdb0b7016e425be9b16834782ec02ad60b0790a
MD5 cdd25633d54317d1e0cb8f68bed955cb
BLAKE2b-256 4e2357c59a0f2802ca2885c3a4db1b75331087f2fa5246093cabe842329ef570

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26d03473579a59f3108d547a01fb8930dca1fd727409b13a6b421a5aef3167a8
MD5 239d265ad6dbca308c6aade52050b6b0
BLAKE2b-256 4448ab363c9c08ff5eaf79ca929ed523b29ffa2beb0ca7904798be67e42d23ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 111a9f609bb67888f4f0d3075c8ccc9b09a6a82ee7da7c3046cd02f48624ab43
MD5 ddc617c7d34e09d629ecc0415ab84fe0
BLAKE2b-256 d7ae73fbc1916554d115f20064aede8c80c24b31e810c926b4059f4ec07b67e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 788.1 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f1fc7ce8fbf9c7e3c34d400da7d4d77a827b1f47ddf52d0c121c6b5620722042
MD5 8b2e59a3471a31f9e2bba0ca3de833c2
BLAKE2b-256 de63d667f7c85b770b04a89d5a495e52b8e2745e75a161c4f1d79ce166f45167

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffbdb0b578b4f783f30d519c013895a652dc58730c209b0aba964219ae6299fa
MD5 634617d4096f448015e22759d6714d07
BLAKE2b-256 3ed49473735af5f94c74b5f7c83c672d6d21ad665a5dae3d9afe88f4c2229ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9022041a7072f21cac2a5db93aac7c46b703cb0ffd6b2c57a5c2c0627ecebf02
MD5 ffd5db8d6f6c3a29ca9f66d400822c4b
BLAKE2b-256 fff158a148975d5d549693cfe38f3ffdc8498d045daf666e76faf35369348b3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 68523e8c78309079339e476c759b54a59ba64c560293556ffde06df45c646630
MD5 f1385e8dbc8b60662915004bb1110f9b
BLAKE2b-256 2ba60091ca342f19de4e52d24566bd2da79df65b3c6a05ead23adec6b703c5dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 788.8 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 621f91691a283c5f2b63ac297a00c4e44ec4fae108698c2cb5706f1341b6f340
MD5 9db553cb76dc3ed7ab6e140f90c682a9
BLAKE2b-256 7a33cc0d6cc63e0c4184aa99ff62bee96e64a97fe63783a5e4a4927238ea9772

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86902824d8ada03c3cd74f7ebcddbade53f4025dd973008a20bbfdca72b6ee9d
MD5 f8502e9b83d9a44bfe53da2e3d4d1e56
BLAKE2b-256 94ad783baef36be8132e6815403db0355a1e3a80a1a8ba8b1f4df161c5905387

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8fe0b397777e475ca0375303a14343322ef561bab04af50d494a25fd2a6b11d
MD5 3a764075b690064af8bc9273bca2e276
BLAKE2b-256 9c3f7ab206e48cdeb0d4c28d6c1878f0e215a2940aad27f7dd2778808b222173

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5ccd53b19560a87d20b46cc36aa937670bdc3d4ae6307201faeb379424c6a04a
MD5 dd93a1ff8ad26ded2871df5b74888a2e
BLAKE2b-256 df186428c2f56dafc29fb510f81b6da1e957d4f0bcf8410b2538bcd64118bcae

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 788.5 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9afa8470bfa5975320f058afa165f15e0c84cfd6bbf5a840155776f18de6d349
MD5 51a97247caa8ecc04a69acd1c698ecd7
BLAKE2b-256 1a74a63a68dfbdac97b953ac83262616f51a9f12e69ce23af4f6d9405a4bdd21

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a055fea1102edd07dea7dbd5e9b83ff9b4cf26365a8c1a8de9ac42a419e6300
MD5 cd098d3ed02efde76f6aa091627506fa
BLAKE2b-256 66922f5c9d71ff3ab450b96176423ca032d4fcbdb3cd798d0740dc31a8e4bf85

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1f7f75082ffa42356627a2596858ba233ffe01e10a7a9b81ad2337dd903d327
MD5 410047adc88040fd620e80bdc70cf4d9
BLAKE2b-256 cce0c3ffac1fa822b93f5c8be75ac6d50012ba929af2243998f174d1e4d8cacb

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 19b86c1ec331da88d53cb2e2a139e4374f56d71163cb82562a20a53b44960334
MD5 f87022bcd21bf68187cc16679d240fb2
BLAKE2b-256 577fe1b79c002f0b4e2c43d930c9747110f520cfb32fdc35eeb3f3b5d8ee9c47

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 788.6 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 68e87f02b860bed295c32fdbcbd920ed854dc7c888f972250d49615c7f3cbc11
MD5 ee875e3b4e715e5f5ba4d76355a5ed8e
BLAKE2b-256 cca6c3e3d5fcbc1b0696dfcc0fb9ed33c2447698e0b640fb74fdb30bf1bdecf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83911233d56db0e82e460a7b8fed16d0f65f02b40e87d916da758e70b5426c2e
MD5 f70baada581fe922c86bfc6081f3da32
BLAKE2b-256 53c23344264d466ed29af30d80e5d0ec06d68a5082c89d9df6c97d0a4d6d26ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 429684008cf79816e89a31cf2c8a3fcc289d69b1a189c61b299ec6159c082890
MD5 2ddabb1096a6474df989e6fe5f4720a4
BLAKE2b-256 63d713b8696d00942afdf63349457c3d2a0b83ba00bc391137346f35590e46a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c96a1b2f4f26fcf32ce8ce2b4dae8705f7a22236f67a8a71bc116145dba64ed1
MD5 ad301830cb93a7e9292c19c2f64fab4b
BLAKE2b-256 d0ddf53a08b550566758f93ff689c6c389054f0a6b05c7692d566aa58ffc2623

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 790.8 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3d23468e4e170b2a6670de1a8a74799bd98ddd0bfe92efb7a8792c680e79944f
MD5 369c1ebe5d687e6c1d3bd4d0dc88f829
BLAKE2b-256 be606019b3b187b7523e10bca3843a317826a6a71f0dfd1916a8b76bf54f3bed

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 233a601a410f546b8248fe611cab4839c4f8714ac090f249d33b0752a016417b
MD5 ab606bcd823a862290b444f1bc9fb18f
BLAKE2b-256 e430a574c37f58af51a976a653a69a3cd199529771ed852a1e65e98af7177400

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58a81b49e01fc7fcd66fb2dc9c5863a8b0da8dbac4a1fe1bfc45dd429206fcf4
MD5 46135dd47323c0daadce1868ef62cddb
BLAKE2b-256 ede8f7069c9e6e4a97e9a3dc8cfec43271c3b7f925cf6b911e18fc26bc0331d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 39e572a936defdca31bb7c264bf25e9a6fd8c614f9aa5ab4b6586b71061a0deb
MD5 1fb17a428cb8efd12bb26bd1414a3fcf
BLAKE2b-256 8c45cbf7062be92b10068424281c735442bb91fcf4b92a6fb2f226bb54decbc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: atompack_db-0.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 790.9 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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6a35b7144cace5338242c74ffc1e966844ca68b4472026718d478a77c6d93113
MD5 9d482e27e4dfc99fe5ae7a93fcbd7ec4
BLAKE2b-256 db1058baf45356c24728e27a2fd53ecc51c2ccb1e472054f06777c4219fd6fd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fa683d8291460bef828666297ec388560e75185363b3e25bfbddd8fedbb061c
MD5 9c17927a759a981d42bfcca2e0f7d4f9
BLAKE2b-256 3d6e13068913c4666cdbc45d6c8546666650cd1fb5fc21c863a5d1937c0ff417

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c19106472fb62f7931608dea8e317da7244e46c241670ece8f083936fb7ba51f
MD5 79722dd7ec14f0867f712c76527a02a5
BLAKE2b-256 0026db4757514c30ae532d68050ae2bd0c15669487a9255791d8580e8d05549f

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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.0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for atompack_db-0.4.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 db78b4345cb673d45312f4b05323ebcd07cd2ec8597aa805335bae4588c066f7
MD5 e88acae9fffe5f5fc2a13e1b7dfb4531
BLAKE2b-256 f7450e966b0203ac929eae6cce54f321cf8c9d2fc9be6b74965aec2953839726

See more details on using hashes here.

Provenance

The following attestation bundles were made for atompack_db-0.4.0-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