Skip to main content

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines.

Project description

py-earth2

This project is copied from py-earth, which has been archived since December 2023 and is licensed under BSD-3-Clause Copyright (c) 2013, Jason Rudy.

The original README can be found in README-original.md

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines algorithm, in the style of scikit-learn. The py-earth package implements Multivariate Adaptive Regression Splines using Cython and provides an interface that is compatible with scikit-learn's Estimator, Predictor, Transformer, and Model interfaces. For more information about Multivariate Adaptive Regression Splines, see the references below.


Usage

import numpy
from pyearth import Earth
from matplotlib import pyplot

#Create some fake data
numpy.random.seed(0)
m = 1000
n = 10
X = 80*numpy.random.uniform(size=(m,n)) - 40
y = numpy.abs(X[:,6] - 4.0) + 1*numpy.random.normal(size=m)

#Fit an Earth model
model = Earth()
model.fit(X,y)

#Print the model
print(model.trace())
print(model.summary())

#Plot the model
y_hat = model.predict(X)
pyplot.figure()
pyplot.plot(X[:,6],y,'r.')
pyplot.plot(X[:,6],y_hat,'b.')
pyplot.xlabel('x_6')
pyplot.ylabel('y')
pyplot.title('Simple Earth Example')
pyplot.show()

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

