Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

AdsorPy

pypi version test results badge docs build results codecov OpenSSF Scorecard OpenSSF Best Practices OpenSSF Baseline

Lattice-based random sequential adsorption (RSA) Python 3.10+ script.

In RSA, molecules arrive one by one at a surface. Adsorption takes place if the molecule does not overlap with molecules already on the surface. The list of available orientations for the molecule is traversed in random order until the first orientation that fits is found, or until the list is exhausted. All available sites are checked, and various metrics can be extracted afterwards such as the coverage, covered area, and gap size distribution.

Output of an AdsorPy run, an image of a covered surface.

How to use

This package can be found on PyPI as adsorpy, so we recommend the following:

pip install adsorpy

Run the adsorpy.main in order to run a simple single run using the standard disk-shaped molecule on hexagonal aluminium oxide. New molecules can be created by running the adsorpy.molecule_lib or by calling the adsorpy.molecule_lib.first_time_loader() function. Molecules can be generated from .xyz files. It is recommended to run adsorpy.molecule_lib directly from command line to define the molecule orientation, then store the new molecule string for repeated use.

Run the adsorpy.run_simulation.run_simulation() function with the molecule footprints generated in the previous step. Output can be printed to stdout, plotted, and saved. An example for dog-bone molecules with rotations of 360 // 12 = 30 degrees:

from adsorpy.run_simulation import run_simulation
from adsorpy.molecule_lib import dogbonium
molecule = dogbonium()
output = run_simulation(molecules_list=molecule, rotation_counts=12, plot_output_flag=True)

User-friendliness will be updated at a later stage, allowing the user to define simulation modes, surfaces, and molecules more easily.

Documentation (generated with sphinx): https://joostfwmaas.github.io/AdsorPy/

Future additions

In a future update, the code will be expanded with diffusion, desorption, and species conversion (changing from one molecule on the surface to another).

Design philosophy

Because AdsorPy has been made with scientific rigour in mind, the package is tested in multiple ways:

  • Unit tests (pytest) of the code ensure correct behaviour for expected input.
  • Property tests (hypothesis) of the most critical code components ensure correct behaviour for unexpected input as well.
  • mypy (in --strict mode) and pyright (strict) ensure that the package is correctly-typed, as if it were static. The py.typed file, a promise that the code is type-hinted properly, is added because the code passes this test.
  • ruff is used as a linter with almost all rules enabled (see the pyproject.toml for the list of exclusions and reasons).
  • slotscheck ensures that all dataclass slots are set up correctly.
  • tach ensures that internal dependencies are handled correctly (from low level to high), preventing circular dependencies.
  • tox is used to run all of the aforementioned tests in parallel for multiple Python versions to ensure correct behaviour.
  • CI is used for automated testing.

The package also makes use of an optional config file that falls back on standard behaviour, because configs are often used in scientific software (set-and-forget).

Openness and academic collaboration

The script was made public for the sake of openness and academic collaboration. Please let me know if you have questions about the script, or if you have discovered any issues/bugs. At the end of this file, I will place a list of papers that make use of this work. Feel free to contact me if you want your work to be added to the list as well.

Release files for adsorpy 1.3.2a1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for adsorpy 1.3.2a1
File Size Uploaded
adsorpy-1.3.2a1.tar.gz 824.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for adsorpy 1.3.2a1
File
adsorpy-1.3.2a1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
adsorpy-1.3.2a1-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
adsorpy-1.3.2a1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
adsorpy-1.3.2a1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
adsorpy-1.3.2a1-cp314-cp314-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64) Details
adsorpy-1.3.2a1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
adsorpy-1.3.2a1-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
adsorpy-1.3.2a1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
adsorpy-1.3.2a1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
adsorpy-1.3.2a1-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
adsorpy-1.3.2a1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
adsorpy-1.3.2a1-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
adsorpy-1.3.2a1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
adsorpy-1.3.2a1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
adsorpy-1.3.2a1-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
adsorpy-1.3.2a1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
adsorpy-1.3.2a1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
adsorpy-1.3.2a1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
adsorpy-1.3.2a1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
adsorpy-1.3.2a1-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
adsorpy-1.3.2a1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
adsorpy-1.3.2a1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
adsorpy-1.3.2a1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
adsorpy-1.3.2a1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
adsorpy-1.3.2a1-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 27.6 MB

Release files / adsorpy-1.3.2a1.tar.gz

Download URL adsorpy-1.3.2a1.tar.gz
Size 824.7 kB
Tags Source
SHA-256 checksum
How to use checksums
447e704e5c7aadc7c6446e5d358999c3d1e16d8b0f0b548e597ef40e55671aaa
BLAKE2b-256 checksum
How to use checksums
c156450e105c3477daecf0b04e57b9e3dd9a071d43c08d60561226bd3b25e3ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp314-cp314-win_amd64.whl

Download URL adsorpy-1.3.2a1-cp314-cp314-win_amd64.whl
Size 760.1 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
997a95a05cf583d7bac4d4dfc5dc5353876f8b420cc9d121b94dc92a5847dc26
BLAKE2b-256 checksum
How to use checksums
f05626e8f41b25c5d6343ff9acfd2bac7ee099c4e1ccc70a19a23afd14fc7f0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp314-cp314-win32.whl

Download URL adsorpy-1.3.2a1-cp314-cp314-win32.whl
Size 708.6 kB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
a4d5751802f20fdfa8945485de2b51400707f0a3a13f18a5102ab03792f185be
BLAKE2b-256 checksum
How to use checksums
af40e0abbcf178f15957e2dd21097beeb1eb5d4175c1b8646a83b13e72a54205
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL adsorpy-1.3.2a1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 2.5 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
727bd84e70a3aa12f707694d9cd89693fb68f84edc8df51a88b788b4953235d2
BLAKE2b-256 checksum
How to use checksums
26d7c37c1927b8c26bac7b8fc176f9f7b39e5b82d50308a8935090c3aab2c13f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL adsorpy-1.3.2a1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.5 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cb700b1f3c15e45b109f7b3875affb164e66010bd5b63c5ad00799a208a5f7f1
BLAKE2b-256 checksum
How to use checksums
7c0015c703cdd53c4c839ca38094dabd8f63e7acc73c0eed84ba5b9b8720a931
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp314-cp314-macosx_10_15_universal2.whl

Download URL adsorpy-1.3.2a1-cp314-cp314-macosx_10_15_universal2.whl
Size 1.2 MB
Tags CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
aaf9d56e18755c721a512ad412364c2b4e5d284066ecc9b323a70c279179eced
BLAKE2b-256 checksum
How to use checksums
200169b50d1a58378279a78cbecb2cc4e45acf6a6d9bd545dc2de3ae93c80b69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp313-cp313-win_amd64.whl

Download URL adsorpy-1.3.2a1-cp313-cp313-win_amd64.whl
Size 686.8 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
2b5a654978bec1bf43d2cfc54203bf2f66d6bc568e08171ee3b6b1d6aeb4ff0a
BLAKE2b-256 checksum
How to use checksums
41cd4a846cef1afcf7afbfe5aa89ca96ac351803be1ae7707ca095a391245070
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp313-cp313-win32.whl

Download URL adsorpy-1.3.2a1-cp313-cp313-win32.whl
Size 645.6 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
5c603b82586bfa1ef09595d35242cc5a1118c9dfa5863da35ac3a7900f666693
BLAKE2b-256 checksum
How to use checksums
df39b972ce75a5742aade93481624e82acfc0a8db5d99eac165887c94645da63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL adsorpy-1.3.2a1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 2.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
828342afb16eb7b93c6f6016d51c09c3daad87da957c062ab8b9d0aca30c48fb
BLAKE2b-256 checksum
How to use checksums
15f5ec83701c9d4b97a941ada4458951f0aaace042bcb531fbef5969ece8c7cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL adsorpy-1.3.2a1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 2.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
16c757a4e54542ddbddbb618e194fba0121290509a3415277b9308ef8e459790
BLAKE2b-256 checksum
How to use checksums
a02f7465432804d5e03b93180ecce684af19904edaefb4dd2df821f552307561
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp313-cp313-macosx_10_13_universal2.whl

Download URL adsorpy-1.3.2a1-cp313-cp313-macosx_10_13_universal2.whl
Size 1.0 MB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
2eadcee8f0ecb221a3c29772dd72fddcf1cf53a028127e2dafca7a5ad5a9b558
BLAKE2b-256 checksum
How to use checksums
c1d0ab5dc6930d767e036c8fa9e77fc4c5b0c55b35eb8f5f12c3106a753163f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp312-cp312-win_amd64.whl

Download URL adsorpy-1.3.2a1-cp312-cp312-win_amd64.whl
Size 621.9 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
20aa6a9ba02c7a5b713c46662b7417af02519d836d32d4c304885337b466b4b2
BLAKE2b-256 checksum
How to use checksums
9e97bb937e4bb205221a5c900b836cc87e9177e0e27e05d9456d51b6cf1eef36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp312-cp312-win32.whl

