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.3.0.tar.gz (441.0 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.3.0-cp314-cp314-win_amd64.whl (754.3 kB view details)

Uploaded CPython 3.14Windows x86-64

atompack_db-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

atompack_db-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (916.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

atompack_db-0.3.0-cp313-cp313-win_amd64.whl (754.4 kB view details)

Uploaded CPython 3.13Windows x86-64

atompack_db-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

atompack_db-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (918.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

atompack_db-0.3.0-cp312-cp312-win_amd64.whl (754.9 kB view details)

Uploaded CPython 3.12Windows x86-64

atompack_db-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

atompack_db-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (918.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

atompack_db-0.3.0-cp311-cp311-win_amd64.whl (754.5 kB view details)

Uploaded CPython 3.11Windows x86-64

atompack_db-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

atompack_db-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (922.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

atompack_db-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

atompack_db-0.3.0-cp310-cp310-win_amd64.whl (754.5 kB view details)

Uploaded CPython 3.10Windows x86-64

atompack_db-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

atompack_db-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (922.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

atompack_db-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

atompack_db-0.3.0-cp39-cp39-win_amd64.whl (757.0 kB view details)

Uploaded CPython 3.9Windows x86-64

atompack_db-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

atompack_db-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (924.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

atompack_db-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

atompack_db-0.3.0-cp38-cp38-win_amd64.whl (757.0 kB view details)

Uploaded CPython 3.8Windows x86-64

atompack_db-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

atompack_db-0.3.0-cp38-cp38-macosx_11_0_arm64.whl (923.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

atompack_db-0.3.0-cp38-cp38-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: atompack_db-0.3.0.tar.gz
  • Upload date:
  • Size: 441.0 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.3.0.tar.gz
Algorithm Hash digest
SHA256 0f858203d458cd2879463e1ebf994dcc0e150721829bd0b004e48ac62ed1b5da
MD5 d065f27361ec4febac32da7400c678b7
BLAKE2b-256 ed80521673977848a8087bc1e7cf58feca0012481c48c46926e4383d954a9e08

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 754.3 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.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 98612f0f65bf8fe40fa6f9e23440e1b04e32cfc41e98cc8371d6f6a00eb76a17
MD5 49f3ffdd235f86098f386e4c22b7882b
BLAKE2b-256 70e00d140489687317cc6b26a27e0fa8b1fb30f5ce72874c7168454d6975db20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fbb5de53565d08d42eb8dfc42a9d7dfa88aa80abeda9db7c47bb27583ae9616
MD5 925c154968c38166716850d8607a4e8e
BLAKE2b-256 c88ae1114a24778c4fffd19bf26a5064deb43cb288ba376f08a54dc0d1146951

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6d190ae79f5883923943eb0b53442e59e30ba67d2a824463800823bc5228951
MD5 6111dea90cae2707020b211ace638c83
BLAKE2b-256 3c9e4d764b78d01d941c6181552805f68c00683c67ab0b528f458ab193c17086

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1ea9e4e0f4a29625ed139804ac330138f9048f3a50dbb7c85647626eef07dcfd
MD5 d50f7c7659e13f31615a2b2ae6c38508
BLAKE2b-256 7bf37e664a4984c50f23cc3dedd408d8fa4e277bac099e6a7024b40d3cc2c1b2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 754.4 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.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2f10dddc515da5c44762dac21ef40111ca79011c85c814cec2a052304d157e9
MD5 6bd5d5299688f8d9d7bb0def5c9b170b
BLAKE2b-256 45f42651aaaeabdf2847bd6ef90b79d0422c5ca8c65f735ab94d3ddfe19cbe0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb000391392585c46c8fc0776c7eaecfcea48ecbc797998a7fde7cbfd2afe7db
MD5 41aba996fc6cd7ee3b9d439df80b9526
BLAKE2b-256 2d9740cf7dc56a8519d7678e2fe58b724d15a04a06c719ac2f9e2da48f246968

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac99cd42a65b2fb92385cc9c661a7466b71c7846cd335e3e1fce9ddfad3199b0
MD5 e4523300cfe7329bc0515384c6665326
BLAKE2b-256 a0b5583a1fd564f4fe23ef4f47a8fd2cf461ab0033da743490552a424ac1c0a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2c63f16a1d1d39ec051397372f1dc9540e2f14e604b6f43dd113ba1ce47589b
MD5 6f479d33d5f22ce1889df235bd962fd0
BLAKE2b-256 7d8d5a11b838b6c1faa7de895957d8987a8da30db035f2f4aefd2a4c7ce0e8f2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 754.9 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.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9030d7dec7d905aaff2459c33f86e00b9249925b1cfa12816f730406d6c2e033
MD5 fa06572ffe5f9b5a1be331ba8a2c29a5
BLAKE2b-256 359b0d736b4fa294f60935578a47ece3037016e1adc30054f50cc655f62c6416

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10c3ef0c0fe0390ccee4fa8bb902ad90e8fc0d92d389c325afb983dfba136e43
MD5 dee26ee17899ac4c9efb0a552dd30b0d
BLAKE2b-256 ef4e06437e9a924805c70007f3b52685a0381c296fbc3aed4d47afdb88750abf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 819dc6074819e517342110c117161283efec893123bae72a18af3c9dd6b5f679
MD5 e71cfbc713dc6a841522726080c824aa
BLAKE2b-256 d1275504cad937dd4f95c8486b04e98bfaab43e7f06fd2b57eacdedaaf21e417

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d392d4415b3dc9442108b47ad25d379f07d2e83e1ab97f7cb0ba71ba44a4ed7a
MD5 067489bf521a0dbcc8c3013f429b97d7
BLAKE2b-256 87722ea09dacf1398a04947abddb4a8ccf47167b89928a7e83312e1ff0c4682e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 754.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.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f1fbe9cb79558e4ec44e63f3d4aa01c34d2d09e8c04d6d62013474ffd9a6a38
MD5 87d99d347809eb4ae69cba9ee9fcda8d
BLAKE2b-256 01bd9f5e117dff8f4af5607828811aacae5fb31414938384b22b1e98a9629fd1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 662b3cd881fc266bd018dda6b1ddbee1ffd8978c1c10d81039a380ad48fa52ba
MD5 b836d45d49a3464879d3dafa6652100f
BLAKE2b-256 248d278a1024a77aa1e04e7ccf8b834a333c44a153f007260050bd14257aa5f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 472a50e9dadc3b50e6654d32d13b493653d0ab48333a9e8de9fdb83de2cff036
MD5 b5137850d763dd7fd3519d2701d9b6fe
BLAKE2b-256 be1ed67483708b76b2f9d6771564110f81deeed3a1985a4569174c440c211768

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ec532c17e443cd221fbe90a8885df742ed70986565106342873ec2349e95c75b
MD5 e3641a68f6cdac16ff49be023a9b784d
BLAKE2b-256 d6138771c8f6d21c10b1389119235d0dbf62029f1fbbf27251c03458f4de81ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 754.5 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.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d83e94d11728eb6ef145760d13c3299840dd47df79ae5e278c54313c8c6b01d1
MD5 894ff2764434991fe28ba13ba7c8d573
BLAKE2b-256 a81fedc68dc09b3c344df5c245bd0b31ed1d917fe5fa7b9f7bb52c639873de14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74726f65601cd78fb1f8e8259725b804466d45957ef94812e132bb9f27364463
MD5 e3e3d8d145216c001505db6f590e4925
BLAKE2b-256 a6a0133338da4bcdefbb2fdd866bf770745b130e024512b0b34231d149f15e77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 029f7cd7a91da7f38cda276b4bf9cd18978cca5dde8c141c18201dcdef8fc1a9
MD5 36741e8bf0a7de628077644233cdd902
BLAKE2b-256 8ebe2331215bf15b2d7770d1ddde9283f300b635d5935a902d4b3553021977f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e93a1c8fc7b8f64a623ebf8256eec0d6d5a7e757ee5ffbae66d14e4a6813487
MD5 6753b7b2f91640e6609f7d4b01fa1ed2
BLAKE2b-256 6d18b030cdbfdfb6a157151f1ef8cd076d5d48e04d69a1237178550e089914e2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 757.0 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.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a07fa4cc594c1bff8b79323a3f46af91a7cf8957eea7a10fca89953bfd14e40b
MD5 6f23452012b0fd819b97a85715225883
BLAKE2b-256 aafe1e17e5e289d01d0e76a9816c34929ac6ddd44b7707f63ed5e63dbf7caad5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4abfb5bc7cf603d3a33c10ce782dee181c9d88c3d42dda3f247b895d578140ec
MD5 146208de303b7a74ca4ebaa78939e9a5
BLAKE2b-256 673f743ccf0ebee65a8ce14c432e8fe1a658ecc56539ab2fa3cdab8677e003b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a1cf41bb7f260acc3aff6b6cee70bb03a9acd7ef93bf791fb3c172a342d385a
MD5 fac71eb16b7b464ea3705dfccaeb130e
BLAKE2b-256 687be94d0e9b1335ac5efc9f80d84d337a078991ec7b96d7014816c3e68c712b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a14020d0f0b0d5400d0bfcef43e1ae6afe2686e33653e397d8a2e3beb6b1a31f
MD5 d5aedcb20a3e50b564b7ed274cee7b1c
BLAKE2b-256 0df8221dc0b603a314f9ba7d4520d0b96f15c91b0341f1aff75b171c9ba63646

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 757.0 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.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 12720ba52bc21656bfc9f610c1cedd6797d9dfd3ebe2b85f6c958dab95d538a0
MD5 6581054d1f254ace091c96029d59e2a7
BLAKE2b-256 08eecd93286670f0e1ad66859ecf5874873fcc73fae1060e2c5231579d1014b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6cf9a5f89d95947796edede4bbd41664f23e4a1417d6345e52ae74ee843ea62
MD5 6058b9c253b6bf3d55af0156226ded43
BLAKE2b-256 49c0b45dab54e09abd04f9e85a2ce81b90063f2ec36360a799f5290325dc3483

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a70d643cfb307c1f67c7723d6a5976456b9536f2ba4cafb788c02ff1cabed8db
MD5 48e0a9d3f9624b02d6b0a578988d57f0
BLAKE2b-256 ee4c500def2bee44814e9778763a9e40fb42ee3036074ea2b2c83b12e8b78708

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.3.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 61c3000586e2038af3c99d6e604c8c1ca11324fc0baf888955521ad92f8931e1
MD5 06af7ffcb46c70175448000fe0fc06c2
BLAKE2b-256 3f7f4cc01cd78f236e26c55e726812fddbcc045e447a48457e9b3d056640b02e

See more details on using hashes here.

Provenance

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