Skip to main content

A no-dependency Python package for STAC, using Rust under the hood.

Project description

stacrs

GitHub Workflow Status PyPI - Version PyPI - License Contributor Covenant

A no-dependency Python package for STAC, using Rust under the hood.

Usage

Install via pip:

python -m pip install stacrs

Then:

import stacrs

# Search a STAC API
items = stacrs.search(
    "https://landsatlook.usgs.gov/stac-server",
    collections="landsat-c2l2-sr",
    intersects={"type": "Point", "coordinates": [-105.119, 40.173]},
    sortby="-properties.datetime",
    max_items=100,
)

# Write items to a stac-geoparquet file
stacrs.write("items.parquet", items)

# Read items from a stac-geoparquet file as an item collection
item_collection = stacrs.read("items.parquet")

# Use `search_to` for better performance if you know you'll be writing the items
# to a file
stacrs.search_to(
    "items.parquet",
    "https://landsatlook.usgs.gov/stac-server",
    collections="landsat-c2l2-sr",
    intersects={"type": "Point", "coordinates": [-105.119, 40.173]},
    sortby="-properties.datetime",
    max_items=100,
)

See the documentation for details. In particular, our example notebook demonstrates some of the more interesting features.

Comparisons

This package (intentionally) has limited functionality, as it is not intended to be a replacement for existing Python STAC packages. pystac is a mature Python library with a significantly richer API for working with STAC objects. For querying STAC APIs, pystac-client is more feature-rich than our simplistic stacrs.search.

That being said, it is hoped that stacrs will be a nice complement to the existing Python STAC ecosystem by providing a no-dependency package with unique capabilities, such as searching directly into a stac-geoparquet file.

Other info

This package is part of the stac-rs monorepo, see its README for contributing and license information.

Project details


Download files

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

Source Distribution

