aiotieba


Nameaiotieba JSON
Version 4.4.9 PyPI version JSON
download
home_pageNone
SummaryAsynchronous I/O Client for Baidu Tieba
upload_time2024-09-01 03:21:00
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.9
licenseNone
keywords baidu tieba
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<a href="https://socialify.git.ci">
    <img src="https://user-images.githubusercontent.com/48282276/217530379-1348f7c5-7056-48f4-8c64-1c74caf5497c.svg">
</a>
</p>

<div align="center">
<p>
<a href="https://github.com/Starry-OvO/aiotieba/actions">
    <img src="https://img.shields.io/github/actions/workflow/status/Starry-OvO/aiotieba/CI.yml?branch=develop&label=CI&logo=github&style=flat-square" alt="GitHub Workflow Status">
</a>
<a href="https://pypi.org/project/aiotieba">
    <img src="https://img.shields.io/pypi/v/aiotieba?color=g&style=flat-square" alt="PyPI - Version">
</a>
<a href="https://pypi.org/project/aiotieba">
    <img src="https://img.shields.io/pypi/pyversions/aiotieba?style=flat-square" alt="PyPI - Python Version">
</a>
</p>
</div>

---

## 安装

```shell
pip install aiotieba
```

## 尝试一下

```python
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())
```

*输出样例*

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

