Python package for stratigraphic modeling based on Landlab
Project description
StratigraPy
StratigraPy is a Python package for stratigraphic modeling based on Landlab. Similarly to Landlab, StratigraPy favors flexibility for prototyping and teaching rather than speed.
StratigraPy is still experimental and under heavy development.
Installation
You can directly install StratigraPy from pip:
pip install stratigrapy
Or from GitHub using pip:
pip install git+https://github.com/grongier/stratigrapy.git
To run the Jupyter notebook in examples you will also need tqdm, cmocean, pyvista, trame, trame-vtk, trame-vuetify, and jupyter, which you can install from pip too:
pip install tqdm cmocean pyvista trame trame-vtk trame-vuetify jupyter
You can also install everything using conda and the environment.yml file included in this repository:
conda env create -f environment.yml
Usage
StratigraPy follows Landlab's API and you can check Landlab's extensive documentation to get an idea of its features. Here's a very basic example of setting up and running a model:
import numpy as np
import matplotlib.pyplot as plt
from stratigrapy import RasterModelGrid
from stratigrapy.components import GravityDrivenRouter
# Create the grid with two sediment classes
grid = RasterModelGrid((50, 50),
xy_spacing=(500., 500.),
number_of_classes=2,
initial_allocation=1020,
number_of_layers_to_fuse=20,
number_of_top_layers=20)
grid.set_closed_boundaries_at_grid_edges(True, True, True, False)
# Define the initial topography
elevation = grid.add_zeros('topographic__elevation', at='node', clobber=True)
elevation[grid.y_of_node > 15000.] = 100.
# Define the bathymetry
bathymetry = grid.add_zeros('bathymetric__depth', at='node', clobber=True)
# Define a diffusion component
gdr = GravityDrivenRouter(grid, diffusivity_cont=[2e-1, 2e-2])
# Run the simulation
for i in range(1000):
gdr.run_one_step(100.)
grid.stacked_layers.fuse(time=np.mean)
grid.stacked_layers.fuse(finalize=True, time=np.mean)
# Plot a slice through the domain with sediments and bedrock
fig, ax = plt.subplots(figsize=(8, 4))
pc = grid.plot_layers(ax, 'composition', i_class=1, mask_wedges=True, cmap='pink', zorder=2)
fig.colorbar(pc[0], ax=ax, label='Fraction of the second sediment class')
raster_y = grid.y_of_node[grid.core_nodes].reshape(grid.cell_grid_shape)[:, 24]
raster_z = grid.at_node['topographic__elevation'][grid.core_nodes].reshape(grid.cell_grid_shape)[:, 24]
ymin, ymax = ax.get_ylim()
ax.fill_between(raster_y, raster_z, ymin, color='#d9d9d9', zorder=1)
ax.set(xlabel='y (m)', ylabel='z (m)', ylim=(ymin, ymax));
You can find more complete examples in the folder examples.
Citation
If you use StratigraPy in your research, please cite the original article(s) describing the method(s) you used (see the docstrings for the references). An acknowledgment of StratigraPy's use is always appreciated.
Credits
This software was written by:
| Guillaume Rongier |
|---|
License
Copyright notice: Technische Universiteit Delft hereby disclaims all copyright interest in the program StratigraPy written by the Author(s). Prof.dr.ir. S.G.J. Aarninkhof, Dean of the Faculty of Civil Engineering and Geosciences
© 2025, Guillaume Rongier
This work is licensed under a MIT OSS licence, see LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stratigrapy-0.0.2.tar.gz.
File metadata
- Download URL: stratigrapy-0.0.2.tar.gz
- Upload date:
- Size: 43.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
675af1b8f4f614258d44e1b66f58c2ca5906057fae1cc011d044b60df6c408ca
|
|
| MD5 |
b0ef7daba3c08f189391adf7a1e76652
|
|
| BLAKE2b-256 |
f1ceba50d4c484632291e93ed004ab69e666501e15b0cdae573d0450405708bf
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2.tar.gz:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2.tar.gz -
Subject digest:
675af1b8f4f614258d44e1b66f58c2ca5906057fae1cc011d044b60df6c408ca - Sigstore transparency entry: 373952475
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 637.7 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d271a784e4f4452a7726642b931cbbdae2703c352d54a038afffd42f46d5c28
|
|
| MD5 |
0b2f59557588f901700fb5d62abcf9c6
|
|
| BLAKE2b-256 |
6d1fc1e21014e45d9aea9f5741636e428a36af129c40b683218f5c66a6e67a40
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp313-cp313-win_amd64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp313-cp313-win_amd64.whl -
Subject digest:
1d271a784e4f4452a7726642b931cbbdae2703c352d54a038afffd42f46d5c28 - Sigstore transparency entry: 373952492
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
981d8abbba61923e4fbb656f4684ff162a6fe6073dc6fddc741b7cae3a1bd7cf
|
|
| MD5 |
910c1970fe7ce1418453a5f6ea893dd9
|
|
| BLAKE2b-256 |
1c08b5de0796b45a0192098be646c9930da3e13f2281ab7e75371b7d0e1b56ff
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
981d8abbba61923e4fbb656f4684ff162a6fe6073dc6fddc741b7cae3a1bd7cf - Sigstore transparency entry: 373952729
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a725c533ed88c6f2b769ad9b1665c1f130a2a2cf21a46b4367fb306ea6a5ae22
|
|
| MD5 |
129f9b6ad9bd65b4a8d4726c5cf80e91
|
|
| BLAKE2b-256 |
72deb089342dc498b4787e8f6399ca1e253b0ecc7bdc39c427238b0c2bd273fd
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
a725c533ed88c6f2b769ad9b1665c1f130a2a2cf21a46b4367fb306ea6a5ae22 - Sigstore transparency entry: 373952829
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 645.0 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23c66e0c984be3e775334e41bcb7787dc66adb7cdc7f25c1302f7f09aafde918
|
|
| MD5 |
c7d2363a390b72158c22f940305d1091
|
|
| BLAKE2b-256 |
89742be34c081d351dd538c1038fc76f2e3ad398bb7eec6535162f7729e89a44
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
23c66e0c984be3e775334e41bcb7787dc66adb7cdc7f25c1302f7f09aafde918 - Sigstore transparency entry: 373952566
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 716.9 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b880437d17482d3357f9100bfcc0c66f4a55771b108fe622451c8ea2e73609e9
|
|
| MD5 |
e852c68bd5e982bc03d5c8816385f21e
|
|
| BLAKE2b-256 |
aa5aa054915a57378f9cdb4d6a176bdea6d336f1031217970910c3913fd79552
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl -
Subject digest:
b880437d17482d3357f9100bfcc0c66f4a55771b108fe622451c8ea2e73609e9 - Sigstore transparency entry: 373952753
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 639.5 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba7331d237d7d71b1f98181633dc4e3b7398f73048cb52c558464d9ca35f5046
|
|
| MD5 |
bc0af479bdc419720b29d7b94ca68a4b
|
|
| BLAKE2b-256 |
3382e5acb1e6179a30e820cdb5363ccf6002c807220708cb9dd0696b108830aa
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp312-cp312-win_amd64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp312-cp312-win_amd64.whl -
Subject digest:
ba7331d237d7d71b1f98181633dc4e3b7398f73048cb52c558464d9ca35f5046 - Sigstore transparency entry: 373952791
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
494488a43c45ff6a9050ea3d92d19ab7d19f0c2669ba8f3e7a29cc0e37a99efe
|
|
| MD5 |
781628e09216318969a37a87b2f39629
|
|
| BLAKE2b-256 |
788de0e6b3b9c1769b9951ba06e1ab96ebaf03b995bafc26faaf451b55e21d53
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
494488a43c45ff6a9050ea3d92d19ab7d19f0c2669ba8f3e7a29cc0e37a99efe - Sigstore transparency entry: 373952771
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d34137c4b88066abb79320f572a658f33463ad3701929d955c29cf020ec1369c
|
|
| MD5 |
20f08671d030c1169297c8d7d0e6a99e
|
|
| BLAKE2b-256 |
9043c2f59856ecce3ae68946a093adddcd4a4284c0f1595de3938d19688193d5
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
d34137c4b88066abb79320f572a658f33463ad3701929d955c29cf020ec1369c - Sigstore transparency entry: 373952812
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 650.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a3809b72adf18a0d772a0e5216f11d49b226f25e9afd0fe1e39cf7563315383
|
|
| MD5 |
27eb9e2a624a8fbf8d1f6b559f365fff
|
|
| BLAKE2b-256 |
091f8529aac8beeba4ef9d11d64efe219c02f32703f66ea8b7aedb147c25f51f
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
3a3809b72adf18a0d772a0e5216f11d49b226f25e9afd0fe1e39cf7563315383 - Sigstore transparency entry: 373952505
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 723.3 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a692f8411aa1b216c71707c48a2162dd060a70801b0e1a67b4851496349e3a9e
|
|
| MD5 |
05e220f22669fed0ea9b7ba5db89d636
|
|
| BLAKE2b-256 |
a0da08a35da5b6001d4a4f77145db0d8604074a275412deb0ced871ab0095c0e
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl -
Subject digest:
a692f8411aa1b216c71707c48a2162dd060a70801b0e1a67b4851496349e3a9e - Sigstore transparency entry: 373952598
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 625.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6b5833ee17a27c2cd68286ae76e0b7cfb37217b7295c04251875b98348db14d
|
|
| MD5 |
ff8f1fff7133b2d72aa3efedb8ef11ec
|
|
| BLAKE2b-256 |
4b68db93f0e1d5a5bf1f16b2235f2889e7cd5a1c2ca50484dba4f9233aa30439
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp311-cp311-win_amd64.whl -
Subject digest:
e6b5833ee17a27c2cd68286ae76e0b7cfb37217b7295c04251875b98348db14d - Sigstore transparency entry: 373952650
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
014b94de746ce25b7504bd3e3bcb142b319ed9b0c5d66c3a9630e9e035bc5ed0
|
|
| MD5 |
f908ae3048bf5b5e6392efc1cac9f228
|
|
| BLAKE2b-256 |
25ec1e9212a5937331c1d86d9aa87c78837096e40d7995c89601ec61c2343d0e
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
014b94de746ce25b7504bd3e3bcb142b319ed9b0c5d66c3a9630e9e035bc5ed0 - Sigstore transparency entry: 373952613
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59f97ff152816060ae258533f0b7ee8842e36a782821d99d55217a467edd9599
|
|
| MD5 |
9efa748fe3adafea2845beb59789b56f
|
|
| BLAKE2b-256 |
24db9bd9982a838ee871d30943fae3db9081bf57e593eedf0bc99e3dcaa78ef6
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
59f97ff152816060ae258533f0b7ee8842e36a782821d99d55217a467edd9599 - Sigstore transparency entry: 373952539
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 644.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5d05a346bff77d1b56611b15e61b95bdc8a54d68fea47d4c53644372e624752
|
|
| MD5 |
c0acdbabf67810f212b197ef1ac1c1b1
|
|
| BLAKE2b-256 |
7d56d110575c9ace75ce4c054348e63a4e6ad873b4bd2cff46550e962be2c943
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
c5d05a346bff77d1b56611b15e61b95bdc8a54d68fea47d4c53644372e624752 - Sigstore transparency entry: 373952694
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 711.1 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a99e9975d7027cfc4e6b37236e24c5cb112f79f3918dc7b1984ebd08b6181136
|
|
| MD5 |
43893783c767b9ff6a9dbbd7cd3f5e68
|
|
| BLAKE2b-256 |
969768f16eb79018be19b6740109b12a35684070f556199bab5668e34f7f5421
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl -
Subject digest:
a99e9975d7027cfc4e6b37236e24c5cb112f79f3918dc7b1984ebd08b6181136 - Sigstore transparency entry: 373952710
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 624.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa9716381b84c944b5bd6c4bf2f26e10d51522c7886b387afc6d21ef3e247b9
|
|
| MD5 |
80b04f591d15dad16753f595646449bd
|
|
| BLAKE2b-256 |
dcb8a4ec56c310a1c2ce8d5e0e62733b305fbb1cda8d8ff48453a6db37a10b8a
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp310-cp310-win_amd64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp310-cp310-win_amd64.whl -
Subject digest:
eaa9716381b84c944b5bd6c4bf2f26e10d51522c7886b387afc6d21ef3e247b9 - Sigstore transparency entry: 373952582
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
143295e6aad057343520caf59722912d9daf29cdef91e9f0de5398d1594e75b4
|
|
| MD5 |
d88f4356ba1e930714b3930622b7fbaf
|
|
| BLAKE2b-256 |
4718121a1f9947d93d312558b5f7a68e490dd75b5b5968fae687d6bce4c784c1
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
143295e6aad057343520caf59722912d9daf29cdef91e9f0de5398d1594e75b4 - Sigstore transparency entry: 373952524
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f0e838ed17a992d1a91dc1977b63ff0b0fa2f762feb846c6c99d3183a223f9d
|
|
| MD5 |
3e7e34340e376cb50c3577d9b6d6824e
|
|
| BLAKE2b-256 |
6245dc3025142b8b68cfe65f0fce45c8b421627d5ed719f105950116c2ddfc74
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
8f0e838ed17a992d1a91dc1977b63ff0b0fa2f762feb846c6c99d3183a223f9d - Sigstore transparency entry: 373952678
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 644.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ebc4fac626056b2ff25177f66c6717d3cca3acaf933b1bd99ed3c05491cdf1
|
|
| MD5 |
07ea91f616a785de2d3ded2c31c65697
|
|
| BLAKE2b-256 |
d1e504dc6c245902b2b8363ed7ab4ed89e5c4541af9cdb39b60cf9fa40b4738b
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
37ebc4fac626056b2ff25177f66c6717d3cca3acaf933b1bd99ed3c05491cdf1 - Sigstore transparency entry: 373952737
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type:
File details
Details for the file stratigrapy-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: stratigrapy-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 711.7 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afb8e466f11f948364d1a2df8d4b8ebeb2e384861cab5744860f72ec097b6079
|
|
| MD5 |
7ab96f31a124b99a1676c441059e4cb3
|
|
| BLAKE2b-256 |
09ae3675cee6800626a90a6c0cc992d499d2d6025a0002c59d9ff6ea8a8f75e7
|
Provenance
The following attestation bundles were made for stratigrapy-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl:
Publisher:
publish.yml on grongier/stratigrapy
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
stratigrapy-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl -
Subject digest:
afb8e466f11f948364d1a2df8d4b8ebeb2e384861cab5744860f72ec097b6079 - Sigstore transparency entry: 373952634
- Sigstore integration time:
-
Permalink:
grongier/stratigrapy@d411aa945e355711966868d83b4a6fab4b1e6271 -
Branch / Tag:
refs/tags/v0.0.2 - Owner: https://github.com/grongier
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d411aa945e355711966868d83b4a6fab4b1e6271 -
Trigger Event:
push
-
Statement type: