Skip to main content

Asynchronous I/O Client for Baidu Tieba

Project description


安装

pip install aiotieba

尝试一下

import asyncio

import aiotieba


async def main():
    async with aiotieba.Client() as client:
        threads = await client.get_threads("天堂鸡汤")
        for thread in threads[3:6]:
            print(f"tid={thread.tid} text={thread.text}")


asyncio.run(main())

输出样例

---
tid=8537603600 text=一人发一句最喜欢的游戏台词
楼主先来
很喜欢lol布隆说的“夜晚越黑暗,星星就越明亮”,尤其在当下这个有着诸多缺点的世界里,这句话让我感觉舒服了很多在人们已不再相信理想主义的至暗时刻,高擎炬火之人便显得更加重要,至少我会坚持我的理想
---
tid=8093410706 text=大概是剪切板里的一些有意思的话
今天看自己的剪切板快满了,稍微翻翻突然发现以前存的一些话还挺有意思,就放在这里啦
(咦,疑似水帖啊我)
---
tid=8537699088 text=记录一下自己人生第一次当“老师”的经历^_^
明天我带的孩子们就“毕业”了,第一次当老师我改变了很多也收获了很多,就想着给自己记录一下这段宝贵的经历:-)

继续阅读入门教程

项目特色

  • 收录数十个常用API
  • 类型注解全覆盖,方法注释全覆盖,内部命名统一
  • 支持protobuf序列化请求参数
  • 支持websocket接口
  • 与官方版本高度一致的密码学实现

友情链接

特别鸣谢

为本开源项目提供的免费产品授权

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

aiotieba-4.4.2.tar.gz (190.0 kB view details)

Uploaded Source

Built Distributions

aiotieba-4.4.2-pp310-pypy310_pp73-win_amd64.whl (260.7 kB view details)

Uploaded PyPy Windows x86-64

