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.0.0.tar.gz (136.3 kB view details)

Uploaded Source

Built Distributions

aiotieba-4.0.0-pp310-pypy310_pp73-win_amd64.whl (263.0 kB view details)

Uploaded PyPy Windows x86-64

aiotieba-4.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (275.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

aiotieba-4.0.0-pp39-pypy39_pp73-win_amd64.whl (263.0 kB view details)

Uploaded PyPy Windows x86-64

aiotieba-4.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (275.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

aiotieba-4.0.0-pp38-pypy38_pp73-win_amd64.whl (263.0 kB view details)

Uploaded PyPy Windows x86-64

aiotieba-4.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (275.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

aiotieba-4.0.0-cp312-cp312-win_amd64.whl (263.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

aiotieba-4.0.0-cp312-cp312-musllinux_1_1_x86_64.whl (323.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

aiotieba-4.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-cp312-cp312-macosx_10_9_x86_64.whl (277.0 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

aiotieba-4.0.0-cp311-cp311-win_amd64.whl (263.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

aiotieba-4.0.0-cp311-cp311-musllinux_1_1_x86_64.whl (324.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

aiotieba-4.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-cp311-cp311-macosx_10_9_x86_64.whl (277.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

aiotieba-4.0.0-cp310-cp310-win_amd64.whl (263.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

aiotieba-4.0.0-cp310-cp310-musllinux_1_1_x86_64.whl (322.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

aiotieba-4.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-cp310-cp310-macosx_10_9_x86_64.whl (277.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

aiotieba-4.0.0-cp39-cp39-win_amd64.whl (263.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

aiotieba-4.0.0-cp39-cp39-musllinux_1_1_x86_64.whl (321.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

aiotieba-4.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl (277.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

aiotieba-4.0.0-cp38-cp38-win_amd64.whl (263.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

aiotieba-4.0.0-cp38-cp38-musllinux_1_1_x86_64.whl (321.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

aiotieba-4.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

aiotieba-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl (277.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: aiotieba-4.0.0.tar.gz
  • Upload date:
  • Size: 136.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for aiotieba-4.0.0.tar.gz
Algorithm Hash digest
SHA256 77c764a33477d1d4b04e36018a58fcb8b92cac081bf16f02a7e3da932d41e3e0
MD5 a0062d6a0bb126821005b320945fea54
BLAKE2b-256 ceaf49bb9797ba301505415b973c4364aa336d010158f814f0f83e46b203b888

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 827e057ca31c7b2efab75e2f782ff41cba74eb8fdd754d66c612bcfbdb42257d
MD5 86be1ece8286528983f0121970216740
BLAKE2b-256 201e44517cd0efe15fe5f999c4166977f65d37da30b77e6b9c64ef20aa3fa54a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17318d9fe5410cb6f0b7c22d7af015295a921f1e6f89f5a793d42bb24e130719
MD5 e76c54a16da1846929611945975db9c6
BLAKE2b-256 680fc37ad4abf146761efee8365b87f9dbc13e5a084ad98fdba87821dde73d36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d39b586f245e299a2fc7e8ecd5ec0a7d3ad6d428a751a93160119e52dcc30588
MD5 8ebb0a7f919b2215fefe82bd33a0a07f
BLAKE2b-256 0d16be4647a846b6efdc3c69ae1e133a2d84e70785ec08c4a44a90d8723d6b16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4dd4898615d9561bb8d6e6cd2905555c3c9e8627a5a48c43dc788a015cfaa86e
MD5 596c3afe7ef65911746894412047ad48
BLAKE2b-256 1095fcaf6c170a756fa48a64b5aa0c0cabb25353d03ecb33123b84f950d07dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 138d19c8b2edf875bea3614dee72c4b3e33326d60553718289d976e7c822f4d2
MD5 160de068f6e07c894daebdafc39bc883
BLAKE2b-256 5378a54acef663905a3acecaec0a7aa42c07b9b04e24915d70760868b3ea9078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09ed55732e0c9f266849aec5639be16845b5f74b999873306431760a1e342a80
MD5 62b14dd8ce4461f0847efdba3b240548
BLAKE2b-256 eda10a00386d172eff0b354febd417003f22cc9a690a03794945949729a8238c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 85d9f70764a6883d92368ae6132fcc9625a514a4e5b174a6d4a778301d4afc0d
MD5 377a75dec3a2bf2e5a7f364547fd8d09
BLAKE2b-256 f2d32a13a4a80148276be07dce3c69742e794579dbe0e58adcd919e836c17161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41d8336ec7cd25c7a4133b405bd243b8d10beb6fc5494a61784d6fc34b410efa
MD5 9ad518f49672f678aa14ee37e867e4d7
BLAKE2b-256 0a252e76bdbccd919eb5c8d33fba50a1ac6fa36710228980206482d11aceab9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8c5e31645b6abb8b71e6ce7c5e0afbb52009aeec9001166d68f7faa0bfc611f
MD5 3f030fde9d23617aae2284eaaa09014c
BLAKE2b-256 361934145c1c03cf8a47f254ac4d07159188ccd76ba60fd72528d1c69449578f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 263.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for aiotieba-4.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 71736643f5ac08fabdcf9040d3a602c866d84e326172cb896a28e1decb786763
MD5 2c38dadf41ba9d33a26ca4c34805c4eb
BLAKE2b-256 760b95bddabcba482b28063033fbcfc73c0c6132356af9b57052ee956175ec83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e50a588fea46b459277a9bfdcd6f1a09d01bb876da3ec46a9ae18090897b7aca
MD5 12bae91f94c3bd1b6092a8993ea650ac
BLAKE2b-256 63ce125d508894e7e4c52ae1e15f6ed0d3b63038a8497d8b6a8e54f8fc5e7baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d6fd24ad225b21f9330f2bee9df854d24a445e56b1ae854378ffa0fde87443a
MD5 9e5b684264f4f4e3b8a7dfa72b458d90
BLAKE2b-256 b9e08ab43b6b0e07d99398c67648e0dbc9689d995420831ff0c6fddcc83c2891

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e2e1033733b56e33a74eab5cce22aa0794c80d9f48de83bc73e4194f01ad54a7
MD5 f6682fa475dc7bd4a28431ef127056a6
BLAKE2b-256 d0248e1c0427e75a9e149b12c7878f29cbb6c863140fec6757888a7daede6a44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 263.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for aiotieba-4.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aa4478afbc9a12a24bc11d0c511743ea6fbda178a99d6b67cee265eafed0120a
MD5 04599454b0fd551821ea1e99633df78a
BLAKE2b-256 f1d34ca6b6694b5f09414f3b5bb6d1fe8837c519a48a2871c36442e6d64e93cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 175c2565ed5e0ddf0a8af881e31142ed34b099a26cbc57172d951e089d051439
MD5 06741c9fdd9c797d2a012ef47f8f8ae0
BLAKE2b-256 b681c20c08348590f313dfc5459554d06cc1af94786f4dc49d91729a61a2f501

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1501532471484d7ac9d0f715e87a9b8aee06d3754c834f520b74612f073d2ea8
MD5 59a2b88f1c6ccca73c58fe0546dbf83d
BLAKE2b-256 b819e9272773ae703d991b716accbf19644b8fdc8f701961c5dcb89a57bd7e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8bb3764433e90885852c9143bebfaf5ea123da04635706fa30feeec3f8dc436
MD5 10e15789b0ff80f2653a972d29960ccc
BLAKE2b-256 ae4749cedab8e7edb4e4391436c396ef68099b0982d2d89824625fef3ba6d71a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 263.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for aiotieba-4.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1b16123a865089468b1113fd5b63da1d3ef98469e77039728818ceb4400e3c8e
MD5 9ab2f94ca0974a32f43e3031a4b147c3
BLAKE2b-256 6ef1c1186c85df656bb729941d31b07cfa4869aa3df633ca50eec1854d79227a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f79e5103c225b0fc6aad439c4e7fe5348e782b030a9bba7bad0b2630ae3090e5
MD5 d425e3cb970afffeaccd610af9f3eca0
BLAKE2b-256 59ea3c2026b552a0d80bc2f746ad4e8c0707015a23b05374861765bf48042db2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45fbdadf6c11f5c23b0a638069eff98c1f2266c7ad5c6c5fce18b1d07a3db05d
MD5 bf399ea9de37eb4b2f50c624cb0b2775
BLAKE2b-256 6e86bf36a5d9f9278d8b1aace2e3a24e9b5fb41fe6f24fe0e0af6c5f354d5f04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22a30ddc86a3b4354ef7d6df52cc525aaadef8d534de8f63498e27332b3afba7
MD5 8fca28cf5f271f9f54d085b890f00ce6
BLAKE2b-256 d1bacb3ee2405e108fcdb11f30e2bf316559e81d45bc71f328c74c8431421312

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 263.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for aiotieba-4.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 54ede2a17e5e35877fa8217c79c3351010e16a71a91612e9505ef028dccff5a4
MD5 a57d35ecc978701b4107bc730b67a115
BLAKE2b-256 19883df734b124a4e811f343c6f7de58553086a8655c01cd5e45cfa068a729cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b64a9e38259e10ab2d8fa5239d4018c401a0b614cf9e1b564cfd1b6d98a1d49e
MD5 50c506ab1a34b134ee2a1913b86d314d
BLAKE2b-256 e359ddae044158eddea71aac73d0b801135c8873afe57a0ebaf47e22f7568f5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 512ac819e91eb0ad77bbeb47a8427f729b60f78eb97c4cea41f2a9a13c893202
MD5 57b6613ed02ca1f0d17004869e1ece72
BLAKE2b-256 f23176370551c7555af2b775c65e40db636280840e07240f86fc2ead23c178ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcf280e8bce049d7e5486a25eea9754dd2f12aef5176a8d92d7f2446f5274211
MD5 3dedc8cf8890c2ec64fc3deb4cabb781
BLAKE2b-256 fd9eb71df531199fd47ceb814e157fccee30751561e7af5520a3f7f894c0473a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 263.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for aiotieba-4.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6e397dde15570a96160c86d2db1d784ef157a6598ffb49b62de00266bf07255d
MD5 cecf875181ec92302498e33bd4d8294a
BLAKE2b-256 b0376af85a044f72656f5ea41c1043b191bb7cc1f57bb37ff393d47e768dbfdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 00cff90de5b3858b0cb2f2389476bc9f34091c7498a4d71d28bf57bfb617a87c
MD5 c32b19505ca3bf95ac953760872114be
BLAKE2b-256 b79603fed3e7022b16c267d7be2b060c91ac160ee0165eb744e01fe2b095da2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2641278a8f428751b9c8ec71a934d6eeb41af7543bebd9a0346b3f97c29231e
MD5 20082e080241c798087557a16675a57f
BLAKE2b-256 37eb28135ea483a15eaa0b4c74ce0bd19751c451e1b5dfe9b9cb05f4e55e250c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b69d6d003fee5ee0103590bfba826a223f18b3ee676c5bff347ce0e24fae6010
MD5 0de223e62e2f525ce30917f860a0bb7f
BLAKE2b-256 50a0fd1d7cc5a279248767da5cdcef1e19bc20c49353879570838984efb7d94e

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