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

Uploaded CPython 3.14tWindows x86-64

sdepack-0.1.4-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.4-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.4-cp314-cp314t-macosx_15_0_arm64.whl (805.8 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

sdepack-0.1.4-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.4-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.4-cp314-cp314-macosx_15_0_arm64.whl (804.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sdepack-0.1.4-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.4-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.4-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.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.4-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.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 25053a08a5486204593901a54951a646c2d7612b10d3d5cc6b3a986d51b92aff
MD5 ea356500b79eed9c4c6b2a3cf1a24062
BLAKE2b-256 540cda9c1b573a2753d82f9d4fbee7fc17e5ef207bf45e25e400547369afe9c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7afaed13ff3555fcba1ab7bff4dbf1038931a63731372d496a60764054c356b4
MD5 fa1d8a25795e056e454b1251601c21ac
BLAKE2b-256 662dca253fc1acc506b35386f9ff1e6d53c3de3f55bb01de7887cdc261471d98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 143f73cb41abf80c6284dc0dc05921a2f0ffce98bfb8b871a93edb3c9411f33d
MD5 368438421afa6d83011b169349c73024
BLAKE2b-256 252270203127c1b34633f91d4d8cd87b2ded9658014599cee848dc8d3c128f5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f1e0a3df856f4d73c5923040ee247e1efbefec4d4412876475fcdf23cf804519
MD5 3258895e72da5b1c00f53e6167a884c7
BLAKE2b-256 0dff5f5aca5f0beb3c053df37bb3d42557e8b32bc39b03740fcf1481c721be79

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.4-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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7f104e03999f6e32bc58aef308cf7cfe4535633271de913f521c515af7c68bb4
MD5 eb0aa1766ff2fee58594ea834c457363
BLAKE2b-256 0b19675bc32484d583af44132f8ae38158bdf681f7a4fec2ea1ed1cf950bcce4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f12e7c6928c7eef8b0bdd43a90c77fa9eeb74ad6b5a539d0e10ba19d363bbe59
MD5 9d3e96f5148ca215ac1f3f0c6e0eaa06
BLAKE2b-256 08e975a236030e6dcdaefc4cbc5ce45fc7e9dbaad1042a630cccd77d20bce52f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86f118eff5982120965d7126eec9b0329e910011093d4be1796cc8ab96c58120
MD5 a386bdf84fb4efe1a06f03a26b14b40e
BLAKE2b-256 e12bef1edec1d7cf5c7b4cc0c8faf573729bedd497f00244236a32e50431e1dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9c7a89e0e9b21bebda3f452b04b1fb9b04877a60539f2209fb51e32cd3868a30
MD5 e89e6db41d258a2b2789c3d95f673f21
BLAKE2b-256 49fec7c84c646c6a974970bed79a279af05dca9af436330100508dc71c53412f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d1acffa48b374891aa5a983be71ae9081e49b161588a3331c96c676b2b1590a5
MD5 6aa0c369582449ce2d7acd603437481d
BLAKE2b-256 8b543381f287c0a2860a9b4f3fa944e0a08e515b31a30f6e39bab7cfbf5eaacd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60cbaf8147fe1e4977782aa7dd3e97ca57da6bd90e5c423a8ec8775cc0101bc2
MD5 2293c663a609247f3eb0bb8e3c8db25a
BLAKE2b-256 13801e3836449601566eb89549aa1d2298fb3ac6174f9afde00f1a8e76437624

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ace870ee349967faa965bac882d250c4f5c3bf5ccc2620c2e04380ae53d6d72d
MD5 661670e6b5083d3168f14c9a656b07a0
BLAKE2b-256 42f62f866f2dd3888c34a24a0f77afb8418d9c409eddea6ab7aa860bccc28149

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 24e2c3702fe1ee9e3e72e62f7c8f60da5db24bfee02beac0fc42655e834badb9
MD5 93c3a72c43b58c68b34cb284f30b1da1
BLAKE2b-256 45db308d125b3876dc9667e92b560631ae39ee5fc3a0805c24b4421b0305e74b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9522cb8f2fc73822f4ed82136e1c8b90a2a8f18b1e264b5a13be080013ffab84
MD5 3450fda345906c21fd498c006eb40a1c
BLAKE2b-256 fda6614929118cf5c5ab013dcb40a6b3587ff6f36205af3afca92832956121f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bbcf63e744dcdb4678a98821b3addb9bb6ec691293036f5fff09bc371fa6351
MD5 e9549013e4845b46a1a77e925a2bc45a
BLAKE2b-256 5c33cd24ec9887c03bb003bf2c0647535076cec48434058e6479cdb0088c5865

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f3c4fbc8a4c5c3a873af49c8a2b9699c159bb6960c072a402dc2f3fa6dbef27
MD5 bdcb1ec2585a75f9bae68eb5cf2f08c5
BLAKE2b-256 3c71fc2076c79a1e99068584bbaf9cda16658fea833fe963bb40ce8139f39def

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 054e9e49097917381427721c206312e96178a3c71388470789c995c1a8f8ffa2
MD5 577398ad5b910e315db8570f31d172df
BLAKE2b-256 5aaf804de3c70caac5d11ddd15b547cc951e8fdeed86221ceb005dc68785c17a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6af4d8146a0ba656292c9ca090d80581fb5d6e4cdffac9f5d17ed1efa9a90de6
MD5 22bdabeb6531259c019d952b267c321f
BLAKE2b-256 d20b83e0e431b781c1eabb86fffaeb4e0332a1892315ea2042941c4345aa184b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01a3db444d11f63cef5caa36353de642afdc736721fd37a21aec2afc01893eb2
MD5 05f4084cfd1e4dd01e26e44240aa1931
BLAKE2b-256 473c86fbd1c7e1cec8d275201f525aec6a0c5245c99ec751889eb398762058fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f2756d38f27b6c337dab5ca3d6abccbe3e83d0f9cbe24ebbff8d1a700d4cc58
MD5 701770cafaf5775c10a1ef1fce69f2aa
BLAKE2b-256 052fb97aefa22b746a372d9939ad967fd61ce0f3fa7a58257e99bba07a8a67da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f85876c01b5975c0e2f099674bc87da7b6d9c51c70b94840e67b72989ad31b2c
MD5 e15672fb912e0ccee800799dc4de87ba
BLAKE2b-256 16035d350d21e0b07d13ed403a2f48d3f230da152e1f0b8d4e65a14fbd359ba9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 82ffa4afad92bf29182b3866bbaadb440e595e4f9318583589001c910b152963
MD5 12f84f3b9b1070d3b30177f31a5ee028
BLAKE2b-256 f57bc6c08573ac1982f6907d7a0b15652d6f4aaee13b5af133b375179540370b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d2773e684853395f997564826c3e8d7919dde17774bdf473525c4eb8ac6a1ae
MD5 11bfa9b3204f3a0afc958798483248a1
BLAKE2b-256 82f8fa4bbcca642bf0684cb2684cf03bd059219c9e8e19bed69c92270f4665d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6de2432df0e9026fe505da537343b41ba4545e51e702e2ed9a4eef8cc641b1b5
MD5 06db4f2742c173e38c6656842a9a1d05
BLAKE2b-256 67ca0993d5bb56cdadd8305dd27c239821e5715c8b93cdbfffa05b223e6a8f01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.4-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 19fcfcb0f1319a2c3328e483c9a18b9ae8d1f34c7896bfc12b2b2c96fdfdf225
MD5 9e1f7c012bc0b0359d1033e858a7e89f
BLAKE2b-256 5b7fbe291128e1e5e4381c7df01f835e5fbb5fc9143dc272855f59d958bb70d4

See more details on using hashes here.

Provenance

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