aiotieba-4.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (274.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

aiotieba-4.4.2-pp39-pypy39_pp73-win_amd64.whl (260.7 kB view details)

Uploaded PyPy Windows x86-64

aiotieba-4.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (274.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

aiotieba-4.4.2-pp38-pypy38_pp73-win_amd64.whl (260.7 kB view details)

Uploaded PyPy Windows x86-64

aiotieba-4.4.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (274.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

aiotieba-4.4.2-cp312-cp312-win_amd64.whl (260.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

aiotieba-4.4.2-cp312-cp312-musllinux_1_1_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

aiotieba-4.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-cp312-cp312-macosx_10_9_x86_64.whl (274.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

aiotieba-4.4.2-cp311-cp311-win_amd64.whl (260.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

aiotieba-4.4.2-cp311-cp311-musllinux_1_1_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

aiotieba-4.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-cp311-cp311-macosx_10_9_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

aiotieba-4.4.2-cp310-cp310-win_amd64.whl (260.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

aiotieba-4.4.2-cp310-cp310-musllinux_1_1_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

aiotieba-4.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-cp310-cp310-macosx_10_9_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

aiotieba-4.4.2-cp39-cp39-win_amd64.whl (260.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

aiotieba-4.4.2-cp39-cp39-musllinux_1_1_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

aiotieba-4.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-cp39-cp39-macosx_10_9_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

aiotieba-4.4.2-cp38-cp38-win_amd64.whl (260.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

aiotieba-4.4.2-cp38-cp38-musllinux_1_1_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

aiotieba-4.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

aiotieba-4.4.2-cp38-cp38-macosx_10_9_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file aiotieba-4.4.2.tar.gz.

File metadata

  • Download URL: aiotieba-4.4.2.tar.gz
  • Upload date:
  • Size: 190.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aiotieba-4.4.2.tar.gz
Algorithm Hash digest
SHA256 4c2e5300bf600148848e3f91395472838e124426c0d49f4100643c7ba91eb768
MD5 2936254d97c64409f7bbf54aaca9d416
BLAKE2b-256 0796179c1c30990055d588c63ca1ef7648d43a205f6ae83ac8273561eea9ed73

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ebc1a80a7c9f55ff6887bdf77027a9ac4c7ed11057ff03c6b71c2cfed15ccfc8
MD5 5c16329688e2b495c64de417c17db317
BLAKE2b-256 6e01c9b35490c4c6adc2503387f1ce9ed42fee0b47824452d4364ef9ab925739

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a4f9fa47ab07baf1444473f16af73f6ed3f0a925fe1309c5af026378cce3275
MD5 8aa4497ebe43b3f8badddfdd12ccdc23
BLAKE2b-256 7d55956ab0a3365bcfe8eb54b6b36220649f394baf3ad9fc9adaea0cefb214d1

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e446b8d3a94c2c9ab16bd7187ae12bbfd0f76d3cc4d12a2b581f95b512d64e9c
MD5 1563316790696a5a4b8213c8981904c3
BLAKE2b-256 b6aa0bd9a595a42ac362fd37dcd0922694b69f091037026081d417cc06bfc77e

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 12d3b72501585eb2128044d975228c15e385842c5a537650b4992c6ff775985b
MD5 cf0cf5bd9270283fbe8b2c1c56251f5f
BLAKE2b-256 6c38391b5e2a75fd0c15fdd1d4068951e174d625735bf0bfc88b53bc7016e79f

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e504fc7ed3882a6a1986bb92c747eb731898af92923914cef82710e40ef28e38
MD5 de28c493a93a2bad7e7a9c3dfdd255ba
BLAKE2b-256 d4bb53128f9dfe1da567d80a3aaa65199497f1145a5ae795bfc7cf17a3a10bce

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ddffbfd1c219b63d97b1a14ccbf6019970ef970672e024f89a70be4315da6e9
MD5 a311cacfdb17f5fffec421e01eab23ea
BLAKE2b-256 daac138458c1f6bb780130dc77886f05878f1c8565a545f8f09d0953771e0e6f

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4622d7e4ef580ff87dcbf0530f25134d24dc99a5cac065e6235a2c02701d6434
MD5 78b61070f87685fbc0238ec3a5e178a1
BLAKE2b-256 23e2a3f784d1f932e868ff835ca9744e647d07d901e23478ed1632226b003365

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 930b716cdf3ac53f9db183fc4b0a703dd3e4e1f60ab853b8407fb754a65b9b03
MD5 7b1b1194e0af78c0e91f4275580ecf12
BLAKE2b-256 84a795ccc5fd532a41cedbef9634e896e4db571173ff1d09a6389a8f44818f88

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47ae08016e8afe418676ece2654bd77c59f5f948ca17b5744039a1f1f106b55e
MD5 7c331f6284d2708f7cf3541390679e40
BLAKE2b-256 035cb626170a2b81867214bc4e3a42ecc6700a960c70a702cd96bf6b60bdb747

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: aiotieba-4.4.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 260.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aiotieba-4.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 11c9a7816aedaefceab73d4c52f5a504024e6a77b6f7138ca09d62335b777d09
MD5 be2fa1a9ae4a45dcf27342a5a228c812
BLAKE2b-256 0bf159755ab95b5df7c425d1e1ad1c2b95a3d776adcee72c8ff6c074843f64b1

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7ec2a12f4754ea42e9a63d426435ac71bc7d418b980b11271795f51d8bec2606
MD5 bee88c6f58af299e0803e71cc0d875c0
BLAKE2b-256 e23fb4ebe01b8deb92c961bedcc1d3d9ba201991dba2490187bebd1d85f80729

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 735a2e68333975562859ab555b634ed0e45c61b99958a5ef979bf6f888776b65
MD5 9d71d074a82c3adfe511f4e226096d78
BLAKE2b-256 52fc07b7137fd1a1fc9a620aa086029f2ecd5826e5c703ce19910817be7a048a

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5d0af689a2f4b51a27a2e81839291098178fb50836232ef17655a7519bcaa37
MD5 92fac33144b86db020c3dde1a983e632
BLAKE2b-256 0607bcb50361bbaabd3512d27c1d410929b3a2ace0c7a84c3f897268a1f74ac2

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: aiotieba-4.4.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 260.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aiotieba-4.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 16fa383749b4d24a50800a36da8f4a9526c5e932aea18730554461609e534c2b
MD5 205d69d741f0783f92355dac29b0ea27
BLAKE2b-256 f4d88235f1c6d2f3f752672e44252d3c08f1e0a30db9facce27e7029a7eb1368

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bc1df6e0eb696d3032031e1734d1c7686b16498c05ef8084b2bd9bcf3ffe767a
MD5 e43171234a67791eb406b4b29e1d677d
BLAKE2b-256 0e108ef4b97bca77b23258b2990cff454d09ba78823ebb38f19c3cd86efbc2b2

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c504594b17b4432239e42485e118ad8f66a61900f04bdf254b74974db495434d
MD5 89ea2637591f14b10be891dabd7c4d31
BLAKE2b-256 2a78e6527c84cb08abf4bcd82af0d8d4d476e693c3efd156bf7a1af508efc187

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8188561eadf893d6727badb1f8b26aa12ed3d43b007ae1b070473b25f9c5af0
MD5 dfd983ef1d6d7140834c1101fc2241bd
BLAKE2b-256 09c20a9f6b8574949be04550db258406e72b7128c7e44f837818b9174e4c207f

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: aiotieba-4.4.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 260.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aiotieba-4.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8d9340dc5cc52fa64e0669b131abca71af659d3ac6ad4540d0bf5d0231289fdd
MD5 07cd483f35ee5f6ccfc9fc85feea8a60
BLAKE2b-256 59e94d8e82221af21e9b1ed4a9d4cb4bb700e0298f93bb7fc0003c87260737db

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3d35cd650218e1d97079a7c74e492ec4371b8c2fac0e9e40cc8fe988126c1b1
MD5 c3f5523b32e5ba34cb2d3bbda0879e9a
BLAKE2b-256 201992e0189a513ac38f9e9b905305a352be340c50a838e959d338b6a338c9e6

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c577fe9336aa58aff4b4bf1cd29e74ecaf3a0319c962174339d339bf7c78c1f8
MD5 c3e4eddaa217e1b335ead99ab4e97963
BLAKE2b-256 3872aa903c4e846a6bf8fd1437fa2d6db3dc4d1d7f741bc0921218c14456bb65

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5bd39874207a7b3376ab0e9a7df6e450f86d1b698a8740e850cd06413f5bdaf8
MD5 d64d07de48a6fe834e507759d5177f47
BLAKE2b-256 7105cba49e831289a9d203010ca1cf0bbc4303747ca4fcb30207b50a03bb92b6

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: aiotieba-4.4.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 260.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aiotieba-4.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9f653ee8cf1f4e843055b8da884fd4c09ded2c4e4093065f934dd77508112d93
MD5 6844d08c4e00686e354c84cb62b60478
BLAKE2b-256 4a597e3eab66b258f11de5fb64c34c1b6097bf10298a63342da0bbd7c3f4a9e1

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5f77ab44adcb19256cd763a00c6e09fda9ddec2c312476dbdc6350003e8b7f62
MD5 abc8a1935d742194f56a89f7241a90ac
BLAKE2b-256 8cbed459088da910774807bb3ad73c557ac9217b0d573c6ecd28057e1eb557c2

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5b2aa58bfe7869528539d91db4c2078222732440c4342434d348a75dd6f3d8a
MD5 a34be62307428868927a010453a0cdd7
BLAKE2b-256 8f2f6d58c21c3a30d9f2faf87f6fb7a5d94b16f8f8a3b4c6de4f5460f593678d

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00437b496ae0bebaf366c66eaf077a198c4d3a98516deefde9c8761ee507d7f3
MD5 806f311c64107e3676f902ba5aed1965
BLAKE2b-256 948aac99ac39f63b94621082215df4b5df4d0325533a9f147c8eba5354889256

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: aiotieba-4.4.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 260.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for aiotieba-4.4.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ce50106616974117fc586e74538d1655df757981eef469a392388f32820c74cd
MD5 5091eb85e7e3968f77d6e1efd68adf64
BLAKE2b-256 c2ea42c3452e33e766526c4a696c5b1b62d30c5c31a128cd771bd674aeacf5cb

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e70580dc0962e18e21038db4fb6c94a55a3daf05797414a7717d045f2120c144
MD5 ce96a361b1cb2f7b527055790f74b34d
BLAKE2b-256 410fe5d99d230ae62d427e8088ac0be934bfb3a46e7161d9900ab879affd7e1d

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da929feba4f0a067d00745aa6af5420d6ea415001fb04dffe52167ac19bd446c
MD5 a80293579ccfc1136b4d7966838c0e47
BLAKE2b-256 975bf60999735ce099281a166c61bf9f58a7dd6596e0e66788a018234ae8e16f

See more details on using hashes here.

File details

Details for the file aiotieba-4.4.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for aiotieba-4.4.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f196e5e36ef80a6613e2f37825e6a4e4e192d85da58f3ebe7567652b365245da
MD5 8725879f0ea3e6f3322b0a386767192e
BLAKE2b-256 7cb4e9f0568ef298726c0adb3580ffb2d6b9bf43860150779cefbdf91c69347d

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