Skip to main content

explore rust functions in a TUI with an AI

Project description

rspyai

A Textual app to explore your Rust codebase.

requirements

  • uv to bootstrap a python environment
  • an OPENAI_API_KEY set in your environment

usage

[!NOTE] This project is a personal project. It might break for some reason.

# start the function browser
uvx rspyai@latest

# start the function scanner at a specific path
uvx rspyai@latest [path_to_rust_project]

interactive TUI

the TUI provides:

  • function tree browser
  • information on each function: signature, docstring, parent file, etc.
  • ai-generated summaries with AI agent summary (pydantic-ai)

https://github.com/user-attachments/assets/7fd118c1-3587-4ddc-8aec-a18d88e38f04

development

# Clone the repository
git clone https://github.com/zzstoatzz/rspyai.git
cd rspyai

# Install development dependencies
uv sync --dev --all-extras

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

rspyai-0.0.3.tar.gz (37.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rspyai-0.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rspyai-0.0.3-cp313-cp313t-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rspyai-0.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rspyai-0.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rspyai-0.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rspyai-0.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rspyai-0.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (974.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rspyai-0.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rspyai-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rspyai-0.0.3-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rspyai-0.0.3-cp313-cp313-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rspyai-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rspyai-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rspyai-0.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rspyai-0.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rspyai-0.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (974.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rspyai-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rspyai-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rspyai-0.0.3-cp313-cp313-macosx_11_0_arm64.whl (945.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rspyai-0.0.3-cp313-cp313-macosx_10_12_x86_64.whl (985.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rspyai-0.0.3-cp312-cp312-win_amd64.whl (954.7 kB view details)

Uploaded CPython 3.12Windows x86-64

rspyai-0.0.3-cp312-cp312-win32.whl (856.2 kB view details)

Uploaded CPython 3.12Windows x86

rspyai-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rspyai-0.0.3-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rspyai-0.0.3-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rspyai-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rspyai-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rspyai-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rspyai-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rspyai-0.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (974.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rspyai-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rspyai-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rspyai-0.0.3-cp312-cp312-macosx_11_0_arm64.whl (945.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rspyai-0.0.3-cp312-cp312-macosx_10_12_x86_64.whl (985.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file rspyai-0.0.3.tar.gz.

File metadata

  • Download URL: rspyai-0.0.3.tar.gz
  • Upload date:
  • Size: 37.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rspyai-0.0.3.tar.gz
Algorithm Hash digest
SHA256 c443346f9f6316a94db9aec7a0b0befc40c8ac0e22a81d6d143b13ea7ae28175
MD5 7dfe3bbb75b799bebf20ed349df72e6c
BLAKE2b-256 add23a14e3654b04f2a5fabac78964db4370626915e70aaee28d145f7ffa101e

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3f6e190d08b8026340e05f4922b965904680d10a7a4034bfb7181aa6b808117
MD5 d43ff10f5389e0a956659f7ba3692231
BLAKE2b-256 6ac915ca57eabc8f58a4bde4e61cfde3ac6aae9ee4e81143b8f22f49760acc8b

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2471dc1efb4c50cb00f0be6d655a2141048202a58cca94f9f834712b9fc8dbf2
MD5 8fbb47b8ff88d2963bb45f6224e5818c
BLAKE2b-256 4e276e7d7afd0dd963d747fa0bf029ec1eee0c7749d5b2f8c193a93c0c3fe183

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f796c99b7b7f02202b1b22e7fcfd28c0a802e9eeeef8c3886459f57c133e0354
MD5 1a73edbfd7c5a1b69a6412912c858c99
BLAKE2b-256 53fb9b97cde5cab435aa67ffa97678f42045972f6f170d8acc348a80f6225f51

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f202ff32cf5f8bd2ef16063b485d75b0fe01f990865d80f060d526964c579c25
MD5 6ea58eb005550cf297c9ce3f2a62d189
BLAKE2b-256 6ae736b4fe7757233bbc72a3e244278e66fe403377cb5cfbf992bb4ab58b0111

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12ba3b0b13dd64825ecfc2524ef7bba93025148acabed473a6ba193003a53004
MD5 f05835ff67803531fbcff53bf90d7eb8
BLAKE2b-256 7730b76b703bc5f89182217eed3085b0d2fc3a4aac48ec1cabc376d4a3122ec6

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eba0af8aaa95784c4273df77435444adbe63cbb1623c8e6534df27dc2e7674d3
MD5 61becd78dee4f79424eba81dedb5a0e6
BLAKE2b-256 10ad6268038fba0014c3637f2ebe469487785d28c3fa4e6e6bd1d6e11d8c458c

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5bbbcb861f46d0d8cabaa3fff6288d59d2ffbd571e15c8d68b62f635f73c746
MD5 bf9b9c92119ff912d8b35f0fc717cc5e
BLAKE2b-256 7df5109a7d810bbcefa5f36b935569e77b7e519f195b6fc4ebd9fa0d36961c52

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47459ed9c62beca6f6cf16f220daec743d97a8ad0a8d0c7be3ca0e3b07ffdbbf
MD5 7e5bc9b38c09ecafc94090b419b2ca40
BLAKE2b-256 347e58f96e50a4e8766daa679979bec0bec05e78ef76de0b4e2b6651e0d410b2

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db755fca88d3b0ecfc2bc1594e8345ae87dfc589edf093653ad5b57202b8c085
MD5 bd80c21772e159f0585501f6d18d8e6a
BLAKE2b-256 82a3f60c1d8afb3c318238e8fbc4a98f97e1723b7893cdcd2c0cfe9623ae4f57

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ef65c380e5bd8a5c1a4dbb519dac7f4eaadb35c10948f76bf7e52a35b2264b87
MD5 20358d2babf6ae3838951c05150905d7
BLAKE2b-256 70daafbd31018d808d9519172239eb3153c9a272bb27a9ebe93793e7ca7573b4

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3a21409fc8c9028c011ab9e32079656d6386160f315aa37e9fa233fc8fa9a93f
MD5 ceffeea8002792ab1e8e8a448d7eee58
BLAKE2b-256 d48afe540fdcd7878a0045544ad463c736bbd9285d78a72886b7f0eaacbe6219

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6196b374cd12319b3b96b30b8fa3efcff38e6cf9576bf6f52f1eec50436fa909
MD5 75f1bcd92d98aa2288614c4fe12cba43
BLAKE2b-256 fd96a7c92d787007d24df3163ff960240e120bd14f10d5a5c5ad2aa9c3892d19

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f829528aefc4f284121f5aad77c9033a15eedc88a30638bd1709f801397e190
MD5 fb78aeab1184859f7f238bf723edb1b2
BLAKE2b-256 1e8242552049dfcd598e79df798cf0db61bfc63136646852b8fb7bb97a5ff4f8

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1c2339e977c96afa65dbdc4282fd22ea61c9bb96d3402bf8c13b0a4ec65d6616
MD5 eca6be23314e06d449eb0c24f41cc9f9
BLAKE2b-256 84004ca48715e999c32290f89c5d2ced4dbff3bcbe3de1cd88d84b8201969e07

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72bbee022b6ba825876d8e32a2f2477b2346f608c4bb7aaf38c307ba0630a181
MD5 b4a26bff39f3b19453e020e7227fe830
BLAKE2b-256 2d31e496e4bf1fe21037d16a28df2074cb02de8a4a06212287414f294e50828c

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 61dcebe3cbfbf216c747fb09564b7454dcb998528d0778a22e308612e564b3f3
MD5 979f482b289ebd1b08417500d4703b6e
BLAKE2b-256 8605d78c43438dafb676172a9f07e2c461c761c643224459981e520f0a03589e

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b865035d5e65fc1fef34400c476361c75c3409d990eabaf804f1ecc370bbc81
MD5 b1c50f45ac69d5d1e3354d51340f6d83
BLAKE2b-256 950f1dbf3e77225ed734cff69703965dd10e65a09d08082728fb05fc1c74aa1b

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3db5ae3ca8df829526a5c0dd29545a097660334d2c5b746efc13854d5fe65206
MD5 bf7b7060ec5302f653d59044ab53bb75
BLAKE2b-256 97ddcdd64b8a200555f1150b695e6753c46cb14b8ba709a194009b265148faa3

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f78788ddc338689148c8a93270a7f367b32ee4aab2a9bc48f7561726c1f42774
MD5 88189b7001f98311eb6ec3cde58a0f04
BLAKE2b-256 6662c62bafd6672cd5a3641dfd45368da2e7c9f804ac7d0fd36cfcfdbd5d084c

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6fdb395ec81c43ff3f7cc4088a8800cd2b5cd1cd5bf267c57c06ef737a6e9ec1
MD5 a9567acbc600188f2df7022fe3284529
BLAKE2b-256 8ba564b43198ea0099b94c63d4687dda53a6fce833f09f1fac51579b60718b60

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rspyai-0.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 954.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9f1515548518ff18157da1d9ffd31192fee0c2bd3e08665175fa7f85e256932d
MD5 5cc407edec3e6e8f56f57062f2aa5d58
BLAKE2b-256 ba3858e20fc5ae8c99b76c96dcd53bfca5c904393844b66eb6d83a1a7ee468da

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: rspyai-0.0.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 856.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bdb766c07d942d011bb4ea041b0b8e5d610af8d7b92b44a42178c77b6e8deb9a
MD5 7f554e61b55f53199a548192d7e6e27b
BLAKE2b-256 06466cba7d296fb8a019b435752f958b4b10d436aa52b10e8f0cf6de0e44ddc2

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f85460526d88997ff7e897e7930857876ba5366dbc1bb6812abca75db716c052
MD5 6781cc5fb08edd3b1ab2ce95e4f2423b
BLAKE2b-256 5c738e7d4a43a3f69c02bc65173a29d1ae47d4c06277565c0e9e8cbeb9f9890b

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8994002a32d6f9cdc60550db42d375acea2d08af47cb32a53ba01f80e265997d
MD5 265097498b10fc3da2ee0c75af055974
BLAKE2b-256 d1e83a7a16c035d44414ec6da8da3ab1196eccbbe5b59dc36c236582e8c231cc

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d85bde07690c3483bcd1415c0917b28570507c4a5a1c0867fc3a42452374ae2d
MD5 651ec26ae009393c6f995a4f784061a8
BLAKE2b-256 72261e23c49785c508634821c1d9ffb15be88a35cbf76a30df947a06c259cf4b

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd2ce1807bbec439ef1dc86de511aad93f39dffa1ab6e0167946deed7171fce0
MD5 720d01202f2ea6fddbd01d5f1a25d344
BLAKE2b-256 402fafe58d6be0b00ed759f349ec0d18b7c28d89e335691028ae43a8cffad9bd

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b80c7f86b3f2544971b6cc0f8d81b4fdfe367f6bd04358f51663f5fd8d233e4a
MD5 0802568cfea50db481505e2c1b1892ea
BLAKE2b-256 c92018461df94c4b2b982921db5444b1a6a520b7c45e3e8ab8fe3d8bc18ad4c3

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae04ce778f6d9db063d6d089809187359e58f8f72502eed43fae3de6c5fe90a7
MD5 01da872615ef23a31b3f8a9cafdd77a9
BLAKE2b-256 8e9cc232efed0d9b314d19ed36b56495b325034ccd18639a0bf3802f1444ee9d

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aef76237d9a5aa6f2093e297bfe8e77a0d7c8266f5548784dfdeaa524d21a491
MD5 bac1d2a6a5fe5e02c1a054ed561b7755
BLAKE2b-256 09f53b710c19fa4e010a43b2bf1b3a4f0fb96bc845d56fec2ad30510c88f0f4a

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 35aaea2601a7f02e991f5ad58296794bcc574024cd470d673f74bf21ad063814
MD5 59d0585e1ce51dea300cf8cfa494a660
BLAKE2b-256 6c674d3a7c2e51cec1d7083b0d06d86b3e70eef8a02b2a444070abe63583d32c

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d617dfba4826ded072a597c4342acd5637da7af33422bb4f062caac052d268f1
MD5 7181407cb4d26c8aa222eaf12ff4860c
BLAKE2b-256 9818bf41779e7b08dc96033590e5c3ff37b4fe50f4613be4e923db1a23410222

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cc739d62d5117205515e8e9036be6ab984b4e10a70ddb5bea971bd9587c4d2b6
MD5 4077b8d2b9238c30aa8fa57372c9acb2
BLAKE2b-256 3191b3f4b9b6f4fec5b606d364880b5ae80b7e5b2b62ce134f9e3d084ca36345

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5575b49cebab2c700dfc3766d999774b0f9c878b420c8cbd115d7506ea2289c3
MD5 422a8882943535f0961c38f54d8dd2f7
BLAKE2b-256 d00499d52bdc8bc7214c6de36becef903e82f8191b479e26a7ceaa6c2fea6b8b

See more details on using hashes here.

File details

Details for the file rspyai-0.0.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rspyai-0.0.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8058e696f3736b07dc993396542e5565e9cd34dd62e4fbd9c69014698e67e390
MD5 a8cd43b119cdda23bdc3baca94a186da
BLAKE2b-256 497df862a8822bdd06936106698735afe438813977cdc54a9f92613877c100bd

See more details on using hashes here.

Supported by

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