py_earth2-0.2.0.tar.gz (172.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

py_earth2-0.2.0-cp313-cp313-win_amd64.whl (774.3 kB view details)

Uploaded CPython 3.13Windows x86-64

py_earth2-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

py_earth2-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

py_earth2-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (775.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

py_earth2-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl (831.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

py_earth2-0.2.0-cp312-cp312-win_amd64.whl (778.6 kB view details)

Uploaded CPython 3.12Windows x86-64

py_earth2-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

py_earth2-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

py_earth2-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (784.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

py_earth2-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl (840.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

py_earth2-0.2.0-cp311-cp311-win_amd64.whl (786.6 kB view details)

Uploaded CPython 3.11Windows x86-64

py_earth2-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

py_earth2-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

py_earth2-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (792.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

py_earth2-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl (842.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

py_earth2-0.2.0-cp310-cp310-win_amd64.whl (783.1 kB view details)

Uploaded CPython 3.10Windows x86-64

py_earth2-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

py_earth2-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

py_earth2-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (789.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

py_earth2-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl (837.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file py_earth2-0.2.0.tar.gz.

File metadata

  • Download URL: py_earth2-0.2.0.tar.gz
  • Upload date:
  • Size: 172.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for py_earth2-0.2.0.tar.gz
Algorithm Hash digest
SHA256 8ca330d46e7853da6abe89f959270e71ef53691694dad4a036dce0a8c0fe263c
MD5 0920c5c421337da6586df4aa9f854d26
BLAKE2b-256 cdc4df717230683b3c397f5b9110cf6a812aff69fcc8032bc7ed9e70ced7c861

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0.tar.gz:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: py_earth2-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 774.3 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

Hashes for py_earth2-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e62dc9e720124c5b9d0d957a4752de2969d2c555f720e9cf9d106c8423789807
MD5 e1e3b1617ac721ec445637812db05925
BLAKE2b-256 9a677b99b2184f3c81b244053d34dac69b75ddff34a88650ddfa533c23be624b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0419018c1aabcce8d88b92a1d61c1d98c4625496cfc907e0da4bd0d9ca04b24
MD5 b6ac37e68d69194774133ccee43de400
BLAKE2b-256 5c4b437bf1d23f3227b73844b5aba723cb28d4f9578c0a23332c7de519bc504f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86382dd5b4500483992c2c7028c6a82e4373d71de44d838721d79eb9ca11f34f
MD5 41972ff48cab049c5df1fab055886eed
BLAKE2b-256 ad9257f7e666b988d980d4cb04ddc22eb9ba677e9336b9f738273b58f7cb02c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1d9554f3cdc25922577d26faf45acc576c5024e9f53900413f863da54cb3a4f
MD5 5d4af3bf0adc20d96b6f08a4b052b5ae
BLAKE2b-256 5f4df3cc9bf512bef7eb070e9c0507186dbf7f138dffb11f2713de2322877b49

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f634e555b8f42ab573e4bd10097cb74d2d8ec2d92df5e02ec1d8b8451a915b4c
MD5 f5b1bd243e11b9e7f7a25466d1b08244
BLAKE2b-256 fd1d7133ef3f879f2202736c64e10daf526acd024618b2e18200c3f5cb9f463c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: py_earth2-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 778.6 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

Hashes for py_earth2-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c96dd5cd386a3c9ba8384be66d794232301479401c5e63d50fa3d7814d043b5f
MD5 75687e3f202229751f047bc8a9b015b4
BLAKE2b-256 4fdd14d71fe7015a7fed87c818fa7aac3bd3d62bfbda6f7b1d1be70d74c0afe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5cd2689f888e281ff80a13ea0a95a23ef1eddf547ac5da8711aea163b654d98
MD5 e4cd9fda3d93a1687c565dd3afa10513
BLAKE2b-256 9bf77fba9a14ab1757568ce1460d43249c7c31c2cfcb8128b98bf877a8648696

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1525690247ecc56f4d5738e4ee4a76200b69c47bb126f73939e222eef8be3542
MD5 226d5bb1e10c3848b36379e6d7993b3e
BLAKE2b-256 96fbeed31bc3b6f72f78ae47268def21f9f2454f96728334a836237fd29a4e8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dd71557a594079216d503398b777f07bd00d532c88e765557875d657522ed82
MD5 3513faa8465abe29ae5d041910144456
BLAKE2b-256 1fed58c7df786493eae8e70378a1f2e08bcf49f5b117b20c72ea13c9aee00a85

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f3590659f29e000b00a250d292dde9379030a528878f58dd23b4d0143cd0078a
MD5 dc345d618509ee0abc1a6237d048e22b
BLAKE2b-256 0a287df8480716ec52fe6303b8f59237735ad73668a63ca02f3c0072807a1c36

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: py_earth2-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 786.6 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

Hashes for py_earth2-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e5774fb097a8b9a7f8bcafc5dbaa4201b65c678d0acde70c85b832e1c4b1c677
MD5 5a25aef4f38b43864504ea66a94a6580
BLAKE2b-256 1729578104e06032dcb0396ece23ad13d644ef4dda065952d1ab1c4242891f50

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0d1bd318abc3607838c0c6aaf6778b999ea05edbe65aee7ef4c81a600a03c57
MD5 319f5845ecdfbd77b8618bb28d76563c
BLAKE2b-256 df51c1f9a5892ee12debb8104ec6d84489dad3ce6502d15a9b5477fe45258838

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe7d1658b7993d08fa24a622f20e765217460b5a7b857dabfeb0a64bd3830f9d
MD5 7c4b428b2394807606998b2dad43bce3
BLAKE2b-256 bc6d7166b7f5d5ea4b286fcaf567cc33e57940cd2b03e73dd2bdb2095ad05963

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20280e6188e567fc9dc933742a67d9a5a5496dc719474d7303d15870877e0bf5
MD5 fdb7aa2c5950a75635697dd64f772163
BLAKE2b-256 b21db75a3bf238a6d7699660746551cb6feef3a0200380ad852137a7335b717b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e7175431834946c6ceb5499c5244d1c5f5107216dff0fadffdba8fd5b4d5dcd
MD5 8efdefbd69e90865ff1e09b0708c7e44
BLAKE2b-256 78c390a1ae29362695293a3869a2c0b92b4230f1481f5f95148463ffd847e2ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: py_earth2-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 783.1 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

Hashes for py_earth2-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1262ec4cf04bcce39a3b191d5c3828fab3a907fa11f05b08cf37877347865506
MD5 01b490c7dd2dac67b6f4fa116793780c
BLAKE2b-256 f405a63eafdafe888fc83f1ac91a9461b494041c39a8cb26d63c6235956ffc5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8d475a5ba7b70cec4f13d82e312b0d67bf75cf142aedebfa2a89294beb712ab
MD5 bd8a1b71ebbf6641153b755957594c69
BLAKE2b-256 71259c2d9f61b544516b1fcb1c8477fccbe80334ed921cdb04b7261db2604668

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1586c53c438f6798f7bdddfa2aef2700368b7f6c6f0814cac4304fde62b2796d
MD5 bd4bd41550e3e415bfd29698f77480bc
BLAKE2b-256 3ad5a5675c347606d739e5cd89db5055b89f75097b4a3ddaf25b753ec9ecb46e

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecee4cbfdbcfea5f480f93e776d387ec789dd164257479d4e5b34a26cd9a9de9
MD5 c8cfe71795f356bd48a86791a932e4e6
BLAKE2b-256 d8bccd0ed8552bbdbf90018fcac4d0d163d39aa394284772d7c09b674354b2b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_earth2-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for py_earth2-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b25207b62eb34d9175b7c6e600025199192aaff732ae3b0eab8a05986503ef47
MD5 763700900f7780bc41d8edc84d30e423
BLAKE2b-256 c9b1921686309b9d422b67e5b87f05a6b2c30f8f1b0face7461577cfd56d6293

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_earth2-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on felixgwilliams/py-earth2

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