Download URL adsorpy-1.3.2a1-cp312-cp312-win32.whl
Size 590.6 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
8ff9d54f01594ea064ea5b77617115fbe62f96c2b4bb9932343df041550eedb8
BLAKE2b-256 checksum
How to use checksums
5959cc3c5a5d565cf3b84f87f3a623db56d948c03e13cfdab225ba7c9830f87b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL adsorpy-1.3.2a1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.6 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cc916d8db26a4dc4a215e27f54ead15aef38fb4ef4c4bee8847000cd936fd551
BLAKE2b-256 checksum
How to use checksums
48aa1daf775c92ff303631494630d0f0f994bed55efe58c59a89b12910721c1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL adsorpy-1.3.2a1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.6 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ea1e16bbd028cd3bb9d8819603b5f6cd0897a1288205043d290386f103a8b43f
BLAKE2b-256 checksum
How to use checksums
b60d4628a8e38ba6ddb47ac9008805c5d1d5cbb99ddbb6099ea5aecc772b2155
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp312-cp312-macosx_10_13_universal2.whl

Download URL adsorpy-1.3.2a1-cp312-cp312-macosx_10_13_universal2.whl
Size 873.3 kB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
394230a775902b98d995ecd0d32e750d92de60e9c04edb2fa8f15ed8252e049f
BLAKE2b-256 checksum
How to use checksums
53354d7bcf4947129b6032be0a0b7c0c5f1a7156059f0d9ef82449da5d3cca35
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp311-cp311-win_amd64.whl

Download URL adsorpy-1.3.2a1-cp311-cp311-win_amd64.whl
Size 556.6 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
f3a9a92bd689fd152ba14573f12bec923e1f59d0442d7950ec58c30b7a6ee22c
BLAKE2b-256 checksum
How to use checksums
92411f7b7c2200269849779f7a8ce29d05746a0f99946166f9ea671f4ec0e8d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp311-cp311-win32.whl

Download URL adsorpy-1.3.2a1-cp311-cp311-win32.whl
Size 535.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
65c13dbba427a632f696ca7a6c12d728b31f19022598fa423f04121d9cd67bfe
BLAKE2b-256 checksum
How to use checksums
4fabe9b01914c11e629ecc06d046b64046c82ca75ca13c239e8489e59032b1bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL adsorpy-1.3.2a1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.2 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
3f325923efa238f83ce5e3e0719648882df7bbf41f1cbd493ed5ce76f041a31e
BLAKE2b-256 checksum
How to use checksums
99a77738bf220374ec964d5537233c07eed7ceb1504ec8ee51d4446e4bd7172b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL adsorpy-1.3.2a1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.2 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d849d716d096ccb3a0642a3cb2e03392a62af9e196aa52c435833aaf513ad81f
BLAKE2b-256 checksum
How to use checksums
29f61d155c4f48d6532021945e4177878d17f98695743e299ab8659e204a87ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp311-cp311-macosx_10_9_universal2.whl

Download URL adsorpy-1.3.2a1-cp311-cp311-macosx_10_9_universal2.whl
Size 723.6 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
d932612596ce81dac87b1e91a478af88c062851b7d499e1b279a26f4ea21e2e2
BLAKE2b-256 checksum
How to use checksums
41fdc1e8d4a535130683b63246e61ab16e96be69b11570b33f3d562fc4b75406
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp310-cp310-win_amd64.whl

Download URL adsorpy-1.3.2a1-cp310-cp310-win_amd64.whl
Size 491.7 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
fd2ee4334af74a9761a787bc0473d31449b0465bfc9c50f00da469e8519b57a5
BLAKE2b-256 checksum
How to use checksums
1fe005317cba4dd24750020f14c068c16843ddaf1bafdaae8bf685df0e128bf5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp310-cp310-win32.whl

Download URL adsorpy-1.3.2a1-cp310-cp310-win32.whl
Size 481.2 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
d228b109c42286f6fa71cbe95b6f02e6e3996b67bc571b178edf4b3d311a8913
BLAKE2b-256 checksum
How to use checksums
39b1807fbfd770fa8981d1ca2ee72a04bb02e8e911820b3c8b74d295ba212c8e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL adsorpy-1.3.2a1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 810.4 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5c097a8c798ef5d32f9fa164902a51ec10546f9bc99605945cbc0f2f67ab6371
BLAKE2b-256 checksum
How to use checksums
322b917efc429a4cb7f42b07f56403770b98e684ab895885293b2aec0d973c75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL adsorpy-1.3.2a1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 811.1 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
eb8d254ac4cc91837ead6cd50edcc79d991b99a0fc736cb3860a9a039a07a3d4
BLAKE2b-256 checksum
How to use checksums
90e18a6b20f9eea6b0395dac9e19c50e000d3066bf5fbf57d865953ccf8dc072
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / adsorpy-1.3.2a1-cp310-cp310-macosx_10_9_universal2.whl

Download URL adsorpy-1.3.2a1-cp310-cp310-macosx_10_9_universal2.whl
Size 575.0 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
6f79dca180eba5547242d97e7dfd2a54d4e067de60cfef192e13070935eb17d6
BLAKE2b-256 checksum
How to use checksums
863748d10287596cef538246e4e1035ff734a3fa3163cb4558d7dcfb3002cfaf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page