继续阅读[**入门教程**](https://aiotieba.cc/tutorial/start)

## 项目特色

+ 收录[**数十个常用API**](https://github.com/Starry-OvO/aiotieba/tree/develop/aiotieba/api)
+ 类型注解全覆盖,方法注释全覆盖,内部命名统一
+ 支持protobuf序列化请求参数
+ 支持websocket接口
+ 与官方版本高度一致的密码学实现

## 友情链接

+ [TiebaManager(吧务管理器 有用户界面)](https://github.com/dog194/TiebaManager)
+ [基于aiotieba的高弹性吧务审查框架](https://github.com/Starry-OvO/aiotieba-reviewer)
+ [贴吧protobuf定义文件合集(更新至12.51.7.1)](https://github.com/n0099/tbclient.protobuf)
+ [TiebaLite 第三方安卓客户端(已停更)](https://github.com/HuanCheng65/TiebaLite/tree/4.0-dev)

## 特别鸣谢

<p align="center">
<a href="https://jb.gg/OpenSourceSupport">
    <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg">
</a>
</p>

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aiotieba",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.9",
    "maintainer_email": null,
    "keywords": "baidu, tieba",
    "author": null,
    "author_email": "Starry-OvO <starry.qvq@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bc/75/494a9ccbddd00166f7ad2f8b965618a37cb2666380bd94e9d8bcd1d8a7da/aiotieba-4.4.9.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<a href=\"https://socialify.git.ci\">\n    <img src=\"https://user-images.githubusercontent.com/48282276/217530379-1348f7c5-7056-48f4-8c64-1c74caf5497c.svg\">\n</a>\n</p>\n\n<div align=\"center\">\n<p>\n<a href=\"https://github.com/Starry-OvO/aiotieba/actions\">\n    <img src=\"https://img.shields.io/github/actions/workflow/status/Starry-OvO/aiotieba/CI.yml?branch=develop&label=CI&logo=github&style=flat-square\" alt=\"GitHub Workflow Status\">\n</a>\n<a href=\"https://pypi.org/project/aiotieba\">\n    <img src=\"https://img.shields.io/pypi/v/aiotieba?color=g&style=flat-square\" alt=\"PyPI - Version\">\n</a>\n<a href=\"https://pypi.org/project/aiotieba\">\n    <img src=\"https://img.shields.io/pypi/pyversions/aiotieba?style=flat-square\" alt=\"PyPI - Python Version\">\n</a>\n</p>\n</div>\n\n---\n\n## \u5b89\u88c5\n\n```shell\npip install aiotieba\n```\n\n## \u5c1d\u8bd5\u4e00\u4e0b\n\n```python\nimport asyncio\n\nimport aiotieba\n\n\nasync def main():\n    async with aiotieba.Client() as client:\n        threads = await client.get_threads(\"\u5929\u5802\u9e21\u6c64\")\n        for thread in threads[3:6]:\n            print(f\"tid={thread.tid} text={thread.text}\")\n\n\nasyncio.run(main())\n```\n\n*\u8f93\u51fa\u6837\u4f8b*\n\n```log\n---\ntid=8537603600 text=\u4e00\u4eba\u53d1\u4e00\u53e5\u6700\u559c\u6b22\u7684\u6e38\u620f\u53f0\u8bcd\n\u697c\u4e3b\u5148\u6765\n\u5f88\u559c\u6b22lol\u5e03\u9686\u8bf4\u7684\u201c\u591c\u665a\u8d8a\u9ed1\u6697\uff0c\u661f\u661f\u5c31\u8d8a\u660e\u4eae\u201d\uff0c\u5c24\u5176\u5728\u5f53\u4e0b\u8fd9\u4e2a\u6709\u7740\u8bf8\u591a\u7f3a\u70b9\u7684\u4e16\u754c\u91cc\uff0c\u8fd9\u53e5\u8bdd\u8ba9\u6211\u611f\u89c9\u8212\u670d\u4e86\u5f88\u591a\u5728\u4eba\u4eec\u5df2\u4e0d\u518d\u76f8\u4fe1\u7406\u60f3\u4e3b\u4e49\u7684\u81f3\u6697\u65f6\u523b\uff0c\u9ad8\u64ce\u70ac\u706b\u4e4b\u4eba\u4fbf\u663e\u5f97\u66f4\u52a0\u91cd\u8981\uff0c\u81f3\u5c11\u6211\u4f1a\u575a\u6301\u6211\u7684\u7406\u60f3\n---\ntid=8093410706 text=\u5927\u6982\u662f\u526a\u5207\u677f\u91cc\u7684\u4e00\u4e9b\u6709\u610f\u601d\u7684\u8bdd\n\u4eca\u5929\u770b\u81ea\u5df1\u7684\u526a\u5207\u677f\u5feb\u6ee1\u4e86\uff0c\u7a0d\u5fae\u7ffb\u7ffb\u7a81\u7136\u53d1\u73b0\u4ee5\u524d\u5b58\u7684\u4e00\u4e9b\u8bdd\u8fd8\u633a\u6709\u610f\u601d\uff0c\u5c31\u653e\u5728\u8fd9\u91cc\u5566\n\uff08\u54a6\uff0c\u7591\u4f3c\u6c34\u5e16\u554a\u6211\uff09\n---\ntid=8537699088 text=\u8bb0\u5f55\u4e00\u4e0b\u81ea\u5df1\u4eba\u751f\u7b2c\u4e00\u6b21\u5f53\u201c\u8001\u5e08\u201d\u7684\u7ecf\u5386^_^\n\u660e\u5929\u6211\u5e26\u7684\u5b69\u5b50\u4eec\u5c31\u201c\u6bd5\u4e1a\u201d\u4e86\uff0c\u7b2c\u4e00\u6b21\u5f53\u8001\u5e08\u6211\u6539\u53d8\u4e86\u5f88\u591a\u4e5f\u6536\u83b7\u4e86\u5f88\u591a\uff0c\u5c31\u60f3\u7740\u7ed9\u81ea\u5df1\u8bb0\u5f55\u4e00\u4e0b\u8fd9\u6bb5\u5b9d\u8d35\u7684\u7ecf\u5386:-)\n```\n\n\u7ee7\u7eed\u9605\u8bfb[**\u5165\u95e8\u6559\u7a0b**](https://aiotieba.cc/tutorial/start)\n\n## \u9879\u76ee\u7279\u8272\n\n+ \u6536\u5f55[**\u6570\u5341\u4e2a\u5e38\u7528API**](https://github.com/Starry-OvO/aiotieba/tree/develop/aiotieba/api)\n+ \u7c7b\u578b\u6ce8\u89e3\u5168\u8986\u76d6\uff0c\u65b9\u6cd5\u6ce8\u91ca\u5168\u8986\u76d6\uff0c\u5185\u90e8\u547d\u540d\u7edf\u4e00\n+ \u652f\u6301protobuf\u5e8f\u5217\u5316\u8bf7\u6c42\u53c2\u6570\n+ \u652f\u6301websocket\u63a5\u53e3\n+ \u4e0e\u5b98\u65b9\u7248\u672c\u9ad8\u5ea6\u4e00\u81f4\u7684\u5bc6\u7801\u5b66\u5b9e\u73b0\n\n## \u53cb\u60c5\u94fe\u63a5\n\n+ [TiebaManager\uff08\u5427\u52a1\u7ba1\u7406\u5668 \u6709\u7528\u6237\u754c\u9762\uff09](https://github.com/dog194/TiebaManager)\n+ [\u57fa\u4e8eaiotieba\u7684\u9ad8\u5f39\u6027\u5427\u52a1\u5ba1\u67e5\u6846\u67b6](https://github.com/Starry-OvO/aiotieba-reviewer)\n+ [\u8d34\u5427protobuf\u5b9a\u4e49\u6587\u4ef6\u5408\u96c6\uff08\u66f4\u65b0\u81f312.51.7.1\uff09](https://github.com/n0099/tbclient.protobuf)\n+ [TiebaLite \u7b2c\u4e09\u65b9\u5b89\u5353\u5ba2\u6237\u7aef\uff08\u5df2\u505c\u66f4\uff09](https://github.com/HuanCheng65/TiebaLite/tree/4.0-dev)\n\n## \u7279\u522b\u9e23\u8c22\n\n<p align=\"center\">\n<a href=\"https://jb.gg/OpenSourceSupport\">\n    <img src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg\">\n</a>\n</p>\n\n\u4e3a\u672c\u5f00\u6e90\u9879\u76ee\u63d0\u4f9b\u7684\u514d\u8d39\u4ea7\u54c1\u6388\u6743\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Asynchronous I/O Client for Baidu Tieba",
    "version": "4.4.9",
    "project_urls": {
        "Documentation": "https://aiotieba.cc/",
        "Repository": "https://github.com/Starry-OvO/aiotieba/"
    },
    "split_keywords": [
        "baidu",
        " tieba"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4e24851da128101a2cee858edc29c15be9b16ad913316d73cc602a4046d3da1",
                "md5": "111214629d4490a8a26ad30844abb1df",
                "sha256": "15d0b93519a05a739a81bbf22a766a0942c35abb4d1f6d4473caee2af3a74f02"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "111214629d4490a8a26ad30844abb1df",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.9",
            "size": 274210,
            "upload_time": "2024-09-01T03:19:52",
            "upload_time_iso_8601": "2024-09-01T03:19:52.202584Z",
            "url": "https://files.pythonhosted.org/packages/a4/e2/4851da128101a2cee858edc29c15be9b16ad913316d73cc602a4046d3da1/aiotieba-4.4.9-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cbe4b2cc820d684ef9546ab20284a8346c5ad4d7446ae743b3059c81edaada6",
                "md5": "2bf68a73bc3d8293dbaf256c5e656c6a",
                "sha256": "cca2fc3cc8e0c9d613e087e7c99dba29ac4012afb9c0c4093338f4a1f280847b"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2bf68a73bc3d8293dbaf256c5e656c6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.9",
            "size": 274661,
            "upload_time": "2024-09-01T03:19:54",
            "upload_time_iso_8601": "2024-09-01T03:19:54.513791Z",
            "url": "https://files.pythonhosted.org/packages/2c/be/4b2cc820d684ef9546ab20284a8346c5ad4d7446ae743b3059c81edaada6/aiotieba-4.4.9-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76af531f13cfd6bd72835194fbcaa80f9b83b698bd0e318773f3a6ac65f94fc4",
                "md5": "1f7e758245250ce6d43544b2134a553b",
                "sha256": "241d211389e4fc109050b1b260114668d31f1e22f20a2eddcaed2f6fcbf6d98b"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f7e758245250ce6d43544b2134a553b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.9",
            "size": 277007,
            "upload_time": "2024-09-01T03:19:56",
            "upload_time_iso_8601": "2024-09-01T03:19:56.428514Z",
            "url": "https://files.pythonhosted.org/packages/76/af/531f13cfd6bd72835194fbcaa80f9b83b698bd0e318773f3a6ac65f94fc4/aiotieba-4.4.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fd99054478ec86a9c5f8f37c2512e6087fce367145869c5b79ce17031600ce3",
                "md5": "669fb93510da5b42ca33ad7c7156a056",
                "sha256": "f1b4d59fc92354dad4d47293b643c253bd17b19e5b09bd65cf1a241d5ae83aef"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "669fb93510da5b42ca33ad7c7156a056",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.9",
            "size": 277719,
            "upload_time": "2024-09-01T03:19:58",
            "upload_time_iso_8601": "2024-09-01T03:19:58.303699Z",
            "url": "https://files.pythonhosted.org/packages/6f/d9/9054478ec86a9c5f8f37c2512e6087fce367145869c5b79ce17031600ce3/aiotieba-4.4.9-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bad0e2dc96f7c551ee855cdc7fdf492db5b2b915a364855efebe913850f59fd",
                "md5": "b178ca31a8aa9f6fd451bd79da1d3d98",
                "sha256": "54d7afe9891213b929f39782eaeb9deb4f392e4da2071dba4b9bc1f770b916e2"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b178ca31a8aa9f6fd451bd79da1d3d98",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.9",
            "size": 261394,
            "upload_time": "2024-09-01T03:20:00",
            "upload_time_iso_8601": "2024-09-01T03:20:00.153712Z",
            "url": "https://files.pythonhosted.org/packages/3b/ad/0e2dc96f7c551ee855cdc7fdf492db5b2b915a364855efebe913850f59fd/aiotieba-4.4.9-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "280e0f340ebda76a121fda94aa4f6585506fd3d2e181b92c6541b3a2055f94a9",
                "md5": "2589261b1c32be5e58074a299b76aae7",
                "sha256": "d747c624154b4ff22d9a9f9f0b218ee2a12e2c28d6319e136dd6c8b0c7e59a6b"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2589261b1c32be5e58074a299b76aae7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.9",
            "size": 274209,
            "upload_time": "2024-09-01T03:20:01",
            "upload_time_iso_8601": "2024-09-01T03:20:01.657669Z",
            "url": "https://files.pythonhosted.org/packages/28/0e/0f340ebda76a121fda94aa4f6585506fd3d2e181b92c6541b3a2055f94a9/aiotieba-4.4.9-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73f745efc9ad461e3d6009b1643cf5834aa044b2ab98dfc4528695ec56542f49",
                "md5": "59ed6cb6bc1294a7ef486e54810c30eb",
                "sha256": "9929ff5519d587491aac436a7563430b3c9241d9677d119a662e224dbd87bb52"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "59ed6cb6bc1294a7ef486e54810c30eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.9",
            "size": 274660,
            "upload_time": "2024-09-01T03:20:03",
            "upload_time_iso_8601": "2024-09-01T03:20:03.343049Z",
            "url": "https://files.pythonhosted.org/packages/73/f7/45efc9ad461e3d6009b1643cf5834aa044b2ab98dfc4528695ec56542f49/aiotieba-4.4.9-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9503ec58c49a9307ca480f4077fa0ab1444a18f607d3b7a35c6213c66a1b6b8",
                "md5": "728346c2f5aba7b0df9c74e5c0a492dc",
                "sha256": "912b1101b5517923e2410ce2ec6623a7964d5d4de50776910ae99d6ee0ca5c06"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "728346c2f5aba7b0df9c74e5c0a492dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.9",
            "size": 277023,
            "upload_time": "2024-09-01T03:20:05",
            "upload_time_iso_8601": "2024-09-01T03:20:05.173028Z",
            "url": "https://files.pythonhosted.org/packages/d9/50/3ec58c49a9307ca480f4077fa0ab1444a18f607d3b7a35c6213c66a1b6b8/aiotieba-4.4.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a93b1d0e295034cb65f2abdd274631710f140a0debf8b937544896b832983d91",
                "md5": "42cdd29b59f8fb8a404b3d94d5caaa21",
                "sha256": "29d5ab52fa955a2f7730b13fcaa6f2a2729e6f3e8ba94ef094ae7bd3f2682443"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "42cdd29b59f8fb8a404b3d94d5caaa21",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.9",
            "size": 277714,
            "upload_time": "2024-09-01T03:20:07",
            "upload_time_iso_8601": "2024-09-01T03:20:07.434924Z",
            "url": "https://files.pythonhosted.org/packages/a9/3b/1d0e295034cb65f2abdd274631710f140a0debf8b937544896b832983d91/aiotieba-4.4.9-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fae00fd4b645d24311f92cae22f216cf463393981bbdc29947f34a0a63eb619a",
                "md5": "bef21fb8aa5568818513730161a2590b",
                "sha256": "b26bc8064d2495deb05691fce99ad7889f37b6d9be272c54576ec4749873379f"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bef21fb8aa5568818513730161a2590b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.9",
            "size": 261390,
            "upload_time": "2024-09-01T03:20:09",
            "upload_time_iso_8601": "2024-09-01T03:20:09.067329Z",
            "url": "https://files.pythonhosted.org/packages/fa/e0/0fd4b645d24311f92cae22f216cf463393981bbdc29947f34a0a63eb619a/aiotieba-4.4.9-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be29783ea0741e636c8cc505f5a799e5e9b64ef70795b09716c3e8e7ecc38e5f",
                "md5": "5da9b6c3c88357889952ce355c088820",
                "sha256": "da20915c02e7dc8aea8949bcc4e47645b5e16a160c52ce80fd1822344ed5fbe4"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5da9b6c3c88357889952ce355c088820",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.9",
            "size": 274214,
            "upload_time": "2024-09-01T03:20:11",
            "upload_time_iso_8601": "2024-09-01T03:20:11.110040Z",
            "url": "https://files.pythonhosted.org/packages/be/29/783ea0741e636c8cc505f5a799e5e9b64ef70795b09716c3e8e7ecc38e5f/aiotieba-4.4.9-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18c5ecb1092e80538c8ac79277acf6a0b737cb82a9ba37783de38b2574bf4c4a",
                "md5": "749b22d319585c3cf7578457f76c7843",
                "sha256": "1a5add8d362a29a8821cb43d18581ee001bdc263a77c89e41606536fcdde636a"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "749b22d319585c3cf7578457f76c7843",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.9",
            "size": 274660,
            "upload_time": "2024-09-01T03:20:12",
            "upload_time_iso_8601": "2024-09-01T03:20:12.521593Z",
            "url": "https://files.pythonhosted.org/packages/18/c5/ecb1092e80538c8ac79277acf6a0b737cb82a9ba37783de38b2574bf4c4a/aiotieba-4.4.9-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b4a977bdfd76d71747962b0f6f4c7956d950442bcda560cd6a739432b9f6030",
                "md5": "52fc48cf1386cc6c8c2e76c7774ed205",
                "sha256": "6da603fd61ac2565eaaff3bcf0b4245926f41b6a4eac8a0e6cd67b318a0429ef"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "52fc48cf1386cc6c8c2e76c7774ed205",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.9",
            "size": 277025,
            "upload_time": "2024-09-01T03:20:14",
            "upload_time_iso_8601": "2024-09-01T03:20:14.480382Z",
            "url": "https://files.pythonhosted.org/packages/0b/4a/977bdfd76d71747962b0f6f4c7956d950442bcda560cd6a739432b9f6030/aiotieba-4.4.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97c7d0fb31f30e06a3feaa211fc719c26eed644d6ed04a4b6af4f700694d4cd6",
                "md5": "17f8a99ccd9f07d7827bb803846cc4e2",
                "sha256": "6a0503c79db3c1b79b1252272af3b6325d590e76bba20930f422f3f67971e86f"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17f8a99ccd9f07d7827bb803846cc4e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.9",
            "size": 277717,
            "upload_time": "2024-09-01T03:20:16",
            "upload_time_iso_8601": "2024-09-01T03:20:16.880121Z",
            "url": "https://files.pythonhosted.org/packages/97/c7/d0fb31f30e06a3feaa211fc719c26eed644d6ed04a4b6af4f700694d4cd6/aiotieba-4.4.9-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3db7cd95fed417892898de95bb3d69704381a294cf1c0f3d8060050ea1b6a92b",
                "md5": "1594c9cce25f72fd23296fe68bc5b774",
                "sha256": "7a3c44624f9364825d249f34d2e51e351451cacce8314bd25a5ffcb900091352"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1594c9cce25f72fd23296fe68bc5b774",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.9",
            "size": 261375,
            "upload_time": "2024-09-01T03:20:18",
            "upload_time_iso_8601": "2024-09-01T03:20:18.536030Z",
            "url": "https://files.pythonhosted.org/packages/3d/b7/cd95fed417892898de95bb3d69704381a294cf1c0f3d8060050ea1b6a92b/aiotieba-4.4.9-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdfd9c881664dbd4daec4efeb12073c68199ac85b2cbb441fb7edb282d3891c1",
                "md5": "6912de2c6a5ba7ee2ecb0e4f4d5629e2",
                "sha256": "a4c52dc090177c71d102e22c62d901ade0936331f0d55bb397a9cf5380d221dd"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6912de2c6a5ba7ee2ecb0e4f4d5629e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 274101,
            "upload_time": "2024-09-01T03:20:20",
            "upload_time_iso_8601": "2024-09-01T03:20:20.000532Z",
            "url": "https://files.pythonhosted.org/packages/bd/fd/9c881664dbd4daec4efeb12073c68199ac85b2cbb441fb7edb282d3891c1/aiotieba-4.4.9-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1dfc57a8fe450ea3597eb75346df8073266285b037622f8abd8fe4923e98ee5",
                "md5": "e3b33409cc0b1a952aa79c4d47fcd53c",
                "sha256": "560b3dd3b690bb75d1047ad95a3dcedd3df43f23624ae1c5be6c74147a53d962"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e3b33409cc0b1a952aa79c4d47fcd53c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 274662,
            "upload_time": "2024-09-01T03:20:21",
            "upload_time_iso_8601": "2024-09-01T03:20:21.957786Z",
            "url": "https://files.pythonhosted.org/packages/b1/df/c57a8fe450ea3597eb75346df8073266285b037622f8abd8fe4923e98ee5/aiotieba-4.4.9-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04fcfc23bde4ee11a75c1d71cf1dad3d0949c8589e9fca9a4edc811a09d60650",
                "md5": "2c24c9c2d19978d656d230dfa53a9568",
                "sha256": "fe6bff6bfa923053c87f2b46a9e5d834c6472909b3a6ef8170221d280d107c9e"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c24c9c2d19978d656d230dfa53a9568",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 277027,
            "upload_time": "2024-09-01T03:20:23",
            "upload_time_iso_8601": "2024-09-01T03:20:23.878550Z",
            "url": "https://files.pythonhosted.org/packages/04/fc/fc23bde4ee11a75c1d71cf1dad3d0949c8589e9fca9a4edc811a09d60650/aiotieba-4.4.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "266da4875daa18d41cf3f243d902ea50d1c18858b2dca9bc65d030cff5b5e443",
                "md5": "289c9ff57cb9897b487da7a932ebbdb3",
                "sha256": "a96e7820466f1d44108a549320fbbcaaec5bf0894922a3680f76ca6f870ddde5"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "289c9ff57cb9897b487da7a932ebbdb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 277715,
            "upload_time": "2024-09-01T03:20:25",
            "upload_time_iso_8601": "2024-09-01T03:20:25.574865Z",
            "url": "https://files.pythonhosted.org/packages/26/6d/a4875daa18d41cf3f243d902ea50d1c18858b2dca9bc65d030cff5b5e443/aiotieba-4.4.9-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "284d833f5762c71b1167815f5916140e6c6d532d0ecf32e5f4b78bf712ee6f9e",
                "md5": "ae239f487a15f531e4af74b7f8af9d82",
                "sha256": "ea71ca6a1f3cf008afdde1acf6b3acf2641496649fd4a30fd5c1ab9ffad1d552"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ae239f487a15f531e4af74b7f8af9d82",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 274135,
            "upload_time": "2024-09-01T03:20:29",
            "upload_time_iso_8601": "2024-09-01T03:20:29.712440Z",
            "url": "https://files.pythonhosted.org/packages/28/4d/833f5762c71b1167815f5916140e6c6d532d0ecf32e5f4b78bf712ee6f9e/aiotieba-4.4.9-cp313-cp313t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8a560af0d22ea106138521f484316136ae436c57b6724c2c580d07756ad0dc9",
                "md5": "a170995bf6b1e4acb52cbb457930beb8",
                "sha256": "c5a5992183dbac059fa1765d9458d7232dfd3cb604e15bab64e27db2812eb62f"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a170995bf6b1e4acb52cbb457930beb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 274722,
            "upload_time": "2024-09-01T03:20:31",
            "upload_time_iso_8601": "2024-09-01T03:20:31.999272Z",
            "url": "https://files.pythonhosted.org/packages/c8/a5/60af0d22ea106138521f484316136ae436c57b6724c2c580d07756ad0dc9/aiotieba-4.4.9-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53c37cec8b4468eb59d51f5a276580f08006d59397dc1dda88836491a4af970a",
                "md5": "14fdb4640df422f55f28d43eb0c9621e",
                "sha256": "5cc8d5ba0be051876df74f54f677ecda9cf5e28a209ce6295047b70b7988d614"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14fdb4640df422f55f28d43eb0c9621e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 277117,
            "upload_time": "2024-09-01T03:20:33",
            "upload_time_iso_8601": "2024-09-01T03:20:33.679712Z",
            "url": "https://files.pythonhosted.org/packages/53/c3/7cec8b4468eb59d51f5a276580f08006d59397dc1dda88836491a4af970a/aiotieba-4.4.9-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0aaf181fbb5120ab487aef0659ad329b155fc5f0f49dbe90fa5648a06ed26f1",
                "md5": "834154161099318665825033821d0894",
                "sha256": "bfaa519dca1eece049b173ca234fa4ece6ee915fc4b65331a509967b9a1ef658"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "834154161099318665825033821d0894",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 277794,
            "upload_time": "2024-09-01T03:20:35",
            "upload_time_iso_8601": "2024-09-01T03:20:35.195650Z",
            "url": "https://files.pythonhosted.org/packages/e0/aa/f181fbb5120ab487aef0659ad329b155fc5f0f49dbe90fa5648a06ed26f1/aiotieba-4.4.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a267481f48a27d8de4a6ee16b8f89d3bf33088753f6cab0b4937070220838c7",
                "md5": "9b217999b839ef7da99f087076e84ffc",
                "sha256": "c31a5b3d3ac5348e4def69d54bb36dd218abdc42bd0c5f0f80899654b643146e"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9b217999b839ef7da99f087076e84ffc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 261388,
            "upload_time": "2024-09-01T03:20:37",
            "upload_time_iso_8601": "2024-09-01T03:20:37.055560Z",
            "url": "https://files.pythonhosted.org/packages/6a/26/7481f48a27d8de4a6ee16b8f89d3bf33088753f6cab0b4937070220838c7/aiotieba-4.4.9-cp313-cp313t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "602bd455e27fe73cfed0c16564bf52fe4d53d867c3d2eaf88e2087902769dffb",
                "md5": "9a0e929d0026cc87211a038deb8da0ec",
                "sha256": "e260f31422e00fb76126b86bccaa7801eda9b50267946663184ae38c03d7af77"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9a0e929d0026cc87211a038deb8da0ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.9",
            "size": 261375,
            "upload_time": "2024-09-01T03:20:28",
            "upload_time_iso_8601": "2024-09-01T03:20:28.190203Z",
            "url": "https://files.pythonhosted.org/packages/60/2b/d455e27fe73cfed0c16564bf52fe4d53d867c3d2eaf88e2087902769dffb/aiotieba-4.4.9-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "358d5ec88c8c47e4535c0f96867c820d4f82c53adfe91ac236af267ac85d33b7",
                "md5": "6d7bd77b68fff323478180f0979468e8",
                "sha256": "c59f07d785b0ed25a684986f0b22ef6b8624b885448c5ec35d86f8a20f6d834f"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d7bd77b68fff323478180f0979468e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.14,>=3.9",
            "size": 274209,
            "upload_time": "2024-09-01T03:20:38",
            "upload_time_iso_8601": "2024-09-01T03:20:38.975928Z",
            "url": "https://files.pythonhosted.org/packages/35/8d/5ec88c8c47e4535c0f96867c820d4f82c53adfe91ac236af267ac85d33b7/aiotieba-4.4.9-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69dcb40345ac31ec18b421c04005dbddeca46b253b7f89cac09edd60a31bd64d",
                "md5": "d247dbfe7ce1ba1b17e2906f52342918",
                "sha256": "795bec85274cac0e300625a07bcffb6ef274037917bdaa599e69b52bd0ad27e1"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d247dbfe7ce1ba1b17e2906f52342918",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.14,>=3.9",
            "size": 274662,
            "upload_time": "2024-09-01T03:20:40",
            "upload_time_iso_8601": "2024-09-01T03:20:40.896159Z",
            "url": "https://files.pythonhosted.org/packages/69/dc/b40345ac31ec18b421c04005dbddeca46b253b7f89cac09edd60a31bd64d/aiotieba-4.4.9-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c855d7d47881e10618beaabf7364dca1ed622b34092ee162617ae4321eda3782",
                "md5": "fee5a168b5d9cd68eb4bb44c17394d5b",
                "sha256": "4fcf8a66898414cbd75dfabf9abbc542617f5d7e459f95ab633be2d054cc227c"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fee5a168b5d9cd68eb4bb44c17394d5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.14,>=3.9",
            "size": 277008,
            "upload_time": "2024-09-01T03:20:42",
            "upload_time_iso_8601": "2024-09-01T03:20:42.489733Z",
            "url": "https://files.pythonhosted.org/packages/c8/55/d7d47881e10618beaabf7364dca1ed622b34092ee162617ae4321eda3782/aiotieba-4.4.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "700237628684d3070e9cb0c5857e553f8bbbfe16ba6512c77364fccb74a66434",
                "md5": "8559467b27627a34c867e919ba8ac048",
                "sha256": "2c7e66e2a485580dac59ff07a1e87e5481a4c356ea467c55a4501fe3e4206608"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8559467b27627a34c867e919ba8ac048",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.14,>=3.9",
            "size": 277715,
            "upload_time": "2024-09-01T03:20:44",
            "upload_time_iso_8601": "2024-09-01T03:20:44.042656Z",
            "url": "https://files.pythonhosted.org/packages/70/02/37628684d3070e9cb0c5857e553f8bbbfe16ba6512c77364fccb74a66434/aiotieba-4.4.9-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdc11863573ca79228ffe0b83e55760094d1cde26c6e285fa1afdb8c15042ea5",
                "md5": "5ab8efb9fa056e7ce89aa75eb4ba8a7c",
                "sha256": "734c91b9a8af5a4623c03eb09cf8dbc536548f40afcbe50f72b6ecb1aca0d35c"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5ab8efb9fa056e7ce89aa75eb4ba8a7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.14,>=3.9",
            "size": 261391,
            "upload_time": "2024-09-01T03:20:46",
            "upload_time_iso_8601": "2024-09-01T03:20:46.045241Z",
            "url": "https://files.pythonhosted.org/packages/fd/c1/1863573ca79228ffe0b83e55760094d1cde26c6e285fa1afdb8c15042ea5/aiotieba-4.4.9-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae8eb8c3856b003c69baf793d22352e945c45bf9e0f3c2a9f867d95dd625a8c8",
                "md5": "79a3f12351a3013a8672b7372c629db8",
                "sha256": "464bda46df4f4b967da3a52551b3e81445765f0e9bacb2d6831cc301b90457b4"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79a3f12351a3013a8672b7372c629db8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.9",
            "size": 274272,
            "upload_time": "2024-09-01T03:20:47",
            "upload_time_iso_8601": "2024-09-01T03:20:47.990407Z",
            "url": "https://files.pythonhosted.org/packages/ae/8e/b8c3856b003c69baf793d22352e945c45bf9e0f3c2a9f867d95dd625a8c8/aiotieba-4.4.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d925ea2abac99942a1d83012ed559666ac3261f6b22118407d1474fbe231373",
                "md5": "e842c4fc494f5abd128303c4a27e2895",
                "sha256": "ebc3ab8674911ed1e8d3e4fc07dcaee78db052a0d8dc47fc74626f264d60856b"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e842c4fc494f5abd128303c4a27e2895",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.9",
            "size": 274716,
            "upload_time": "2024-09-01T03:20:49",
            "upload_time_iso_8601": "2024-09-01T03:20:49.546626Z",
            "url": "https://files.pythonhosted.org/packages/1d/92/5ea2abac99942a1d83012ed559666ac3261f6b22118407d1474fbe231373/aiotieba-4.4.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "158edfee972046840a7f5a423db2b2514b76c2a7e43a8f6b332ee9e25123374c",
                "md5": "fc446a0432c1b35b6e54908554a946cf",
                "sha256": "41db474c8df734a253f9dc595c6423bd42213671c39a33ada8298f10b6daa424"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc446a0432c1b35b6e54908554a946cf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.9",
            "size": 277139,
            "upload_time": "2024-09-01T03:20:50",
            "upload_time_iso_8601": "2024-09-01T03:20:50.922973Z",
            "url": "https://files.pythonhosted.org/packages/15/8e/dfee972046840a7f5a423db2b2514b76c2a7e43a8f6b332ee9e25123374c/aiotieba-4.4.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7262a6b1202ce41f18f7bd0008c82e2d63831199d0dedeb39ab893dfcb96422f",
                "md5": "9e9d6d51c51f8574a4c31d620a0c0d8d",
                "sha256": "392fd26ac9859be968ee98683f13ccb7f33d484965919b747e8b757459b40c60"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9e9d6d51c51f8574a4c31d620a0c0d8d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.9",
            "size": 261388,
            "upload_time": "2024-09-01T03:20:52",
            "upload_time_iso_8601": "2024-09-01T03:20:52.410697Z",
            "url": "https://files.pythonhosted.org/packages/72/62/a6b1202ce41f18f7bd0008c82e2d63831199d0dedeb39ab893dfcb96422f/aiotieba-4.4.9-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d96018e03e6293a01ff21c9969cfb37b453db65f22838935b4ccd2e167b02b3c",
                "md5": "62a82c93101e3e940a24ddd34220b302",
                "sha256": "f63885a6cffaa5923e3da26fc2b1b629496a81f2b7c93fa142872d962b488062"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62a82c93101e3e940a24ddd34220b302",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.14,>=3.9",
            "size": 274270,
            "upload_time": "2024-09-01T03:20:53",
            "upload_time_iso_8601": "2024-09-01T03:20:53.863182Z",
            "url": "https://files.pythonhosted.org/packages/d9/60/18e03e6293a01ff21c9969cfb37b453db65f22838935b4ccd2e167b02b3c/aiotieba-4.4.9-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d81408067b2108110c1543140ef5c113a10d9c9e3c29b866475b2b4b52b690c3",
                "md5": "13186a348ebd5fa9f23a5698918f2711",
                "sha256": "39475ced8d6f0b53f902bbcad95ba3cfa807cabd894234df524d42eeb74667ba"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "13186a348ebd5fa9f23a5698918f2711",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.14,>=3.9",
            "size": 274715,
            "upload_time": "2024-09-01T03:20:55",
            "upload_time_iso_8601": "2024-09-01T03:20:55.820323Z",
            "url": "https://files.pythonhosted.org/packages/d8/14/08067b2108110c1543140ef5c113a10d9c9e3c29b866475b2b4b52b690c3/aiotieba-4.4.9-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9f5243b6ecef433d2785b24cccb5f679656152eed9b2aa9750e34f3706bf7f7",
                "md5": "316b371af62ce70d49c5bb803d07f069",
                "sha256": "5fba5285aa0f0599c84c43ed674ab40249ec614826964eaf8f230ad6f680524e"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "316b371af62ce70d49c5bb803d07f069",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.14,>=3.9",
            "size": 277137,
            "upload_time": "2024-09-01T03:20:57",
            "upload_time_iso_8601": "2024-09-01T03:20:57.304323Z",
            "url": "https://files.pythonhosted.org/packages/c9/f5/243b6ecef433d2785b24cccb5f679656152eed9b2aa9750e34f3706bf7f7/aiotieba-4.4.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "127d132e6134183f66518e11f80d00fb24230fbba08f2ef2dad47b888ac56f22",
                "md5": "1c2cbf34fb4488e7de83ee1355633c84",
                "sha256": "32c17601122f605e67f1bdcb83ef0d33ab56c76467fc1019455baffc7765cd0b"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1c2cbf34fb4488e7de83ee1355633c84",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.14,>=3.9",
            "size": 261381,
            "upload_time": "2024-09-01T03:20:58",
            "upload_time_iso_8601": "2024-09-01T03:20:58.777729Z",
            "url": "https://files.pythonhosted.org/packages/12/7d/132e6134183f66518e11f80d00fb24230fbba08f2ef2dad47b888ac56f22/aiotieba-4.4.9-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc75494a9ccbddd00166f7ad2f8b965618a37cb2666380bd94e9d8bcd1d8a7da",
                "md5": "6168c15c4a6a6a2f239ea5a58109bcb3",
                "sha256": "ac55c709d878dd1607413dd693540183cb017d85319ea4e558c51b15204a2b86"
            },
            "downloads": -1,
            "filename": "aiotieba-4.4.9.tar.gz",
            "has_sig": false,
            "md5_digest": "6168c15c4a6a6a2f239ea5a58109bcb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.9",
            "size": 189780,
            "upload_time": "2024-09-01T03:21:00",
            "upload_time_iso_8601": "2024-09-01T03:21:00.109165Z",
            "url": "https://files.pythonhosted.org/packages/bc/75/494a9ccbddd00166f7ad2f8b965618a37cb2666380bd94e9d8bcd1d8a7da/aiotieba-4.4.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-01 03:21:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Starry-OvO",
    "github_project": "aiotieba",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aiotieba"
}
        
Elapsed time: 0.35855s