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 Ruff

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.2-cp314-cp314t-win_amd64.whl (48.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

sdepack-0.1.2-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.2-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.2-cp314-cp314t-macosx_15_0_arm64.whl (805.9 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

sdepack-0.1.2-cp314-cp314-win_amd64.whl (47.6 kB view details)

Uploaded CPython 3.14Windows x86-64

sdepack-0.1.2-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.2-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.2-cp314-cp314-macosx_15_0_arm64.whl (804.9 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

sdepack-0.1.2-cp313-cp313-win_amd64.whl (46.4 kB view details)

Uploaded CPython 3.13Windows x86-64

sdepack-0.1.2-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.2-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.2-cp313-cp313-macosx_15_0_arm64.whl (804.9 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sdepack-0.1.2-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.2-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.2-cp312-cp312-macosx_15_0_arm64.whl (804.9 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

sdepack-0.1.2-cp311-cp311-win_amd64.whl (46.3 kB view details)

Uploaded CPython 3.11Windows x86-64

sdepack-0.1.2-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.2-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.2-cp311-cp311-macosx_15_0_arm64.whl (804.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sdepack-0.1.2-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.2-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.2-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.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 48.9 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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3c6b3183f3fc2a360707909553edbe278c85470a24ef83c2afa14ecfb4fd1879
MD5 782cbf12d4a98070b7cf993d5fa17e02
BLAKE2b-256 7b16fc88bca16498b3fb5ee7bb0848002ba11198821d23d8054fae1112370e15

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3b26471f51c82fb6569cc85e6cf663adaca1d443b4dd461ed6e0c0779d7113c
MD5 1eb21a63126bb2b1f142f9137e49cf9d
BLAKE2b-256 0f52dfdd249c8e6b4cf83a665007b5b7579d09db60e65d91fbac72538ad134a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 484b1b570c878ff867be85e3b23715bb0f5ff5540d1470bf49476e50434b712d
MD5 f5d9a17ab33468f988936e32f70fd112
BLAKE2b-256 90f1ec641c146563ec8989120d4a213b93e03540eadbd45969c57e74eacf234a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 75d36f562c82ca1843b735692f5454f079c5366a0f650271cc772cc9ab7ce5a6
MD5 45f9115848b6d68ce93f2a8967c9245b
BLAKE2b-256 899189b387231f827b5917cad779a8b0ad62e06a9ef81f83c6ecef836d8c086c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 47.6 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 46bf7029f691c1d8ec73c67578c867097773ed8213a6ef0d3f11229726dd49fa
MD5 655f9f962e3d1102dc96dc490325eddd
BLAKE2b-256 c8500431b55e1366fc777d6fe3898f1fd3e18953b098895220a6a83add7c17a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f2abb90766a7b55314e8be1579de60617119c22847fe3bc035d65b598289304
MD5 572039d2aa70591633dbac20ff501ea9
BLAKE2b-256 e6d5bdb7d3d926af4cf2a46bf6685dfe9cfbb8a244cef2e823b08dfbb5dbae7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 535e12a5067197524c5abf1ec1175111d7952f4e971e97636911547794212242
MD5 421902948cff71891945cf52b76d79a1
BLAKE2b-256 f5874529c56043fe73ec7632640fe162370e5ac2190a71b38c38ff86838228ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b955ee0aed2a5a451fb0dfe71f840a050afeee63a80ef6688ec68aee68b609a3
MD5 25e7986b31c82125ce426c0d7784ffbf
BLAKE2b-256 53cb1bac8ebf928d4206f9e62153af804169b5b734c3cc9b159a323022addd4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 46.4 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4277cb437e4408fef0ea59f4702c3f427b7106c8bbc2724829d35ce039b2d36c
MD5 bd585d30d98a0c0ef87903c9575b6413
BLAKE2b-256 f08edf420eca2589bcab06455d6721fddae6e1df8008f88b3f1a5eb7cda90195

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5d1fd3ced100079df40ef67da72ffd3827c1f7dcaac4697e5478b65a4ecbf57
MD5 76ba2944dfaeae267f999d24661c466c
BLAKE2b-256 f265ec8ab2b05c7896c859a0f21a3f7c4ba133017837ccb4dcc9ce943a67c1ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2557e894dd0a15a4e0296bbd8c53a302e94bcea4d1afbb044973fb51f9e567ab
MD5 a430b4ef24ba8a4327190b8974444eaf
BLAKE2b-256 5eb6537deb0ef4a98501383b355e03169bca5db12a9d426d92f92bddd18e818c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 157795033b0c18ec31f6451666b5192fa43dffa1bf732cd315875d5b82915538
MD5 1ccd15222c1bec9068f7ed7533e42d95
BLAKE2b-256 77d698db917a18dc991b4deee4eaa20f8005db6cd7e40e77c9f5796ce228a725

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eea3b27d7da68c45bf907bdabf31ec43dadd4177d3732516835b64f0054d2b14
MD5 85cb5710185d96543dd5788adf0bda87
BLAKE2b-256 fd63256a0af2a50e529e7437e854b5d2200348d37e195d230464578388159997

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26e6340fb2e5a15097a6a8d274e56a7b8f2fcffd8792dd26ec31452a62482cf9
MD5 e7848cb27c5955cfdbe7157a1b2ca28a
BLAKE2b-256 5410b3105e3e9e92362e91518a3f7634e1d591640852e46b11d13ea3854c7610

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6df63f863e7d1976bac0adc6e2e7427341b6d338b886c52d46a96db1fbc62b3c
MD5 5da19eca604eae7bc2d9f078d72fb6bc
BLAKE2b-256 a719d495cdeff5009e6f0d31534856ac3235052d501b7dd0cc2140e0b94aed25

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8abc973d6c894f939da10487234623294b7630c952f59bc28f3666fa4fea1aa8
MD5 c6e6130c1afbddb43634c14182753a46
BLAKE2b-256 940ac90be58e34514f683d29b1ab84075eb165101a8a03067b8bb5c3d363a9ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 46.3 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ef7b197ee3d161de9a9fff01c28db5c5696d62990515f456a2a08f1641b867de
MD5 6578100fcf16da27f30d7c0363c4364d
BLAKE2b-256 03f3cb9625925d5c8d0ea9d80b5dd96cef54e28f97e6d6c860a87470455cded1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8875b506e47f7ce0c409b4b07e0c01d51b5b5a1cff4b51b87b937b400fa0f863
MD5 0de4851cc1f3cb569dfb61b04f6e64cd
BLAKE2b-256 d6353939badc9513cb35c1a614affe53062df1f4db8e6003ff77059d87fc5a19

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60b3b977b4764683fa5ec47191fa6f54d029baf8592b96e0032b79e353bcb8de
MD5 b2331fdac0e9797d3ae7d56597baa83b
BLAKE2b-256 d7eae43b11cc2b273be40702838c4e13b9c2bed6ac9a4b42c2cab3f043c2a271

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 ee3a28c26ecf9ea29a445405e2928174d20ad7b2b9393de3c1417b48b8d698a1
MD5 35c0794ecbf8c1f307d612efdcfecc84
BLAKE2b-256 f551a19327c189b7d5280378806f8ab36de009dcfb6da842a6ca28f5c25ae295

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c497067de9c8b284ba8f4fa5a7bb47a7648f9bdb60af23e435ba0a2204bd71fa
MD5 ddb29911a7e23db7eaad848cde43afcb
BLAKE2b-256 e67e80df37ebdd2cdacf99097a65269ceb29ec4fc89f32d751667848b6781121

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8cbf3287adf92fde48c5ec03542b7016f50aa033fd618f6ac57e79bd34a4ff9
MD5 84f8015220971d0cfcfedb7e50ed2615
BLAKE2b-256 8e9d323c9a7bfa6304a89aa722bdd8f1ed652af1d91ca4955630077bdbc89174

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0341bb89e58fff7c5b342a8ba370fdf06630ff2354ab08fee95f185b8093d64c
MD5 78984e812453cfec40eb69857aa4dff0
BLAKE2b-256 c9c2801160e15fdde32aa8bdad9512a30d2d3433734afe6d8b9a4a7024068a70

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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.2-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sdepack-0.1.2-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d4558ffc00aefa80fae9c48718c29ae09b0130eda9212950db409bf7878676b4
MD5 eccd96372d1c16fda651ed0278445b71
BLAKE2b-256 df7f3020d9c61e1f6bc4ea65ed659b4d6aacadf38adef1f977fa79eb467783e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sdepack-0.1.2-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