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

Uploaded Source

Built Distributions

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

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded PyPyWindows x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymacOS 10.9+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

aiotieba-4.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

aiotieba-4.4.4-cp312-cp312-macosx_10_9_x86_64.whl (274.2 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

aiotieba-4.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

aiotieba-4.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

aiotieba-4.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

aiotieba-4.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (276.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for aiotieba-4.4.4.tar.gz
Algorithm Hash digest
SHA256 77571ea224493cfee4871fe54bf9cf664ca017a235fa449a5da236feb9c0ef0a
MD5 65ff0c76dddf4ae1c18e4d3546011ee4
BLAKE2b-256 1429b01799e45f22e55f7d6fec700363ee724973bdb5582b71b6a76d9a2fddda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c9a52430d32578d735be6427b48dbe0e26e053b10204e87216df20b276a45879
MD5 c4e5562d4b2b2b37da01f012faf559f3
BLAKE2b-256 2fb963c5882b673c1c16795ff6cc3f5967fe3baccb42bbbea483c816ac6e9d5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 774ebc227ce727303b69754ee0b438200c0c61e9b6c03d996ef2cceef9cc5a21
MD5 8f5fbee288747c8770b22502c2889fa0
BLAKE2b-256 6a82641ef6b4a928cf74994fcb33bce343e8d62f824324551943d39c1b5a48fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6740b52312ad319c6830b7a86f2d4bbebee45e7f0e5419750413d3d94121352
MD5 e569ca0d64f2d3e745e7b6e5b9f2c8c0
BLAKE2b-256 1aa1f380bdb9a72b278394390b14c2f3ecfdb2319b67289adf96057e5b730e1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9b7971ec18071eaa9160ef7c43228f8649268a544c254347c6ebbed397a33e8e
MD5 eff10309b40af91d0fe5eb29257def46
BLAKE2b-256 a7316a48d4e1a637a4ab25ab1b8e78790482e8d2f465a6318a46ae5f8f8f9139

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0899ff2b464b6b3aa0825683091990f914edc7554fde52afd6d049d7d291a58
MD5 e2ed4f81acffc48a640be3e7a475c513
BLAKE2b-256 31d9f47671c5c428d2df2c4c454af1864e7ff149a0555336f33e6b999d55f014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 384dc945ac890817af1bf38d8719bc153e9478a3c803d26048d416927e3ccfc9
MD5 323803d334d167645c46736a1fa823c6
BLAKE2b-256 2362cef85115e0ae3e29f7f762c8df2e36499af032f7ae1fe3ca2480288f1183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9ef41c2e814da08e618b0fa2f24bf42a6c29fddc10d0c199666f5a27aae8ab63
MD5 dd0849f556c7f859471e27dd6fcba0a0
BLAKE2b-256 f069c7e1b55e697a9a0f0c6c26647a740a7898fef71b5b77e4cd51996d00190e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c639665a85836250e861b325030f8f4265d851507ec63095a7e67a1d11f80ed4
MD5 e35cb42169be457c502b32dd430919f4
BLAKE2b-256 428600c27b8486159385120d05d06bdf3a12b9b2b496c9fe213a1ade7b2b4fa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ddac0a7d989a99de4455c8d11ffb717bec5eae48e46a4481a39d0e3c230a179
MD5 eff5bcde3dd2b92e679968b974b270d6
BLAKE2b-256 50ca113aba19aed425b0f762a4e57f054159d01d5b559c0ecb11ef32c541f87b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.4.4-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.3

File hashes

Hashes for aiotieba-4.4.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ba2212b812721e3669d5aefdc30e966f065acf57b8f024adb08262a96432af63
MD5 ad80d9cee7d9ff89a4324aadae425495
BLAKE2b-256 29a1e0e83f63da8a8eeefb86d1d768342efa4a14b89c7f643245249c2bc11e61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d882a47f47c1ece09656345c96ce4391edc9508c03010da700758ca9ee74dd4
MD5 e43d54e1e81aaf007d4f558979a02acf
BLAKE2b-256 5443abd275cd68d2e2bf9571516584fa89f27d47e88db3ecea863208f4752498

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1e1c8172c6a58296b368be86e18d25b99154aab65f9d3b3a61b0a17c07925e0
MD5 af3ac35d9e6af9e77d9bb66e74cc61b0
BLAKE2b-256 1efeadd342aac54c5c95477331706cd7f08f73d5838fef679044b1fd1450aa7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ec3ca2d97a521fbad0d1224e3a363919d986659b3dec5882dbe34b4ed1ddd70
MD5 66120d32830b7c62f6565ed570f0170f
BLAKE2b-256 2fcd93d78731c04a1845fb61021965ffd9ab49aa990acf33199af20f452ef4a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.4.4-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.3

File hashes

Hashes for aiotieba-4.4.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c29682d721be65ff4eff6e0b05401c1d72bbd3fa0c03393784867363ba8af4ac
MD5 a54ceef9e31f02e420a3fb4ba7b637ac
BLAKE2b-256 b32c849a007772b04a8ce60522799ffa37dedc6357d8afcfb5ff4749710f6e03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2ffa4e40d2a753628296f11a5f9973a522a488d9aeac4ae3ef392128d889a4fd
MD5 28fb20104ce7802b360619cf3d4a37c5
BLAKE2b-256 2a1b705e8ca404766bc484d742852e0a1670a8860a89760e755f452b4b73a68c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c048a43aa76564b602b58a8ea1f57e796fc3906505e7238ec7cc5cfac5dcddb
MD5 0a8940c66b732c90b099e8135c96b024
BLAKE2b-256 c771753d552b8f8a3c3ccbb148e5d2ea8ab99fcaf39dda9b169b37b502a5b4ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77c9b48e88ee40ea825e64beabb87cdcbff12c7339b1ca59e9b3c19e1be8792d
MD5 4e1a538d390e3df7bc4dac6d8da3aa9c
BLAKE2b-256 fc6a42877eab64b8ed7222d867049ab9917bd0e298b85ed9cfb1e4dfadee20eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.4.4-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.3

File hashes

Hashes for aiotieba-4.4.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 823eb24877db137f55473367f2b871914c88154262e5cde7b1c8d9af2e33075f
MD5 d446fdbe1515cc4277ec2818abb5a54a
BLAKE2b-256 a5e5fedd09a75ab1323eac3b5d61195c5d2170f2406125fd2b77fd5ea0140487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2326e961af43df15a7eab7538441cb23fe6880c80649b7d02543bff7feada633
MD5 e122849a29b16ceb937948fa995cba90
BLAKE2b-256 dcfd8cfa1d60c175e27ec4d50571fbe1084e828ad2860f64bbe8ad54b316ccb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d583bab1466a9c4f4e79da8b7d8970602fb7783d0fad430874d6fee00b46bf84
MD5 75ec39cad4cde35639d5084626bc2edd
BLAKE2b-256 6470c74c098c9bdfcb1cfb02766abd5ddda52b8c4ab62259ddf7d7b3a90bd216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6f0002403ef99f4abc4e1d8dda434bf437d24e08ddbc2684ca1514a147d0a072
MD5 56346704f2d523478b8a2b63047336cf
BLAKE2b-256 4420c4e6d63545894bc4476487187c9716087b449f5e4814d5838b5d1e222fb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.4.4-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.3

File hashes

Hashes for aiotieba-4.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8454288ae9d73ddf02936d26d1c888fc9ed786bfb8b3d32925f06af1f346d9ca
MD5 a818514fa63e63064015a5f33315124c
BLAKE2b-256 afe9ebc0fab48faba4d9ec4c863c08b94ad4a86350fcb751103ba4c831d17b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da2fcb4e6075826844b26d8e416c7b1c232aaa4c614256d82bb062e8ee3069e4
MD5 0cf41781c3eaf386b40abfc1172e6b72
BLAKE2b-256 bd3af2fb29db15f8baa1ee796e76362938281d072a751e2f14547245922ef3ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cd8e1955f0bcd2266b889e4e836253872e03e8eedc46d83fd0130ce819400c9
MD5 59a578222299f75caf34a9bd84e8230b
BLAKE2b-256 cde407242dd6b63cb1d72bf2656be474ec98ec480be34bad0d005888ca216b5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 981bedf764c20333ad4e5189c66f318b363c4b5b634426612b7e3124cbcc1ada
MD5 b284cdeb52477562b56660a686332dd7
BLAKE2b-256 08e230767868ae7e416737b4eeea829771c098c85e270ffb21f704cc030d4876

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiotieba-4.4.4-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.3

File hashes

Hashes for aiotieba-4.4.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 445630218bc52dc3e59d68f8ee2a655db910e65ea3535818dfc69ea238a0bf43
MD5 91f5d4f50d4c6b9331186d51e8f5b249
BLAKE2b-256 34e210897ffee97f39979fa03ad1aef46a7766e89d0ee887abdd42df7d814aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7a86f2dfc6b84304ed35896dda16ad7c84bf35a448db3755ba07a5345e700931
MD5 c8b4b3cb08e46ea9ffbd66d02799c35b
BLAKE2b-256 87d7253d431298a6b5ab556a4a298db8557e75de61b6550000c3bde7e88ec0f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65ff572390d61b1609a7d28d60636f155d7dd43f26801ccc094310dbcacbc090
MD5 0ef9822249e60ea2b338d31b7de032b7
BLAKE2b-256 2b3e4fe2d1b925afcfe844fcfc91eb7d298d664e2f6b0b9c0f495546e34c8c62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aiotieba-4.4.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd671a57f8c50216a2c2f649efa3c99c88799504ebed8fe1b91c8c5337518d69
MD5 e41667a0bdfdf359ad0d6cb26b941dd7
BLAKE2b-256 66697dd79f71767ca87b6d8373c69432906d3876848dc63d39b84f2528640650

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