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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmacOS 15.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 15.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sdepack-0.1.3-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.3-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.3-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.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sdepack-0.1.3-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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 992e9352623d2ceb97a9bd94db8f22113e22d48a98720eeff70833f1a16f1d72
MD5 f5f07a491c7ff3804a81a26f78c590e3
BLAKE2b-256 af7b3a90c6c68d624436be573d75bc27755213b368cffae208fc77dc50bdbe88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 500c242118fc4533733513464836f525b277dfc7d062031e0bc360ce73d7b378
MD5 cd1e84081914d221813197f04b3cc5bc
BLAKE2b-256 018021ae9ea76594c4f8aebd9712c0cae7970658c71e9bd9891ec0be2de1ab20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d68fee12beec45c67eec9c7baa39c6e66e498a5722ef0b2b7e68f591e4abfd7b
MD5 82f3214a36051b3c654180c6894a7c4d
BLAKE2b-256 003e539c79de3fd498136ccbd7062b3814dfa28ab070a2b4ba11c00e1e549c9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d12b93532391ce232bf40e38b98ef535a6f639a379731558cf2db927f71e35b2
MD5 db5125036f82239343a19499ec4a61c9
BLAKE2b-256 1000d422ba779b52fc3e62803f1959364a452d128192f64f1fb7cd41f43ab3ce

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ec515d996f6cf5c4296b08f562f47fe664f9c3122dd2ca5ff0cb7b1c99dd9d2a
MD5 ecb8dfce3520cc4b5f0011476c2fc531
BLAKE2b-256 1dd14337ebf86a1f43ed4be5419d9dc15be5829e8044c485038b23e884295e22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae408257ddd59b786aa57dc392749298181d224f1b97f234fe05fdfc8247734e
MD5 3b0f3c0f9a4bfb3a0927b89d1daee958
BLAKE2b-256 396556d9f5a3d338479991aabc3578cb37085b190c1ae189c631c807b2f58b92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f15fe3d9eff0988dc88013d4a4896895f195e594b5e74d71476967f3db99ec1
MD5 2407074ef750f8a15f99165262efc706
BLAKE2b-256 ecfe421fbc65e95656e2a87ee94b4493d497672e8cc0a64a8b9c2a714b74be5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1ffb642f18894d4c4187d1cfaf0eb422230eeed3a75aba5f7b98eeaee3cbbce2
MD5 4c2bb5725f1b07b83381e51304f3c438
BLAKE2b-256 177f044b3e8d2d3c17cc0cbe83fe4cf91aa89b3da150c502e7be8512f9775231

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 826e76b191c5d135861b08687323dc6d9fc145bd4e7712559402bc8ea1188c00
MD5 a20ee0050bb11920c0a72b444d8ebc14
BLAKE2b-256 1d8291198f8ca814f54b3d7912ff0178e09abb50b560489a9d45845c219af9c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f15fee64e54f71001c242c41d72715f6c435f8042eefad1193b8f6de64713055
MD5 87a00bfd32400cdb3dbf6fe4c0405f86
BLAKE2b-256 773a5f656245c0bc0489dadf5d3fbb1530b4aa611906a883c56e3cc025318f79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d799113fb3e6c0d9d7a7e272b00c6d89979b64f7d5feeb721bce18dd79bfa089
MD5 c4f366be069b3e2dfe4bbed98e9a6b56
BLAKE2b-256 75ac562a8d0809d9ed9ded4428331f0c5f170eba860684b6c6df037425c9455e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 89ace07c3adac6df4d558cfb8789d4b5524ad4ea09f4670a49c6cc1b0ce6a979
MD5 97f517a4d920b842dd7e86311bc431e6
BLAKE2b-256 c35b8dc6dfd799d342aef668b582e3a79c62e458144c12e7cb71087be89a7cdf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 77cd6387bb721fad483a8f0b9e711ede6dd690d833a43055d75ce485c737eaa9
MD5 10dba4369250dd5b1cee758368792d16
BLAKE2b-256 d95bd1ffc1110f58b1614e8f87ca0f964e80bdd5ce5963b96b2e316ecb4ba684

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b158128c487c3cf0d143cf9ac61cd34aeed7762bc0cc2e4a2d429e33079f706
MD5 8b1ecc4c444c6607a1df2ae635b3fef3
BLAKE2b-256 4a73c6a74ce127116c6aecc3cb72ceda55c01390eb2bb77f03edfb8ff9a6827a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8037e88025bcf91d8a77fba4c09a2cf5c2ad6d240d63a97389f65c7cdf314e14
MD5 c4250d22e9062f56d61b7f6a720b3857
BLAKE2b-256 31b710bfc469fe3ac60b0c8ad1153f27bee109d3fb86185f9685665b2db58043

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 bf0b64ce65354f2db1f96bc606c3ae199e0914a7c6d8292802036d565133d95a
MD5 5f2fc66ae27e24fed29b2071bc9fd92c
BLAKE2b-256 123eb5b6388c2e69d881dd0376ac1666f315749c55f9ed23072f97d3978a265e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 879ff8b6bf428755e94c1cecb876ca24496eb6f5ec6d6d1f312cf0500b79900b
MD5 a063f7f0fd8185b38852bc2ab8affbc1
BLAKE2b-256 087e7d45a4c9e09acf222d4a4c8dbc69f2b4c7c9498f080645120ecc33767e12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ac11eaf77577e2713d8e1ebafbdf24c4e476377b38f4c1cbc756985d113078a
MD5 3af4ebf6fd6c4e2f0b164a3f36311ec5
BLAKE2b-256 d7d01d752947299cee91da15232a7f3d3aa0c6c54dd4f9bfbd785b92b5fb4773

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d56c1a0252076b64fdc26ddd4ed29f3d7f30a13fc810023beb6ce96b05b81ca3
MD5 22c2aae423ba29af8ed9bafb4d6d7394
BLAKE2b-256 25149791f84d2aa6da463b2db0e6f7f951ebd369ec67c4648f5bba216f62c6c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c3579c7fbc547096757060acc4169ece591fe97fd0332b31e2d21fb5e5990d40
MD5 7ff71fcce196160486b59c2bdb146032
BLAKE2b-256 dc0901ef10eeaee5bd10a29ce3ffb932c2f4ebf8a5b0273db4cd4e7fc0468a19

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sdepack-0.1.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8f511ee095f66ebecae64312d00f3aeb279f949db48c2e65fa0fb321fd4c2787
MD5 0401c66f3a2635062fb4414d22fc0f85
BLAKE2b-256 00d7f5927f7081fbfada2bb2034aa3858a479391a1cbe470b782dac1ef532980

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bb29c28f24ec90aa3e860da26814bb25813ff188817415500f1ff0df355cbd8
MD5 b2425123957a737b0db277afd282e76f
BLAKE2b-256 08446cf5fab506da7ccf71fcaf2ce09be24b3ef82276f2864c2f8710f063b760

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d43a32cf5b5726920860e5123fa1388a349365861f9be2c7a72040f55abdb88f
MD5 d703149e40dee0a069e898abd804dbae
BLAKE2b-256 f50e46062d4b69fd99df518b8677465d8911bbf8b7e4e2335998bd48f58192fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sdepack-0.1.3-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 11180d1df614d1b431a6094baad0e1d01552558c3d1645f14ce408232123ec54
MD5 59ad32f07bbb475b0bd220c2e9acb3a3
BLAKE2b-256 9685eb352eeb52e2ffac803b7d9ce2c6eefd2ed49c392c9a6854270737601860

See more details on using hashes here.

Provenance

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