stacrs-0.2.2.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (17.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

stacrs-0.2.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (17.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

stacrs-0.2.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded PyPy macOS 10.12+ x86-64

stacrs-0.2.2-cp313-none-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.13 Windows x86-64

stacrs-0.2.2-cp313-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.13 Windows x86

stacrs-0.2.2-cp313-cp313-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

stacrs-0.2.2-cp313-cp313-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-cp313-cp313-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

stacrs-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

stacrs-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-cp313-cp313-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

stacrs-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

stacrs-0.2.2-cp312-none-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

stacrs-0.2.2-cp312-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.12 Windows x86

stacrs-0.2.2-cp312-cp312-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

stacrs-0.2.2-cp312-cp312-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-cp312-cp312-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

stacrs-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

stacrs-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-cp312-cp312-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

stacrs-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

stacrs-0.2.2-cp311-none-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

stacrs-0.2.2-cp311-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.11 Windows x86

stacrs-0.2.2-cp311-cp311-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

stacrs-0.2.2-cp311-cp311-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-cp311-cp311-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

stacrs-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

stacrs-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

stacrs-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

stacrs-0.2.2-cp310-none-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

stacrs-0.2.2-cp310-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.10 Windows x86

stacrs-0.2.2-cp310-cp310-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

stacrs-0.2.2-cp310-cp310-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-cp310-cp310-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

stacrs-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

stacrs-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-cp310-cp310-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

stacrs-0.2.2-cp310-cp310-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

stacrs-0.2.2-cp39-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.9 Windows x86

stacrs-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

stacrs-0.2.2-cp39-cp39-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-cp39-cp39-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

stacrs-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

stacrs-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-cp39-cp39-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

stacrs-0.2.2-cp39-cp39-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

stacrs-0.2.2-cp38-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.8 Windows x86

stacrs-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl (29.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

stacrs-0.2.2-cp38-cp38-musllinux_1_1_armv7l.whl (28.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARMv7l

stacrs-0.2.2-cp38-cp38-musllinux_1_1_aarch64.whl (28.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

stacrs-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (25.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

stacrs-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.2-cp38-cp38-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

stacrs-0.2.2-cp38-cp38-macosx_10_12_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

File details

Details for the file stacrs-0.2.2.tar.gz.

File metadata

  • Download URL: stacrs-0.2.2.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2.tar.gz
Algorithm Hash digest
SHA256 9fb07ee3852623dc3140338ec024c7da0119bb62059da7f82a4dcd4f768cdd0f
MD5 b036b85e464b47bc66048625430ac7d7
BLAKE2b-256 38c4f1d2aadd7a372bf2f62a518d3c0a79eb1f2a802a1b42f41e807f04278727

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 19b7770e912c91254c072a11f235b78332fa1a2d4473ea5d0d0ca5510d4d86ef
MD5 534bfe23360394324e45cd8aae1eb9ee
BLAKE2b-256 166f8cf1b372ee366671397460b288573769745b0d2129e43fa1fe9a57dae4c9

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 8e76b64363ab0513a778a771a00e3f4206f0989841929e36220c1de7792aed24
MD5 dd6331ad748f342eadd7632d4ec553bf
BLAKE2b-256 d5dce7242adb8933d7b6d76e9b187403835e31c85e5642eec59f53a9a8ea9630

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ff27d6e7959e17089410905a1a00ac4076bd793d1cc80d70700409e08ad2102
MD5 4029acd58bb7713f29691360a23137b4
BLAKE2b-256 920a443a350d22a84b5bfa6e95621c54dc99874176fb17961171186bdac2ed84

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b40814d2b8e60002029df0504c2489abfe71bf6b119425d94132dabb567b3988
MD5 6ed02511e3389be649458fef5c8166ae
BLAKE2b-256 03e39013050c80d8ebce3fd5b62b741aa40b358621ccad283427f9844efa1303

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79b0cc9e6e181da49b571af9a553c117463313f37f0774738d3391bc464492e6
MD5 5534294f65907d39abadf650a47f05de
BLAKE2b-256 aa578c25abbde4844a45571b0a6425a011afe68577a7639c90cdebdd0423aa1f

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c0c673c24f1ac9ebdc4febbfe4c0c15a5569be987427c2267e1d02f32a08d93b
MD5 a44060d9355278001d58ed724d33c652
BLAKE2b-256 fb7da549ec2c3a2fbb0059870ad531105823bb7177d7f5d0a91e28421a6f4b78

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 630318496cd52c00b1ac08afa592d209d8bd092ff7caeddc894271a1d94d8384
MD5 598a7df7e3498ffea95aecbeff8d72b5
BLAKE2b-256 44d5d92484d2d084a820c5850b1e773903f6331d2f0e024695c796ecf8b70e70

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2f936560c067fe997b785529899e13cb0643533b2314ac61ec4112e7fbbe98c9
MD5 5d6532523da49fcacf8a6e5c84e400a8
BLAKE2b-256 e5983a90334f30c648e148133e0e5454a9441e2429b093a7f0a157c7f3a40bd1

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c1f755ba54c7700eaee5f450187cbd2e07fdbc05f7292ed979e22d48f0a7a481
MD5 efe0ac873649c2ae3f078ad519532d61
BLAKE2b-256 1a819ba917788127f25e3829c84da0fb71e472657962cc031a658f6d1e85f511

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 02d778026329ea74b6d9ac9144341de712268330d946e6f9094ec89f85a7b309
MD5 c892317d9543c932257158fcc065f367
BLAKE2b-256 b56a629ea237c3c5f43d3942a3f5c125ebaf6570aaeb5e0244149f20358ab19d

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7ae4d3927505f049da28f7cb58469748b0d2d20da3ca301b39ceada29bd7487d
MD5 5af7d785e85e69c3a1fff9b9b0f12225
BLAKE2b-256 9425e1a6726679204ca1301b076807697d51ea9d570d06cc10c7dbd118628940

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 388d8e12644bde42ba96adf023c2395b5bffc6700090783c8582f9431a27ab9b
MD5 3f24c3dc963a993b5e1a225627116af7
BLAKE2b-256 85941e48f560aaab8ae6cabd4c996535c1f35dd0a30e25790304240faa427e8a

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4506a69f48866b9a1e6fcfcdb5facb1798e00b7503b66ecd22ddfa9f3800140
MD5 0af015923649da4ff1825d2ab43627ce
BLAKE2b-256 b45349875b47914975eb8d686732b71944b83b9a77591ab00ce8efab8c021bf2

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 87c3ba7076d1c99e1ffaeefa0ac8ceb9cbe3dbb170fb0c60b8c89daa4e854e77
MD5 05dbb1596bb2f2357593f82ef4839b3c
BLAKE2b-256 0cca90e86e26d459fece99e7ca53f8c5fea70a668d3941a3c16d12b17d3c5d1c

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cf43c67de7a272fc614ba32580190c840dbe3f18f43aee464b9fa8d1246fa48
MD5 4bd4406d95aa474ec98f3f7dd64fd08f
BLAKE2b-256 03a47b1cd015e728f117ea9c2d29dc835b9333bee91e0435f5c1a9f8f87c2c51

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e8089356f083228b12167a309381b566bdaa927c54627b27eabc8036bfdf9ca7
MD5 f4455fb2b6d3952d0a0316c0812a2de4
BLAKE2b-256 edef92fc1ce45fa989f2a8816011457281c6862f8e13e3e00127d7a9152f6712

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-none-win_amd64.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp313-none-win_amd64.whl
  • Upload date:
  • Size: 15.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 708fa9b726bed3b1685c04b32fd2d4c77c0861fd85f3de48e295ac61184e7a0b
MD5 f8288805db009c9875020f6cbba03f00
BLAKE2b-256 51f0156243f85cbab4e42c868f24ada494aecbd05cdb622b9afc2dfe2d4a3003

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-none-win32.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp313-none-win32.whl
  • Upload date:
  • Size: 13.8 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp313-none-win32.whl
Algorithm Hash digest
SHA256 5d177c6098257d25a30b4a17af75cc615d6b90052dcdcf73f9c3c5e219dab881
MD5 5e0e870620d72f3f56085982363fbaa0
BLAKE2b-256 458906cd704a0deeb571344957f3c62c5920637221ef2c8ff69496ace64abe4f

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44bc6f35c4f8d3310e306a403f58753be52d42fe2ba0b1e3e32393e6d3bface0
MD5 688760530ad8d8d3424321cf0d4f3c65
BLAKE2b-256 588f85c14c1db4909f31f2537606805e97ac7a1129140eb49e725b0daba33ad3

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 a6ee4ad177164afe0314b28552a1fa054da1fc4038495a5cf939b4124738658a
MD5 96afe138850b034375957e566f039a6e
BLAKE2b-256 1c6248604335ca9fc13e4d4093b0acad528bd9864d26b11f5b2abb7a8f62281d

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f162c712df1664bab7135b1fb79341cc19ea5f8205ba1fed5cbdcf169efb5830
MD5 f392b8e5aaae92f98d201d0c49da5d85
BLAKE2b-256 309190d5e43bf1f5e4cd60b77b253d6f779da6efdd9f6b303bd84be4136ed85e

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4db320846c5ccede0f6287dfc0e4cd1052f4febbbb7bb39ebe607dc72abbdfc5
MD5 86f4dd09259083df50c0f151767de77b
BLAKE2b-256 2d8476ea88420fa6f1203a2a68d2434e4b677766869005b559e17db28be4b6ee

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b13f5c4649cff8467e1e797c452ba23f86e10e91dd3acaed4c61e1aa59fcbc8c
MD5 85cc2a2bd828d39acdd17c26031dd1b9
BLAKE2b-256 58c427b9e748de6431ca35b9746b74e983e2d77885d46b58aeed89e070352157

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3178f6dfb850d131b2919bf68d5f57fcf75a0bf9b247570c48ec45838db0d6ba
MD5 d158ab8b09c983ca37accef17563b49e
BLAKE2b-256 e9462491b1b0aec919f8a161f0cd7885cc6ecc57830bd80b5039449903d206f8

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5d7174a4a86a75eb8558962c0d934db74b4fd76c46c4aa9eb9cd1b2fbed76cd
MD5 b1ac55598d76a3cea21e1073986624ef
BLAKE2b-256 b336b645f0ac3eb675ffdb19cfd8c76e1c9509433e294484a4b9d208eaba785e

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3f04b65df2e7cd2f75113fb97cced14d030a4dacc6b80ae6bab4ec2baa75f974
MD5 bb196b939e7fab153e6b6de2ecca9dc8
BLAKE2b-256 a940c710eaf16064cdffd2f1ec77f068b16c3593f8c5d2d31057ebc5a37a6eaa

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-none-win_amd64.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 15.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7041ebc11b61093998eb1252373293f8004199a3685ea4a5f648b1111ceece2b
MD5 3d2e0a89a569cf530f3f55f377cc7bcc
BLAKE2b-256 5cc370feccc3c272f2f2014687a1d79110d5cf80699af1b1966d28157bd8242b

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-none-win32.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp312-none-win32.whl
  • Upload date:
  • Size: 13.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 95f14608daf906f9a6d7ed4e465d5bdd746bd8cc14c12ac065f3e8c20b76af60
MD5 ae03feb5b3374dc7ccb567b4443e93d7
BLAKE2b-256 0fc1276437dc47cb57e2ccb8ab42f2950ae172591fef879ecc620f8eb460cef3

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f2b46c8d2b753f67310cb579565dec7562d666fdf61b9cc0182e39e7ac6a1e52
MD5 c6d2de28861d22edb2c1b2c4150182b9
BLAKE2b-256 2475afc6a4f2d995818bd98a942fd1f670ea67db4cfbe63d5877542e297ecce1

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 eb98e4b386b805c94d7da4aa23c2cf41eaf67f40dbf38f3308e8c785b98dc520
MD5 b858ebd7a3be3151cb5d7ba119da9ca2
BLAKE2b-256 187885cf9150a002c29eb7940dd02cb3ccd07b5975ec07053b4aaef216b2bc80

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 21f603bf4db204620af0f78c519a7543ad426fb2b90049ffd57a4eaffba5e7c4
MD5 bb5e0c03677c3504cd534d80a71aabc2
BLAKE2b-256 c12e768df6c1e486d44788e8b93188c8893a4cd036ddc04b38f6017bdb9f82b5

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3f5f624649fe7a71a979419e8f451a6749d1db0b5a139c007e8ea37c863b638
MD5 90a6532fc6ad7e8ecdada3b02923a485
BLAKE2b-256 a47666450005a452120d5e405469f75d4e08c0cfbf9322624f40f08f7ea22dbe

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 448db4891977be586e6c82c6a29085d009e44857246d6ceb868a57498ce78375
MD5 4655beeadb698e28aacbccae2e6dc9a2
BLAKE2b-256 4d909cf0707a80389222ec9f82bd6ab044bce87cb72d54606316809812e048b4

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da28d9db8ef04280546fbfd4ecd9dea42a02bba9c259618ba5b6f4fed0a1c980
MD5 7dd57a77f9e1978386d60b036876bbb0
BLAKE2b-256 d0132f3565f2f962bb117da3ce7a482fae6394407c5bfe736b843d56846a0951

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 deaee215e1cb3175d83e6ef82cb9f9b73dadd73f79cd5c401c918776ef28125b
MD5 d28fd302eabda637931f2ced5cc2236f
BLAKE2b-256 0b457b1255fd7e11d7f397f72ece7e5af101c8b8c55493bf399c9a5b5d124cdc

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 24a8e3c5f486a5537eaa2c393ebdfdf76bf3afda792863bdee46c811f8da7753
MD5 06b84bb3e434a08de0272868fe182436
BLAKE2b-256 2829bc3e7e9255ddb77e959419c569cc45997283cc9d79d9b0111829198799c1

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-none-win_amd64.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 15.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 7d58603577a26e18f7e989dbef7535af9fe402ac4f9ae0eb260dba5274de921d
MD5 fd05c6d87ee9b03ebf5da94495eef17f
BLAKE2b-256 a5c29cc2a593819f721115a9d4273d1497fd853effdf25db7d235426710074ea

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-none-win32.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp311-none-win32.whl
  • Upload date:
  • Size: 13.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 b088f7f9a5ea8f17296e484b468ef2e92143d9a2a9347f8482cd07940020a250
MD5 8971ef1fa4bdd5f0a7e18faad05a548c
BLAKE2b-256 b7980cf21764002ecc23c469e5d3e3c8481680eb2732d33bf41c2baebf91c9c9

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 719fa11754f599290c835a1b0640e2b09c1c4d54577ba1861de44a4d9cd77eb1
MD5 ac40ca28fdad561b8e15e9f3570eb32f
BLAKE2b-256 9e1022d61db3c730656066894a1dea04e69e8e6363dfb4e7478778fe117e5dbd

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 71f3feedab1defa87912aab005ae96ec0c6ca7aa71c21d1e7af2dd26e1eed035
MD5 46eef4c9c69dc236e555470a7621a9db
BLAKE2b-256 1850ac891317fbd03e2c399985c5d91638cad1643dde1da845e889d6428846d9

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b14b4cbd2a6ffb93474a7e48862313eb4740bafa756d0935d64e2a579a72087e
MD5 a2573b9eea888ef06b6eec7ee6d4187e
BLAKE2b-256 4609176de7d126798d09a1ce3927497d97f2c1eaf15003d1659a3eff89f01d13

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 224a788acbe5c86343205acec0b779370834d92e6d283ad1d01736f6e44cedaf
MD5 467bb87e7625c98312e4955c3e75ec19
BLAKE2b-256 b0a7bd3234e0bc5b93aa8efbdf7250b2eea6495b44709bbc7f23b763dd03e0e7

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc919b072da27a1c9c77096ef2996b140fbb61ee872d2fdcea710793e8ef5c65
MD5 de111fba9a62ef4b77a3034c2bceb7ea
BLAKE2b-256 056352c8dc8d52a1656545d1429a8feb20b725dda2471c33927b41afa9b169d6

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b8debccea4804d4840b2ec2cfd6513febb99bd027af6046b6e943f2064c7cdc4
MD5 59f70f19222661f2b879b1321b4a69ef
BLAKE2b-256 738f6cb15332f74d6c1b21ce8a7617870b020c1606f17994dcbbfd3cebde1d8b

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f47b48ebd502aacfcd45a28d0fc2a8141808f4c8b08f126f40cfeed3932caabf
MD5 605e8a6e053e0fe4f007625559ced740
BLAKE2b-256 fe4a543311f94926fd9311e500e70fc93542cae09961f8ecd9617365feb66fb2

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ac514434c5d7f56859a32da45bd189a407710872ad213bff74c33d1cb7191415
MD5 40caad51ff3a54f5cff372574e8dc581
BLAKE2b-256 dfcac00cc3b47e8d739638f4684fc37f9f82b9cde3b42d72ea13c8db067fbb62

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-none-win_amd64.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 15.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 d3a177c3ba660e6af9eb1d1fb9a241f93fa7f69ed10c0719a9943d38583bdf6d
MD5 4472238588d48f1e0a61cf63ce7eeb96
BLAKE2b-256 e8ed2eadd3c8605000a704245209bb8d9b6356f362a0b075a7b25d1e6b8a997d

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-none-win32.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp310-none-win32.whl
  • Upload date:
  • Size: 13.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 b2841f766db57f9e75d4c886a314701c87bdb4af0044687e83827d43bf1a560f
MD5 6051b0d32713ab004c0a3fa5759a2f50
BLAKE2b-256 6e6de828eaca3791b2b93660f4b5a6d8db138b68e29bac490fefe4afe8b287f0

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1ade1a33880603b39c9005d37fa53eb85884cb40148acee105d58fe689c0ad33
MD5 82bfe933426968185222dddf2cba664f
BLAKE2b-256 cc01e7a4a3288fe062b1266358976d130c39c942c11ea4c1e1cf358b3a733233

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 227bcee053b66f5561d25f5ee5c887dd6c4e9bfdadb3a2c11a3635a60d3dbaa4
MD5 fc98f48b4edcb7f78108c35a17d0d96f
BLAKE2b-256 6e508122220939f8436435f0f61edfaf546cc7b3ca7f219e05f097909bc02e09

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fc9fb114f90f44d95d4264890057b1d5eaec444b66aac2e2bfa1ff53ab11c097
MD5 d728eca47dc7d3c89e07e7d274217b96
BLAKE2b-256 d53480da448f78e81bade9c361f08b914c049667465f00f9a527c5892dbdc9aa

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7bf7ee8ba659693082c015fd860801bd00a5514cdf0b4378e5f6d029154568d
MD5 d23d707053b4daca5b62f07a0897f088
BLAKE2b-256 8211d63cf684a7e839df9a0e3815ea5d0d4346005269f52463c829bf55b2880e

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f211f6724d43168f08fa4b035c321ed1908236c0c3f21bdede403dfdb09900d
MD5 b3758894208958f19721f4c688c2178d
BLAKE2b-256 b30714ef0b07ce50b262e0e3760925abeee69ef525c4638726e6c6c307e6db03

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d10dc3c5f4d66a99d9ff915bc1b6dd7c6281c1c48e07dc9b43ca8b04073d408
MD5 738ad4751157fa164d9737304b630639
BLAKE2b-256 ea757399a3168aeeb27a04d42c25891d3a9f8f83ba88e0996dce635e88677bde

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8412b33107391769c870f15425bb7a35a085ed1c191ccad1ac11321bb3b320af
MD5 4ad5c87f2fd6cafeb2e1fda52a667fe9
BLAKE2b-256 0e41604158a9e821089ebd804aa2e536563476b9e0f56bf449485fd3aa6afb9a

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 10641cc28aff46266f33de8484b66f6c0c33a9a15542dfb91d285b3f4859b4b5
MD5 978c48582ad628363fc17c090f84b651
BLAKE2b-256 700c8bcfde5464c202ecd77a4807f22c90360c01ea644449e89fce250e36f829

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-none-win32.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp39-none-win32.whl
  • Upload date:
  • Size: 13.8 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 305ffb824cbedc603ab55a07572e4b7214c92d3eddeee814e1a4fd48f1e63ea3
MD5 0f5063fda13d1d6b8912824090ee0110
BLAKE2b-256 0d23dcd06ce71a00a3f477ed3f51820b23d9ee4bcb861dd8dd5a824ad3769c8c

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b17771a3eb5e1d323d10725463c3db9e230c148d7234db5c386b6f674c05da60
MD5 c0ab73d2919e998ac4132085a4347752
BLAKE2b-256 c18289f0e404ff417f23a45a25682641d7fb680188d93eb791b22fde3ae66347

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 0d5c3c6f0da4676a0925ced2ade5625ee31fc36dea80e8a99b67ccadaa6c6556
MD5 8564c483481dc88a1a6f29f362850598
BLAKE2b-256 5f1277c9f23441873e9244a7756173f27d9ab91f56451ce4f3fd903e04d0f76f

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1873ce405dcbd378c56e9fc8ecc836213bfca5499dfc0c26a7b899e3c370191f
MD5 1132911f0527c41a494a5302011d4031
BLAKE2b-256 3f8a542c6db5269f7043b00e3a19d375c373dcc4a8d94524b6e6f783450aa86b

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 473477cdf908935ba41ad852a729a39680f013fe990efdde22c6ed10d686c199
MD5 b4b5945741c1a9bfdecfa2362292ff35
BLAKE2b-256 45580a63acf245018b54dd3532e730e067622642eade169b5568becdeeb8893c

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e19d95be6183140549bf2744be73ea3288e62a7f5413bf844ef3bf389dbd7624
MD5 39d4e16db4ee8f376d1d94de945d8849
BLAKE2b-256 08ae56344447e0b81029b0cff8f8c8c257a52a94b687a2f1d61659fd8d03d51d

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6a1e788dc2c1f4f7882388df3deeedb127aad6bf2b2ec808c281dd1d8929593b
MD5 ffcdcdafb2a48fe7c36b4ba42ad16397
BLAKE2b-256 e94772b1efcd2a9cd391d474278b3055fbc52533acfda2475f9c55108cc31d17

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9265576906c86df9c093eff8823b505beff00ae59b692f0c59144a0ccc826ee1
MD5 04e25b2dc9850c2bc6690c8e3aa1eb46
BLAKE2b-256 4113e8880ac89ff0702a8cc95663bde7f175d4d5cd835785b0e6de5bfff54eaa

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3bac29b28409b6441dd3ac729fab4196a69b815c7f475a299f230b0eeb4c637
MD5 a4c48dd00fe36662907533c13b28febd
BLAKE2b-256 8f0748b412f165147dc2bba8c46288503a9a5145e8d74e681f27b123858a50de

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-none-win32.whl.

File metadata

  • Download URL: stacrs-0.2.2-cp38-none-win32.whl
  • Upload date:
  • Size: 13.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for stacrs-0.2.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 1d565ecaaeb1212406bd1829b60c221743895d72424784e78e6dfa8deb35a394
MD5 483d841d46c007a1ee487ed6a0bfd533
BLAKE2b-256 a885ded3182b6eeef2f68bdc87124264d5a826528361ae9fb47a355078efd522

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a1c5ce36070f87130afe9056ad57ac102ef68977cc5b367e864b098a64ef9d58
MD5 57ebe2fa271a04169d2594ca3613eea6
BLAKE2b-256 31dae49c6a449b3cfd2b90ac4623dc4b3bd37ebd084ac03d42fae4c1f28cfaca

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-musllinux_1_1_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 3118ab1360a08d0fe719f246b6536ae1d0284e79fae1c580bf589a44895cc19b
MD5 281c2d31310a02b5ad6771670d10b04f
BLAKE2b-256 9525c64789e4a77a5e96758366e114c3786cc12bf7528ea869e1502799d11fb5

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ddd975436013a5b090868e68dec8bc2b2b55f3d977f02606dac6eb6e9bf7c493
MD5 11c5616ea0de3c66764fa22722ffe198
BLAKE2b-256 c1789a3e16b478eee58fd878a95f9cf75a14e8cbe7ec8ab906c0874537db6b24

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7754a3831a3bcf8754c2761405416b245917303ee6d1957f3d3904f609019660
MD5 210ff7da95a674d24b3d9632cc7dd332
BLAKE2b-256 4d7d2d7ff4728ccaea597fed88573bf7f1a4c32e5e62602da32e880b113df0a8

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 906e7d448ff234a1ec95ed9f8fde1bcc32fdff7abdb3d377dec488651e6b1832
MD5 11eb9060066b83b2048e3e70184ef2e2
BLAKE2b-256 00c5057bde87311222f07661fb676a4bc83b1553aa86832baafb9cfb3876b1b6

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fda86b1dc21f86d738a498c71f14723c48883e3363e2c0f02af152a5dc65bf32
MD5 3ef144733caa2ad3f6356b79e1f8353d
BLAKE2b-256 f5d6a13a7747e1cbaa5fecf32c4a8bed819ec1470eacbf15589ee708674399c2

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5493662406a3a0fae45601e27972756d7fbfc00c2e82beb0531c9768b48a1d7c
MD5 ff6d595f8d5b4323256114da7287ab6d
BLAKE2b-256 f67991ea08f8eb783dc19bd19a80b24406024cd9abea64543bb2b593436cf9b7

See more details on using hashes here.

Provenance

File details

Details for the file stacrs-0.2.2-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for stacrs-0.2.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 615f71b4a0b3817d6afe9eb89a2323b68a8b6c7ac2ac5f6f657736ab71f67d6f
MD5 291bd9923a1f1728cf6c035989f78d2a
BLAKE2b-256 72f2204b57bbf35b28b47f9331b2c60d49138ae59e0f8e43efd540c6f2ac458f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page