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

PyPI License: MIT Python 3.10+

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

Uploaded CPython 3.14tWindows x86-64

sdepack-0.1.1-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.1-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.1-cp314-cp314t-macosx_15_0_arm64.whl (805.7 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

sdepack-0.1.1-cp314-cp314-win_amd64.whl (47.4 kB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sdepack-0.1.1-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.1-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.1-cp313-cp313-macosx_15_0_arm64.whl (804.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

sdepack-0.1.1-cp312-cp312-win_amd64.whl (46.3 kB view details)

Uploaded CPython 3.12Windows x86-64

sdepack-0.1.1-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.1-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.1-cp312-cp312-macosx_15_0_arm64.whl (804.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

sdepack-0.1.1-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.1-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.1-cp311-cp311-macosx_15_0_arm64.whl (804.6 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

sdepack-0.1.1-cp310-cp310-win_amd64.whl (46.3 kB view details)

Uploaded CPython 3.10Windows x86-64

sdepack-0.1.1-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.1-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.1-cp310-cp310-macosx_15_0_arm64.whl (804.6 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

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

File metadata

  • Download URL: sdepack-0.1.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 48.7 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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f93d8a8fa1cf9bc40bb84f69de772a1f32d15d7f2dd4ef3005b5d04ec7ad0eb5
MD5 89f636b16155bcae461f9a64ce2780bf
BLAKE2b-256 2ef6e1edbf6375c69f288501de1dbdf512020e108f4810023a38ac7908013805

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45678e71c7e08daeae03cf082e8f2d255c4e82df016796d0bb2e9a611bb2c597
MD5 d9362664962e18ce749bbe26b913f1e4
BLAKE2b-256 59901516ab251004504e554a03c501f5991d7b79976a01b08b303cbc46b35446

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58fc4a74839fc633700ceb598420e0775286b2b5ee6aff3048fdfbe9311bdf32
MD5 85678733f8aa9800bc29d407e018daba
BLAKE2b-256 1e9aca4516ec1d826e12006d612373ea4e20c178d8e2ee51c30092cafeb5227c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f588a403ba900d5e14cf48bdcc50fdc136c2451f063f63bab25d09ca87301efe
MD5 a81060c53efcb1f52c8d89c0ad7b6536
BLAKE2b-256 952a74dab155253314059baf509d42addff0b2edcc831b7d6b7cc2c075fbe041

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 47.4 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b65bb80be15f57b68380d124c48a39064f177a62666d3ab19d4d2e570ee2b36a
MD5 ad0ad3c48191d66e898a2daf3acf52d9
BLAKE2b-256 6775566684a23fc17f6d27cbb42255935753d6e8d9ce020e53b32d05b0b9fad2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca1fd93badb303fdfe121ee4f49b2715b90d842d3814d62489b7d730f95a1d7b
MD5 38bd725460825cb19e18f9a3256927b8
BLAKE2b-256 a19dee85d9f58b3fea77acd57aecb7beca009ebe9d4f53a41e0851603e7bdec6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 afc74431736f60bcefb6d01bf9e6c627e30cb6f0e6cabf94ef0588d87d016155
MD5 3e8b38cbd59110d562f1fad5e6d79ada
BLAKE2b-256 a50d0e880ff00e85d8b4e8c9e70e56a8f957185a752e492100ae203c89c282af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fd50e3e164a9414b20437114d41e3c58161b8b29e8d0ccd44a43fa8a43477934
MD5 570c3405f1f0aae070f763ffd8e48e01
BLAKE2b-256 d73117bb02271ad86e4cf6b50b5c6a2b23dcce69d398dd31d5478d2e52dc008e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3ac0bd2776cdacce0057e659f00286d3edb457055ec3ab356ccb5ed3528a692a
MD5 ac4f6a2d672f981272dc78562f24c2b6
BLAKE2b-256 dc42b83b2da982c38377ba60a22d72270f3278661f5e5a3fe7d1ceff6030dd58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2fae6e1b5bbb12c1fdea6c4281f66af8759503de76bafa3bf35daec4ca90962
MD5 b166cffa2b9c8e393d67e01fd4669667
BLAKE2b-256 efb9892c5ee98bdf0002e7b5751477c14317a27033838da1a2f73645c7785af1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5f892656a0b2453e5c5381e652bc4231b5cbab604dd631a8f14a451bf27afa5
MD5 f0237775deea7d47ff8e239a94478e90
BLAKE2b-256 8426f1e13ada7804d6452d5b2aef7f430fa1f60134183e760ca26a5dd2f2b2e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f0e6ffb0f964bbe070c3b1cd948a68ab70914a556ec09941856bd915565dae1b
MD5 136aa33d924d5a4077b5099132a7189f
BLAKE2b-256 c22bfe6bd618f00297d78504ce818179bfc126f82b4cb7bda57e54c31d5be99a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 46.3 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2ade79e8c6f037d7a6836a9ebc7a73c66faf9199963c0671779b1694a70283e5
MD5 416e8078e0344399f9a7c790504c0c4e
BLAKE2b-256 9d7f05ae262fe2936cfb0fee09184b0512a0dc65f5194f83b92ca1d6b374e6dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83da15b7517d012e52dc7f19b73e033be083898d462b90f709a6bad2ac76a2ed
MD5 09d4547f755d5cc11026d082ebbd56c9
BLAKE2b-256 b4f583255e54ed94a5067b0282ace0a17513eed7e2309e41b72d1bc1a4afb3f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b826d8eeb4b36bc7aac683905d42a9c3c3b7429e3c1822748ce4277a97677d5
MD5 2f943c6dcbae6d87d62bfbd6b8d163c1
BLAKE2b-256 bc13895e2db67b594649587bc72ab0237097f6e3b9c26ebbd85f3213b2ab0630

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a8c7fdd6a42df63a433719646edb20dc5621a693b169f3da2fdc330e8ce9636f
MD5 6a0beb190d270a1f70b5956cc4f08938
BLAKE2b-256 7f727422a968f635185b1fbb223f6bc882fdb44b1f97cdec3e5d53ace911d8fb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0974ba6f7e6c0b9605a07b53efa8c8945dfbe65784d88c448d77ae19a247eb43
MD5 700d1db831597a86d4132af3fc18dfd9
BLAKE2b-256 bb167d863798b6030f19094f8864cc9ba99c328c855d75ce0bbd25e4a202b869

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 070eb667eb57a37c8b3df2887ed61eca4cbcc54b5e4132cf94b82c9ea3d188bc
MD5 3d56d931a6ec91fa1aca132d68d3bd7d
BLAKE2b-256 a19fc87b1856e2b75de2210149d684d0db184893517d2aabfe5baac0011ce778

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf50fb883f6c74ceba7d2b15f6e59b69f4b35b280faff592a63d3f0ba44a1132
MD5 c1470da7625cd4d99c376118bf7bd715
BLAKE2b-256 76a41c07d6e1f39e6297e77b13f0f5fbbe7901c5c78556fe2938d41071933686

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b6f69ce412605fe5445c4c7c04bfdba72579ee5c2e77414f2ea6cebd87b1df72
MD5 9a659f3ac48e20b79ef50570d883d1ad
BLAKE2b-256 c7b3555f9b84b1961d4ae5db4fece97311bd14e79a485462dd0576a3e9e347eb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 46.3 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa22fe18dbd5b28d956b25a44085d5a1fdfb5deed44176855c97b2764b5c901b
MD5 28fa2544bafa9d991b3373b29df0eccc
BLAKE2b-256 c058a3adda3f7724bed50da8c05e86dc23b5b656c2607b075cfb55bc8b3a22e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 445317b6f2ebceed289f9d679fe9352d7812581c45ae2b6771c5d8f7bf01be3b
MD5 e5568fe672bc47f356a3b1428dae78a1
BLAKE2b-256 c68ce00d83a706aaa1c3801e65b99b43cdf48cd30e223b9339848d4e7e007b4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67d2efd8054b7123bc06a6d52d1cc73cff28159bb9123946b0ef2677f94370b1
MD5 8f2ee3f4b53dbba003424c933a9112a4
BLAKE2b-256 5973c9a6eee77c2bd7fb3e5b1d54bc3a4d25d7967f4a03f42ad19e96e69fad61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.1-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e1602a5c74448ffd9b97f8479e6c4a37c7186a664cf5df44b3bc6a29aa667a38
MD5 b2cf624b11fabfbb0f1d053acf46fd3d
BLAKE2b-256 209f23d1504e065f83ab9a553f5c89e67c633a53079b9cb3ea131a5d21c66b52

See more details on using hashes here.

Provenance

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