Skip to main content

Runge-Kutta Numerical Integration Stochastic Differential Equations for Python

Project description

sdepack

Runge-Kutta Numerical Integration of Stochastic Differential Equations for Python

Tests Documentation

codecov License: MIT

PyPI Downloads Python versions

sdepack is a high-performance Python library for numerically solving scalar stochastic differential equations (SDEs) using stochastic Runge-Kutta methods. It offers deterministic, seed-controlled integration of Itô SDEs of the form:

$$dX(t) = F(X, t),dt + Q,G(X, t),dW(t)$$

Solvers range from the first-order Euler-Maruyama scheme to fourth-order stochastic Runge-Kutta methods using Kasdin coefficients.

Quick example

import numpy as np
import sdepack

x = np.zeros(101, dtype=np.float64)
sdepack.rk4_ti_solve(
    lambda x: -0.5 * x,     # drift
    lambda x: 1.0,           # diffusion
    x, 0.0, 10.0, 1.0, 100, 0.1, 42
)

Installation

pip install sdepack

Requires Python 3.10+ and NumPy. See the full installation guide for conda, poetry, and source builds.

Documentation

License

MIT — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

sdepack-0.1.5-cp314-cp314t-win_amd64.whl (48.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdepack-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

sdepack-0.1.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sdepack-0.1.5-cp314-cp314t-macosx_15_0_arm64.whl (805.8 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

sdepack-0.1.5-cp314-cp314-win_amd64.whl (47.5 kB view details)

Uploaded CPython 3.14Windows x86-64

sdepack-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

sdepack-0.1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sdepack-0.1.5-cp314-cp314-macosx_15_0_arm64.whl (804.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

sdepack-0.1.5-cp313-cp313-win_amd64.whl (46.3 kB view details)

Uploaded CPython 3.13Windows x86-64

sdepack-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

sdepack-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sdepack-0.1.5-cp313-cp313-macosx_15_0_arm64.whl (804.9 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

sdepack-0.1.5-cp312-cp312-win_amd64.whl (46.4 kB view details)

Uploaded CPython 3.12Windows x86-64

sdepack-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

sdepack-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sdepack-0.1.5-cp312-cp312-macosx_15_0_arm64.whl (804.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

sdepack-0.1.5-cp311-cp311-win_amd64.whl (46.2 kB view details)

Uploaded CPython 3.11Windows x86-64

sdepack-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

sdepack-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sdepack-0.1.5-cp311-cp311-macosx_15_0_arm64.whl (804.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

sdepack-0.1.5-cp310-cp310-win_amd64.whl (46.4 kB view details)

Uploaded CPython 3.10Windows x86-64

sdepack-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

sdepack-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

sdepack-0.1.5-cp310-cp310-macosx_15_0_arm64.whl (804.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file sdepack-0.1.5-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.5-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 48.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sdepack-0.1.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 de11d5dbd022700daa81c5afe6faf9deaad0560ad63c628c24adfc4a30949384
MD5 f982d18ad9aa81689e83b5c3046900ed
BLAKE2b-256 764efb4b072a2a6814eeffd1494b8a42d36a909975eec73143f148207248c9ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314t-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7b9a463464cca39604ff73282e956dcca2f0b92090b3e405b54fc8012a6c248
MD5 7c43f5b5a4a4aa6e4d400a83cb774b78
BLAKE2b-256 3ffcf9ce949390e4a1f7536da5831af93b786cc3a121251c5df4b8aefd62f871

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44ea8e44af9f78e7ef48e006d50c31e7e140da22f4f4b0cc36f5666a90ff8fbe
MD5 0f57a7173c91f3f8fc481a9a7e0eb2d8
BLAKE2b-256 a926485661b4920d72f12b42571fb27128cce051eca06f84d768e3e8c3475fd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 dd2f60dcf11c8e9e1d3b75a6f922bc1edf0ee9649b66578819f4ecfa525f5f36
MD5 4e2edd01f176ae22ae9385eb87fc94ca
BLAKE2b-256 49719c59a7110e4d6ee63018236baab1a42a88a80224cd3d2525e523e462b7ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 47.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sdepack-0.1.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0d42601aeaad7a42d56b1e334d7c0fa785e427706a19a2a5b535cfd2d92799e3
MD5 68b028c665544aee1a35bf7b2f444267
BLAKE2b-256 528c76ee19ee01ddfedc6c6ed6387c74668dbb1d53fe6465e35c506645346b9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f146de155a15ce5a45503ce0d64bb81c5cbc9c95ab963780a6144fc01c741967
MD5 9f2df8f00b24338e7e02762022b4cce3
BLAKE2b-256 d4dc7dcabe61e74a8b718a70927cdbb59050ba52f215b734917e01ccd83bf57a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3124ef76cd29f0ad0cf4d92b27bc74b61dff76da847f36d6b26b432e52d1f628
MD5 f3ef9ce8dd81d50a79da9f09a3f6b588
BLAKE2b-256 315cde166b908f71d2fb82599b912980849ecdac69e19d06ff16f0e47ffd9c9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b73b0902e18be9fac413f810bf45731eeb7bd03bb7c3e82f1dc19e5b09100a0e
MD5 f9723f9fe5af0499f524c7e7ee00a3cb
BLAKE2b-256 9b0a3af2ceeae9d2f37cbd29f8ede9b9f76c72d663a80e27c7bc456c10a37a94

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 46.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sdepack-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7ebba175765144ca5168f011096af04ec802565d9da03d09739fdd171ec3ed67
MD5 e06b2d2ef4fc958446c2cbb566fcb132
BLAKE2b-256 1f13cbc53f49511e06ca55783ed5e8c0b44077906942855fe1710cae2250b73a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cde9a21c77342ff030225d6d69a0159bbf385ee43099391767abc151e485668
MD5 a26fd4c207a8096c2dfa499cea653fc7
BLAKE2b-256 d6c0335245acb001e279c03d68d8d5293061689d0e907d7e59ff97f89984f097

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 683a9ba6e95350f2f1d7a5e092c1da74b553f9873cbd935f88ee5f047571b5ba
MD5 0cb400ab8faff611420fe838334e65f0
BLAKE2b-256 ca04164a43d078a305c81b0d78b25c35b486583f2f9e1a4ffe46c47994a5e2d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2da4dbec0a854b4c08245903cde96b26cdce217199ae7c68c1a3b063cf75e7b5
MD5 5c1f35f079797c74f1b67216c79e6ee0
BLAKE2b-256 5743e3e2b4952f19012d1e16d612a66669765fc857681583442697ef5019d754

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 46.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sdepack-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 35c4b0374e207ddc3c60a76b0c0dbcfe94d293a0a7b3d152dbf72b0388baf718
MD5 c4a01c1a49a8340748c397c32b3a3d26
BLAKE2b-256 d252f0de63448b7d166d067cfd27ecd33db08292494b75024158fa8490fc1ac9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f371383b3fd3f78e34910c863f319db700dd6ee69e89cadefc7856d86407c49f
MD5 2d0a48a396ee05738c128d00e02dd8ba
BLAKE2b-256 36921bff3828d01e4a39e49073f5f308223d23338dfedd046dbd21d74ed325d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9aee88f897806352034472e17a47140d16b0b74db0e4b8fdef43e33b3d0bc70
MD5 9f4b4127a56786a766e9557345fd9365
BLAKE2b-256 18df450c16fb3877abea85deebf396f1741ac875f7b160a971fa6258c4f0e88c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d6eaf2ee64c4656254a49d097a8aa3e7e598f5d039721cf048670605cc8fb359
MD5 415cf561faaa4544c08587397227e7ad
BLAKE2b-256 12eaf2bd6d322539bee8bef9b88f24ac0c8b435926d535a9259d82ddda697e2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 46.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sdepack-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6408e0075e346a271d533dd5589ffd83dbbc8789cbe2d8ffb5b078cb29f4f1e4
MD5 d7098dda08f663466992042803edbd6f
BLAKE2b-256 e69916caae06ee3af024f1235dfd79af59a31f75c1e325cce680d9c00d74c45a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7711143a0325ae7f2ab8fc1522d996656b624a6a41f6b0c885270009eef17dd4
MD5 0e249f370c87ce41767024f3adf8519b
BLAKE2b-256 a79a8af8030f8816a63aa0d32372dd366043c5e66d8bc1d65e20a3fa98a62ed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da5f206da8c2213103cf7e7dd5bbef302519608ec8a460455d088aca2b348859
MD5 3a02c00f3339cc6c85dd202780e29094
BLAKE2b-256 17d01b067a2325231e67fd50e22d1443f5bce398976339c1ebdd61b7102ff4ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 51a6ba29d8dfe5dadc2db2287869e94ee5b5bfa30127aef54a3bd18c717146ef
MD5 f6b5dc39ba1fb64916f9dbb0a694ee5a
BLAKE2b-256 e27e41b8e89e6bd94419060cb1b1609bc1524284b9626caa42201aeb6e8909d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 46.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sdepack-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f9a1ce0515f013a665c0a26cac33d0bd7112a6877ccc307ee980cca4776f390d
MD5 c229ef4124d611ca340ccfe75a4e7ede
BLAKE2b-256 c6f9672425fde467dc4261bb3c047a296698777099865b40b9420c9d27cf9c39

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7dfd2a445967a2b67a8e23ee124d37b6c4d23330eab36e132f9840c6b6d8821b
MD5 14bae3208b2e71b8499fde10a3b35ef5
BLAKE2b-256 32e736599255860d330087f8f64728ca3db24247312c3004e5d06ea8382543e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac454b51f18c444efce7072acadf5b86d37e74bb801221f0350ad6cecebec79e
MD5 d9432e70b5ede5763326e887fc0e473d
BLAKE2b-256 bc789662c65da7e79880c7739ef66aa44f314c12ecabe0d0822691004af322e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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

File details

Details for the file sdepack-0.1.5-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.5-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1f26e3d51149d95cfa439d1e205352f421eeb4eef4713b842845ef5a185fcf59
MD5 30a0fb1be1cc98015b81496f8a964dd8
BLAKE2b-256 b3640bf7380e84ff53d3282c8598ab222d1aeaa3f43cee1de514648ade5bebf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.5-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: release-pypi.yml on eggzec/sdepack

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