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(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")
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.2.1.tar.gz (416.5 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.2.1-cp314-cp314-win_amd64.whl (684.2 kB view details)

Uploaded CPython 3.14Windows x86-64

atompack_db-0.2.1-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.2.1-cp314-cp314-macosx_11_0_arm64.whl (858.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

atompack_db-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl (954.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

atompack_db-0.2.1-cp313-cp313-win_amd64.whl (684.2 kB view details)

Uploaded CPython 3.13Windows x86-64

atompack_db-0.2.1-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.2.1-cp313-cp313-macosx_11_0_arm64.whl (858.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

atompack_db-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl (954.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

atompack_db-0.2.1-cp312-cp312-win_amd64.whl (684.8 kB view details)

Uploaded CPython 3.12Windows x86-64

atompack_db-0.2.1-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.2.1-cp312-cp312-macosx_11_0_arm64.whl (858.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

atompack_db-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (954.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

atompack_db-0.2.1-cp311-cp311-win_amd64.whl (684.0 kB view details)

Uploaded CPython 3.11Windows x86-64

atompack_db-0.2.1-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.2.1-cp311-cp311-macosx_11_0_arm64.whl (863.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

atompack_db-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (959.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

atompack_db-0.2.1-cp310-cp310-win_amd64.whl (684.7 kB view details)

Uploaded CPython 3.10Windows x86-64

atompack_db-0.2.1-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.2.1-cp310-cp310-macosx_11_0_arm64.whl (863.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

atompack_db-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl (959.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

atompack_db-0.2.1-cp39-cp39-win_amd64.whl (686.1 kB view details)

Uploaded CPython 3.9Windows x86-64

atompack_db-0.2.1-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.2.1-cp39-cp39-macosx_11_0_arm64.whl (866.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

atompack_db-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl (961.4 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

atompack_db-0.2.1-cp38-cp38-win_amd64.whl (685.7 kB view details)

Uploaded CPython 3.8Windows x86-64

atompack_db-0.2.1-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.2.1-cp38-cp38-macosx_11_0_arm64.whl (865.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

atompack_db-0.2.1-cp38-cp38-macosx_10_12_x86_64.whl (961.0 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: atompack_db-0.2.1.tar.gz
  • Upload date:
  • Size: 416.5 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.2.1.tar.gz
Algorithm Hash digest
SHA256 f1d075c4b4ddd515e69dce5be7ab18fa9095cd79f755999ce6331dd84e2b24b8
MD5 0bc880da807f7ffae65a2ebc9d93cb3a
BLAKE2b-256 aec9f28c9e6706316a03185ad38f71ba82be82cafa297c7f32661f959dc924c3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 684.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.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 60cbd34145532e4385fd8b85226d60a398fed39bf452852a5b06f1c7a03ae9a1
MD5 d8967b479a8cb9e34e0a3f62339ba505
BLAKE2b-256 7cf7ab6a2a3b6768fba10b6c98e40ce4a3749da5608544a90797fbe45639778e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccb7950d7d3e99f50fdbb5f84892709fe48bca4956479065086885939c97e845
MD5 5eee2ba39c3b858d20a5e54fc5d88ca6
BLAKE2b-256 79f6fd6d1ae1e5c9c8d9b16fcb0c1abad39252a76ade4902cc48a8650b3adbe2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c72ac4ac743e2886be56a8a91814c5ca647025ee5c42578c151106926192811
MD5 3e8d1b179c571a148d5181e25e9d6aef
BLAKE2b-256 cc707010bb98be219b84c693575e480220ef004cd7531ad26286d8fb25f293e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fea4797ba1c44c7192f73262d32577c6e242721ca0d176ad84ee2fc70d686314
MD5 56c8ebd2abac23b1aea9890bad466605
BLAKE2b-256 bfb5e0611a843c930599afdbc3da9426d59b5712df763a8cf522ebaaa2651da7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 684.2 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.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 23f67df2197638bfba46f50dbab7a98da8ffd4d28ae270c5143b85f0a396ff86
MD5 3ecdd3031c991831a69101c9093d66a1
BLAKE2b-256 c2413161769a92ba2efea0c84c7b7682822705d3712ca03b2174c57bab5f5f38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 903ff8a7340d17d2fdfffee2eee554e849b043fdf6fe3890c99e876cf090ff69
MD5 44586c9e12d615cecef6199b610a311d
BLAKE2b-256 cea3684f6de59b022a1a00908c1878e0b9e18112517071b84d87cc777090d5d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6f6f2117687954868fb8909fdb6e3d3a1d4d2b58e002552295f3a89de6b676b
MD5 d52646784b612327e3fd90b7c62408d5
BLAKE2b-256 2a9320adafb9bf664c48b7c86fdf2a226159e613a68c99e41a479ab9b560d1e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 098ffbe426bc2176f3e2c380a08ba4d8e1c267e5a56f2dd632111e1a14f405cb
MD5 56ba8f06131362c5077d9c66dac9cc7e
BLAKE2b-256 dc05a5ae6e4b1c0458d9b0a274621e318992982024025879abb20467006d06fc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 684.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.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f954203c59e50e789ec128b953827cc01d6c109c89c61d1ebd54ca80d6675c00
MD5 0c6c6cdb73dd3736209e9be315836157
BLAKE2b-256 698a5aa8105ef60e0d95f5888f437e217ea8908a19437628b9ad2afa0e19e4fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d899ac8c18ee59f7e561bc342cf88305de7e9a7f7c395f9c0b9f9d6ddf056f51
MD5 22f0dbbec4e4641323435cb7c6ef0eff
BLAKE2b-256 15231fba6d45f8600d71a1321cd3eeba6807f8a2a4008adc3307e5e33db4a31a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4767aabf1eefac5a354e369545eba86ea54192867d25f1a5d106f75ae9f8c929
MD5 76c9c8571f0d1fb0d313b8bebd35134d
BLAKE2b-256 30c97d75871938a50e5358ddf1dbb18d8aef909f92119d8b724eabb1a33f094c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aebc571adc795a8e9f3439b1567ee8632aa4d9d343377313220e21965d90e286
MD5 5829a1e4a93fe8e73731316719538f19
BLAKE2b-256 ddf266f279b7eb64753034c3ef954d7e79275c3b3f2ffe67f49cce3394f1b338

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 684.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.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bc1907210114d14aa913cf43659a9be68f560bb499da2d5ecfa335946b8a3711
MD5 3d8c8fca9ba996382a5d3e9e96b767db
BLAKE2b-256 8c03211956fd470235e8999099989a193e85e5dd5149dbd3811beab2e5b7691f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e255a3ce84b27c55edd31532b76e51c0d077436aeccdd4776b13ebb086dd1e8
MD5 ec38cb1a6631fd7d96871f398d754d50
BLAKE2b-256 a6d5db636b80b2c23859261f9a1ef38e2058c97e8c47e185a065a3c578336040

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47701497ff65d4a550084557e14e3cedb074233050e36a3fbdae94bdfe345b41
MD5 cc85d15fbafecc8bc8ff7d4375697e82
BLAKE2b-256 6bfaa0b151267a98ce5348caac5ff28c1bad7c59d5d543c3d54e9011a363b49c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 56b8d4d3afb9cd8535741433edc621e7379beb30535fdddb1201875e368a126b
MD5 cf6e3b0bbf5e16fdddf173414f3000aa
BLAKE2b-256 622a095f288beb40d044924fc921cd4fb835a050607c237af6a24401e6939b0d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 684.7 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.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e13e8106650cac6f17ed6edeefc6015383150873c69ffc1bb43396e38d95bae
MD5 3bea8f6cc8a0e4e7120895a1294153ca
BLAKE2b-256 0fd63af2d64d1ea9747706eea03d417cde9d255fe62202ed18fe4bc6afa1aa34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 749c2376a053832e658774db2eeb6ac53efbdc3fb35c49188ecc35226e6d195b
MD5 55a012ff42733db8281f79f14073f4aa
BLAKE2b-256 ba78f3c30c44f46f9e549796c5a08025e825d63825228ac0a4434fb70cd0cf45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec298f78cfdefe8a949ac37ef4e1fffa79a4aa499750978d1d1247148af701af
MD5 9136f68d0df5d6a8052c8deed060f7e6
BLAKE2b-256 ad9af0fc93af04c73d51ecd5656eadc0359d138df9c5a1f4a459dd9ae29cc722

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dca3a84c535caf3d8ae419cd867afd903814b019aa7a5b051c0ef935aed1558d
MD5 0d7e7a6a631e05b59d5bc59e78d9bf54
BLAKE2b-256 0aa5aeab89a38298463ceb9ec6ca762300473d69c38c25baf841654e846d7889

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 686.1 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.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 58c6d390bbdcc8aad350067accfec93205aa8e153196219f3837d0cdc8fd7ddb
MD5 2731546c94d7013a802d47b16c13b2e1
BLAKE2b-256 f8810adb3028914bf25114140a6e59873978bcb5bf32bee4a091db817f1a1689

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6611cc6d1eb4d546f8ad421bc617d9f38b94bc51402e8cf722050584fd155fe3
MD5 384d058f80c217e7a5b6446e25dbfd00
BLAKE2b-256 e9f6b639e738679b94b32b93750e05c406d6a3e26626076ea56351a25ed2c673

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61141623fc7c48161b50cb810a30c4d75369b17efe20d8c2b91dc9f60327c188
MD5 d194b3b5be3ccecb7d225d44f14e8cc1
BLAKE2b-256 b5533e1ac56b6649b84749e544f581bccfb23c0a49643f9704a9360584a46354

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a979eab870143cbd3b311467536486230c2939e4f5e4ac822cdfe3dff1b61d0
MD5 5ff71c1d4c4936f4cd56785366205c19
BLAKE2b-256 168fa2d254d101a6b60f1d3f675bba8688d21536e1b423b39241dc83d5727bfe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: atompack_db-0.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 685.7 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.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 97721f54ec69e4e6b3110f98302656b22889269665a78121c5c23cd82f484df3
MD5 1720eb3bc924b9b9971310840a3587de
BLAKE2b-256 202d6608bf6bbac3bd1e1e7c932a288354d0e5f8e68a578e73d4f811f1bd1e6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 694a6da6ea13ebf27ae158f20c8392dcf840a525fd8adfcab42b275c36b4ce7f
MD5 14979c20b600a09a499baf9ed7829ed6
BLAKE2b-256 e55276457b24479ed07693a66baf991fa75b1a524de428bc12dda6ae4601e6a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e33b54626808438128674541ca0aaa36369569e3f0984b5954b6481f508c39eb
MD5 a3b4db5a4184359cfcbd6a1051c77836
BLAKE2b-256 6ba2272fbb5fbf591ed4da92e352b922315f5f4e30df590fd0b141b201eb1942

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for atompack_db-0.2.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fe9b28c52fc2d47778f8797f0cf82f85d58b67a4ad2c137688a97873153e279e
MD5 b3e525f036946eb8c2c012cb88a40f5e
BLAKE2b-256 b8216a717769dd75f2345a71b7dbb77b90fc2d3890cce97c412389881abbfea7

See more details on using hashes here.

Provenance

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