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.1.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

stacrs-0.2.1-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.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARMv7l

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

Uploaded PyPy musllinux: musl 1.1+ ARM64

stacrs-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

stacrs-0.2.1-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.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARMv7l

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

Uploaded PyPy musllinux: musl 1.1+ ARM64

stacrs-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

stacrs-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (17.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 Windows x86

stacrs-0.2.1-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.1-cp313-cp313-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

stacrs-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13 macOS 11.0+ ARM64

stacrs-0.2.1-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.1-cp312-none-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

stacrs-0.2.1-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.1-cp312-cp312-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

stacrs-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

stacrs-0.2.1-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.1-cp311-none-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

stacrs-0.2.1-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.1-cp311-cp311-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

stacrs-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

stacrs-0.2.1-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.1-cp310-none-win_amd64.whl (15.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

stacrs-0.2.1-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.1-cp310-cp310-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

stacrs-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

stacrs-0.2.1-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.1-cp39-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.9 Windows x86

stacrs-0.2.1-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.1-cp39-cp39-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

stacrs-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

stacrs-0.2.1-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.1-cp38-none-win32.whl (13.8 MB view details)

Uploaded CPython 3.8 Windows x86

stacrs-0.2.1-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.1-cp38-cp38-musllinux_1_1_armv7l.whl (28.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARMv7l

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

stacrs-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (23.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

stacrs-0.2.1-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.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (21.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

stacrs-0.2.1-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.1.tar.gz.

File metadata

  • Download URL: stacrs-0.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 fbf25a7e2686a504542253617eeddce60511419504f7f470378629b789bc36ea
MD5 4258200a539d8e7138a307c49b8c0a14
BLAKE2b-256 981c1b91690f1930103012cea7a5c7ee7c8522c02049725b33461e0320b841b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fe14142a915973c30625b6bcadc9b3b0d9aacfe820312156f9cb69cfa5029115
MD5 c8bd2379b655905fbcf0e34bf72f5b32
BLAKE2b-256 2293495ebf7d8cb14cbed6cc4b7f4211c5d1f4499e43aeb5dfb8f3ce15b86659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 beaca70666e01018d87caf71ccfe51e6dd448084cf982ff34abc0be129702b98
MD5 fef595298ca771b84ea098c49b78595b
BLAKE2b-256 2aa820210036027e841af3474e68abff7b38ea6dce208514415300b816d4bc94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5cb354a404d0c2f5622b340150e6fffa53ee3ddd17fc6af3a0c8860dbd5c44a0
MD5 bbf90cfa407b956a5001176b7ce95419
BLAKE2b-256 0d0b605c7475394b9090a64b4a664ecf8866e84c443c7666007a68d22bbafd39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2e69680d12ca1caa67cb5a53ee36f669cf7aea81afb266da85ac37d64c5ab278
MD5 6d2c8de673fffc3d5f05ae6df4718dc1
BLAKE2b-256 09fb93b7f5f837f77228dda018eb763db0267fa2e6ce70972b4d6902bee4e72f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f2498d2c0dd3e5e48fb974e8a202768b75821c15d52fab34c9af257f81a35f5
MD5 c0874fa3c1474ca34a90128e1ccbe405
BLAKE2b-256 737fef45048be2069d5425ab6a7799d7dbe874c5c035dd53dd2b1bce9ffa1742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e02bcd42c4f078a53d053dbe015a86aacb373286ed469c56fd0064ee362a43d4
MD5 a0e3bdce58a519d75f87f22e21c4f03a
BLAKE2b-256 a168e05e96bda9a8c0b1c655e0a4733b2ed238a4bf5de49472b465255ab3343a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cba5236f5bc5328efd4ea4b2f6f1b6d030a882d901d1f71ffdfff19b7f15bbd0
MD5 ab729a14325812aa1f5d13c3d34c8552
BLAKE2b-256 b83721da565eed5d433a2e645cc2cb06b6383191cd1c67b2a19daf2011ead633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 090715a33d4a0075e46f4842f52d41ee9fc54e8a40b4e3202d363cff016b6755
MD5 badfdb946740da6d2462073d6f2e9eb1
BLAKE2b-256 8ae0a3a896cf248ec969895f865f1110f01dc3f7b9ce290e768d285ed0c71893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be70f2d410893a028245a544e6065d973a7f59044080e5b51c671372227b46fa
MD5 6b1e18c478f4ea74ad2c0b47312d99ec
BLAKE2b-256 45f19d4e695034184153dcc512be0f935539148caa1ac44d93a49bed92495a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e30b886dca6506c074c661906d2c1bb39fc4fc7e415d02ec069f5f9cc9b80430
MD5 40918c3adbc5d601639219136d8c6026
BLAKE2b-256 6c3b53aac8d4156d927f2579eea402bc38d9c2b43c917311bb0a9c10a90e8a32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0d0b7047fefb4f8e4cbb1b56db1d511b4a0760375d697bab0b0f589b09022639
MD5 56602c8755aa4f1a275e747694abc2e4
BLAKE2b-256 e10838029ae79f3ca5ef7207f81815de1bc1ffc9eee8925317f9913a889e8a07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c851d8228b73f660f3d74b215ac059dad6db48d6b383ebacb1686772cb605686
MD5 ae18233085b51377928d9a423e6f8b95
BLAKE2b-256 ee28ff1c9fbcb399598ef2e087258e46ea8d3daa1e95fba1d4a168377ff1164c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f625852d07c03ac75da307a0e17633832f4a739ada23ee6b5beed9cddd0c4d2
MD5 33ea59a04f491329bc4820f1b37af06d
BLAKE2b-256 d339960afc34476f84f80598ce52f2eb74d6d5727c53ee65346df89448e55c50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c0036f0d4d2b9ea00ce9654d9d7b4b80df97aea19dc6fa87821ad58f95ec3a7
MD5 3a58a6a48ba1c0f8248b2c0420faa733
BLAKE2b-256 2a9db3efec3326ff752fbdc738409c7d93dcd9b5e7f8055dfa70587280684d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 194568c5589f3c61f159b86129fd8247fdacd14c2a27c4f7e754f3c280b01004
MD5 15aaa9fae2b3b512d1f2324f89a22990
BLAKE2b-256 70bb6bfdc59e201ebcca5662fdff59564ab118d9304f85a4e9410105ab014255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0341602e9eb8c402d6d0b929efdce154a24e19ce4986dd78e8fc312eba48339b
MD5 e2179252766b7006566fe6e6cbeb6af1
BLAKE2b-256 b3cb7b1139cb77e89c5688d6aa4b8cb57970549606d8ca433c59a75bba0786c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 4326933cc906589c891f9c86f48892aac7b50c4b10376df12ba63712ece275e2
MD5 2a4f255c1b8ee56bd8e1b471d7e543a0
BLAKE2b-256 6b62df61535194281b953ba30cad29a526c6224b34e861962e5e0676a7955abf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp313-none-win32.whl
Algorithm Hash digest
SHA256 fd9c46b10ab9f487c823f2752bd111904768b9a7f1db1297cbaa37d0238eab81
MD5 a89740eec7cdf3a0cf5471fac681aa98
BLAKE2b-256 25799ff05ae540816c75c4ac3bec44a4d34e022c94a2f59754080f3cf81847cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 03dd0fac74b56a70911dc528b25cafa41d41d0809bd79cd271db57be028ded72
MD5 48388fe01a2f7e83e37676322fec1d6c
BLAKE2b-256 89185b7502624e1166f660661207992830a5a48f99579b5477f1e405d99b3226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 65fd107985c8df05166b8bd783f0c145e52dcb358fe2c6955954ec8cdb4c4b11
MD5 f25ed0fca58a2cb72aa1dfc86297e56a
BLAKE2b-256 35d61b6ad948bb08b681ecb3237eb5ea32e4dfaf6a49baae2817ff26a1759a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3e1339397a4e303200e124adc88700c4c0e9f094f060ae37577c81a76abd75c3
MD5 11ffcdbcc5d2247d475addad32d2146f
BLAKE2b-256 975afda8ec4b75f72c30747826b2984d8a18cfc34d8173e29ddc269e421c31bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 31942568f46cf41ea5e65888c2e05ab722582262c8a44973d98b82288b8ab36b
MD5 27e0372620a9e1b4bbbd4738d1fbd6f1
BLAKE2b-256 fd173f9d437a0c486efb2dd2bb9e3c6a7ac22437b3f4fbbbef6847a0d9b62248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74a74f2d0a875aaa1024487edfd8b4bc55f629425594a159c653a1b0b2eb844a
MD5 51c2e1ce0340cd2982e1986b2d22a3d3
BLAKE2b-256 6a63e392ff96bd30eafe099e2404fe7de30766fb4f908e149502fce8f1caec4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 825fdcbf18718f54058dfc800a6998e0f660861e4f043351bef0a6dafbd10dba
MD5 c1d85ed4f1203f0ea8fddfffffdb5f92
BLAKE2b-256 6eaf2edc14132f61e2505aa4f66bad4a512f2943210624d86f168959ef78f381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b973c86634fe89a2de86e5949ff518ca2545a486363f7a52afa5c49dfba74b48
MD5 4b14dc134a4d92b5c1e9ddc7698fbf30
BLAKE2b-256 c761955f0e98f58463e3d274b3ea5efdcaffaa0866d91349d662f5e9962813ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1bc85ffa2ac5246d5c34bd9a08531e7a31917da660ea0b4745350a6261e7275
MD5 fe47c035cf1cb98e6a639eed1a346909
BLAKE2b-256 09cb013037b71b7d030c5539d5c3d41fd2cce2b3a89341cf3e41436c4b651924

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1f76c9403ff43ea0df9da36c285c59278b920d7147d21a9e2ad6b4a508cdca5c
MD5 97cd14e125c812f4f901cd2399428b2a
BLAKE2b-256 e914114fc8c12aa120ee3a653d91b971e7ec648a32c252c9e28884224cdcdf4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 9e4b3a87697ee21aba107e28097d0c4382153daffb39483538700098b56eaa8b
MD5 042b068d8fa7f90479532f82bb6679da
BLAKE2b-256 0a97c4d1c08fb940f95273689e8e30200417056a146fd2e6c0547b054e45ff80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 882b13faf9dc018cbe9ac93f2eddaa4b454d97e1d9aa2b0d53a7a8884e8409ba
MD5 e271d97c20f4b9ef886433affde807ca
BLAKE2b-256 ddd6b0883f67de970ffc0d003ed037ebb0926b19ea8a9c1cf52f93162bf75e8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 fe08182e353da7bf7c06222c7c6c09223b75ea6cbd42b62a1ea0f5d07ef0067c
MD5 431297ffcdeb037387355384ec802506
BLAKE2b-256 79cb8e5b8dbe51b51da7e5de8948b0762511df59f1456b3451f860a0e25afba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5a5224fe434254b1f0ae9ef75a3740cc05ce8b08200832b17a777eb8c8e05e2b
MD5 d73c926b28812b8b9ea42b8d7c3b8752
BLAKE2b-256 94d938c1a64d5a30935da72e7b1934742426384903d3cb43dda08ef8c5644e74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 827ca62cf2fc63a4439281e3471b299ce6f171bd8c4956dec35b0a1bf7ae40bf
MD5 dd1db2b1a45b323edcf1a30c13a7eec8
BLAKE2b-256 43c02b4bee44ded5edc1c383bd2a89859f8508c500343b90c098e3788a9ce66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 289dea934580c7f7883183303f5f08fb1f99f3080b3b50ccacace52ec679814b
MD5 a74858c0e593c4a4001365eeb4dae613
BLAKE2b-256 62f56456991c7bef1bf75d031cae00778f35961de87b432b8e2af9ebaf6d2251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 003397a585d8c41ddfc9377f0bc88ac16e369029e8f25c2bd0d15837102e405d
MD5 2bb2f46b2de9b19d5ae1aee5e6bfe5be
BLAKE2b-256 e4ada7450bc83c3c448999e703a45ae97739dfc4890953c5c1f060185b82a31d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e31953722b30f28c702d0c510970cf28d95444d07209bc13255e1126b28f3b51
MD5 d57b1497e6d6b22346afee1370a11eab
BLAKE2b-256 72bbbbe1475126455f34db214e3bce77f6b3707eb93c54cfeb944a69dfa18979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d6c50b7e7a86da112363adf5bc78be4918f57c711765da214feb89637a8117d5
MD5 d8688a32f74e385b799a31c272bff54a
BLAKE2b-256 3e9aa7e1385cb0ff96901853dd8496c900fc5bbeee7af2e2d6095839fc4d97e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 8ce2aa945d648eb6cc6f22ebbc0c49df9921905905364ad0e5789b336900f0b6
MD5 c9699b904c6274e863367d62208e60f8
BLAKE2b-256 b4574ef5d79911a8cfeb04903179d00275c20a696c5b4a81fef28f4f78a1ed57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 cdb55f7f57b3beab6bb2972572748f2f4664400f3d5cf6bc3a0b67df502f8b6e
MD5 090a09653ae7d74674951703299cf952
BLAKE2b-256 dca7328591b0108af012668efede8f8406e9ba6ac64a3b724e690efccc09a005

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 538a024e0d25122c06944985b679a015b4114902d91b3629456c39e38c8813e4
MD5 ea3bcb31b68a2ec60123ef128129b2b7
BLAKE2b-256 045ef91a3da3eee65950dc5d49bd7209ed970e2d533a4b4190cbf240c410ed60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 34595cc65b6ec94a777e547ef37d1598486cd3c77b8fbf91003af49778c4bb88
MD5 fe4bbabbd8048df6dfe5851857a672b2
BLAKE2b-256 75e20890e4a2a325ee3b82916202d5ef7ea3b38f820a1d7aa0cad4de61ab8240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 da2eea9b9b6111824779b9fe776dd38bcb473e709a6af2f0c901c38bb5114f57
MD5 f9e617ae2f0ce62aa53d8c7e93fe04bc
BLAKE2b-256 80b3e10a53edf68aaa60dc2dd0a8ea6166c43fa8603e72217ca52ba0f8c4d7d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8a8f84988f309cb461c78fcb98964dbcee65db91cae31dad6541dca9e500c419
MD5 5a685ebdb844b6ec2a6c976accb90a18
BLAKE2b-256 6cb6087b720665821dc9569a8df2db74f452d2d8f9a0e75d9f21d84441465bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 569017b381a10790480329a6bbbf22b52c780292fb52cfa24b0ba6a817383e80
MD5 ffa55422a1504c930848ecc260c50226
BLAKE2b-256 e5c04b7505bba40a6b8a0620075bd62f4d0469a39ce1318d457ca8fa8bcd49b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 16b68888cc43adebfe5b2740d1e77dfc53cc7721715a67f89dde56d632dfd0f7
MD5 7cbed9b75fbe414476935c053a3eb355
BLAKE2b-256 a1a0478964d7e8678b40c78e590a5282e0667bdd3dce6fa3af495863e4eb4b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8c3d9ea5ab3761987f61d98f1fdfd5837cc14e92b36e6bed7bf20770eb1ae2a
MD5 d11fd96484cff09e274025f8d4e9cc0b
BLAKE2b-256 213ca30cfcd11854a638356b6861d8849e018cf430a8f698b4578bd56e24b4f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc4099bccf9ac124321b758ced38e69b87953bbd02a039686a6cfcfe7688a792
MD5 77f1e0745cd96175d9e6fbbaaa8c6ecd
BLAKE2b-256 8581818eed08aa13bea72b3dfdcfed92d049bfdc730df792bdc16995dabecb42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 75f9aeb6c0895d84cf98d00650fbce84696aa24ef935f8469ccdb069702c71ba
MD5 ed34673692f7ae3383bdbbdf1c1ed8ea
BLAKE2b-256 7cbdb06f7fd8356cc623d8a3bba1715b6ff5c9a5044c7d73ab78bdfdcb9bbb21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 dd5fb7f204f303e352cd318655eeeca93c9469e6d3bf2c9c412cd155c72535c7
MD5 00cbad86d106ed96a1433b7f91f94e1c
BLAKE2b-256 b2474bdd748c8898bbaab5b73471944f8237ad976356682d62a97c229aeee786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f3595522290b82ac31e0041cb8466273691102b7b35681e5162cb4efa3949b47
MD5 f5626d552acf9e63841a5b0aa7c59ec5
BLAKE2b-256 5b1d20dab2142f456f7565a77b3592d1acddebe61dcd7032ffea8e357470f25d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 f5beb1a5f49c93e1bdc2624f9b4564db70041a49c71024e293c0e45449091f36
MD5 d17ff541c165616a2e3841bd1a5644a6
BLAKE2b-256 51442dd2ea92b997693a3de0822f9682d1127c53f1f73e5f9fc07a2685fe28a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6f25de0ce0de9573165901c1f2a0c3a07bfa379519c2ae0d77504da38bb95c82
MD5 45224b11b185e4113b0e720e8d75481a
BLAKE2b-256 88b5d26ec70ef9edddd78583778404c3a20a0a246ee25f00767b37bd701f0b8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 afe90ff4474543b1cae6807a9b6c561325d0198f2bdcbd7f1c67f1fc262e2dc1
MD5 1f9477dd2d023c3dd97aedeb40a623b8
BLAKE2b-256 253031852c09e6e2d502653bd499ad86cc886176afee034acec943d3a078772b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6a172163033ac5dcd4f8163c9f4f2cdb9173d8275b8af6249697ae4345d0bef
MD5 6d0722a5cc6acbb2b202ad2a9710127e
BLAKE2b-256 3ca700421ffad6f1d8a76639d3ecdd190e24d6adb57e271ad1cc0e71aa17e65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 671329e26b2bedf8f7bda6cef06e4ec9a704cb3e9be1d100c5fd42b40ccafc53
MD5 bdb3c62726212f087b20441a69697393
BLAKE2b-256 a9f6a06f5334f80a34a63b7a620115fd702549c3e738b94fd179ca080a0b7fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ebc196ac730da6db5d317e9ac1bee239bb982fd8fae4f1bf1179b179792b32e
MD5 83c50714f9062f874a1c069239b6d4f0
BLAKE2b-256 7ab8eaab340a231d116e7917f67b22cfa1d73dcc57bacef811553a90393e9622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17386622d58ab935a90eee44ede2a5654a16a1ff47b2389953ed5faf42ca97a3
MD5 6c11531dd73a248a77d96631844c3df1
BLAKE2b-256 f741125100a8e984598c12e0f4d103eda65082f7907ab171c15c404558032101

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 550f6e7b46302f2536cbd6af67546ef638be8a1ac7617852d2d0eabd5818e6e2
MD5 f08dff825e251eaaa61e65dde847ce92
BLAKE2b-256 c0ae215c6cf2922c8bc00f12766a50b2f297a5411a76a1acf867204684bee1c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6e2ccbd9397f86bfce791e3fc49371790af6d78dac6154046be45a559279aa37
MD5 af71592a305d50a84e20c96e5278e082
BLAKE2b-256 00d30fc66edff405410b3c9aefbd5abb4698890317f385dff3da41ea322b220f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 e25f82c21299d33f16359249f36d34c2b2af6f72cc8a828e372087b0d3465603
MD5 d2180c9f4e60fba139df19fc0e699e4f
BLAKE2b-256 97e038e3186a751b5928f7f5efac0e7085185b11f8d09091690600a6eb38be3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 020ea38d3344775aab0f653ca1359b4a13faaf8e5763aa518ebcdf600a1c6ff5
MD5 961268721cb813be4fdb966ebf3c79f2
BLAKE2b-256 85a9ee9c0957e1bde1f2107b67c7dc4572c7b645315f1703dd5db38e54d7dce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4370272a44c68f3d3cd781b60e21984cf06f918ed9e1eed31ff2c55188c9983
MD5 228cc57a80c60a12ba72006a41225a5e
BLAKE2b-256 3332c269588658464be15e1f49bc49e48ad531b5d7ed80996901c86c7832a65e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc63fe9239fe36680a74e303d3321e2d0f9a305142f3b185bc6f30c42e878cae
MD5 b241861b7cc9900960b44f768c59224f
BLAKE2b-256 76da6dd7b33f4cd2dd40f86dfdfb86d4c83ebe568e77301b89c7652e47601ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d6d2027d0df953e8fdb4885f5ceed7655c4c64e84842be45a32e05895072219
MD5 abc1dde9befe4e30d0dfd1d9acb5536a
BLAKE2b-256 f76c7f4ac46f5e9930730a8d3c5b94c3d3dad593ff31da86241f7f7e9992cc9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c1d4155fdae905ecdacb7ae67c153e2260d39b63da37e282f776e6772009cc7
MD5 080f4b8da0331cf69d19e581529a964b
BLAKE2b-256 b69311a7e9c898666d33eb14fe4883358f6a43edeebcae991c0acf95c502a883

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 053d790c4520ba9cadbfe7a63cc69ff230d4101af8188d53e8cf29827d4f573f
MD5 414a7b0b950620943ce3ca3a2c4198fd
BLAKE2b-256 32ede1ec8f190678858eea19a532f85c312f78a82e4cbc665e087025bcea72fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stacrs-0.2.1-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.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 cbdd143f27860e37fa10b15f9b71063ee2de4f544453f5ef0f583ae360564d21
MD5 e712ac0087b04f2bf31254c4701b8671
BLAKE2b-256 24c45317b25bb7b2a7def68f217765d865024e2e6e9d2f326f95723610e6a54b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 95246ab6e6223b50215218063af8d26cd2b9636cdff61cf8ea3f0ad48e9245ca
MD5 017c0a280e704133df2c8e9142954592
BLAKE2b-256 0eee03d850e6d93d0515bf4fd819f056fb66c0c060576a4090b07bee0b64c2a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-musllinux_1_1_armv7l.whl
Algorithm Hash digest
SHA256 2ec305d4f07fb46bf89cb5fabcbe1eb0053b5b617e42f2f7affc5b9762d2a5d7
MD5 e364a178b8cb82a99e7bc0960bd258f4
BLAKE2b-256 53ada2b8945ca4341a9dccf4e9e8c442233244cbf2a7ffdc43fef4767f095cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0f5510bc19f4b11d2648f879482452cbd79c316f435ce266eaf9832a05fb114f
MD5 2e1bbaab1e046031928e6291ae877219
BLAKE2b-256 221f42c2660996e970eb95b090aa32d6af69f4093ad8e834f3a3dd2e867e0767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6fbc52a2bda1595b8607604ee4950142f0b8cf2c8a029bd2df7cf4b832c45368
MD5 bc211e7d36fdf06f9270ea46d0036be1
BLAKE2b-256 7a06bf6d7d1b29a63909c2fad2d2e0eb576726fb9be9f5f28fc997bd7bed36b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61b16091067771376029fac3bb48919587917dac77c0c12ce21c0e5e866a531f
MD5 c2bdd26cbfb4c55237965cd1f315dde0
BLAKE2b-256 74aa5f92af7f2d1b8ec6958b6495eb830bb6b1546235403152818a259cdc4ce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 142214991367f079a620dd00aa9d92d20622c0ede5797a9cc3752c7b31dbda54
MD5 19a4b40f572929b20ad81e433022e88a
BLAKE2b-256 acf9c86a7749f4b0a66053dba61981c0ef5c7836973150ea29340f469a0d7dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2295c142249b124a6b5b29a1422686c7abb34832002f42739cbeacc9b686e586
MD5 d4465527fa1896787e3541802bfdf4f3
BLAKE2b-256 fdabae1941ac4bda2968cd812535dde477f0c1f1e7f2a0ba4a6dccbde48bc649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stacrs-0.2.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 15bca99e16b5e1c890fa18a45a36ae5a17b7236bef41f4acd3faad6dfcb80089
MD5 4e5ce5b98255585c6bf045afb646f776
BLAKE2b-256 0a03d8f9d3936053b154d577c497013a845f7911af84d6e8617d2069a6bb252d

See more details on using hashes here.

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