nonebot-plugin-l4d2-server


Namenonebot-plugin-l4d2-server JSON
Version 0.6.6 PyPI version JSON
download
home_pagehttps://github.com/Agnes4m/nonebot_plugin_l4d2_server
SummaryL4D2 server related operations plugin for NoneBot2
upload_time2024-03-03 14:27:31
maintainer
docs_urlNone
author
requires_python<4.0,>=3.9
licenseGPLv3
keywords steam game l4d2 nonebot2 plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- markdownlint-disable MD026 MD031 MD033 MD036 MD041 MD046 MD051 -->
<div align="center">
  <img src="https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png" width="180" height="180"  alt="AgnesDigitalLogo">
  <br>
  <p><img src="https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot_plugin_l4d2_server 0.6

_✨Nonebot & Left 4 Dead 2 server操作✨_
<div align = "center">
        <a href="https://agnes4m.github.io/l4d2/" target="_blank">文档</a> &nbsp; · &nbsp;
        <a href="https://agnes4m.github.io/l4d2/reader/#%E5%8A%9F%E8%83%BD-%E6%8C%87%E4%BB%A4-%F0%9F%A4%94" target="_blank">指令列表</a> &nbsp; · &nbsp;
        <a href="https://agnes4m.github.io/l4d2/bug/">常见问题</a>
</div><br>
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/stargazers">
        <img alt="GitHub stars" src="https://img.shields.io/github/stars/Agnes4m/nonebot_plugin_l4d2_server" alt="stars">
</a>
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/issues">
        <img alt="GitHub issues" src="https://img.shields.io/github/issues/Agnes4m/nonebot_plugin_l4d2_server" alt="issues">
</a>
<a href="https://jq.qq.com/?_wv=1027&k=HdjoCcAe">
        <img src="https://img.shields.io/badge/QQ%E7%BE%A4-399365126-orange?style=flat-square" alt="QQ Chat Group">
</a>
<a href="https://pypi.python.org/pypi/nonebot_plugin_l4d2_server">
        <img src="https://img.shields.io/pypi/v/nonebot_plugin_l4d2_server.svg" alt="pypi">
</a>
<a href="https://pypi.python.org/pypi/nonebot_plugin_l4d2_server">
    <img src="https://img.shields.io/pypi/dm/nonebot_plugin_l4d2_server" alt="pypi download">
</a>
    <img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">
    <img src="https://img.shields.io/badge/nonebot-2.0.0-red.svg" alt="NoneBot">

</div>

## 顶置公告

- 文档暂时没时间更新ozr

- 如果你只是一个游戏玩家,你可以在[这里](#🌐-感谢)找一个游戏群加入游玩

- 网页端管理端 `https://{ip}:{port}/l4d2`

- 网页用户端 `https://{ip}:{port}/l4d2/user`

## 安装

以下提到的方法 任选**其一** 即可

<details open>
<summary>[个人推荐] 使用 nb-cli 安装</summary>
在 nonebot2 项目插件文件夹中,输入以下指令克隆项目,并安装相关依赖(如果有虚拟环境,pip安装依赖需要进虚拟环境再安装,或者参考下方包管理器安装方法)

```bash
https://github.com/Agnes4m/nonebot_plugin_l4d2_server
pip install --no-install nonebot_plugin_l4d2_server 
```

</details>

<details open>
<summary>[新手推荐] 使用 nb-cli 安装</summary>
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

```bash
nb plugin install nonebot-plugin-l4d2-server
```

</details>

<details>
<summary>使用包管理器安装</summary>
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

<details>
<summary>pip</summary>

```bash
pip install nonebot-plugin-l4d2-server
```

</details>
<details>
<summary>pdm</summary>

```bash
pdm add nonebot-plugin-l4d2-server
```

</details>
<details>
<summary>poetry</summary>

```bash
poetry add nonebot-plugin-l4d2-server
```

</details>
<details>
<summary>conda</summary>

```bash
conda install nonebot-plugin-l4d2-server
```

</details>
</details>

## 主要功能

- 求生服务器-本地多路径操作(传地图)
- 批量查询指定ip服务器状态和玩家
- 创意工坊下载和喷漆制作
- web控制台
- [求生电信服anne](https://github.com/fantasylidong/CompetitiveWithAnne)[查询~](https://sb.trygek.com/l4d_stats/ranking/index.php)

## [数据结构](./docs/standand.md)

## 🌐 默认服务器

适配公益服刷服器适配ip

## To do

- [ ] 帮助图片
- [ ] 网页控制台查看服务器地图
- [ ] 网页控制台启动和关闭服务器
- [ ] 网页控制台管理封禁用户

## 其他

- 本人技术很差,如果您有发现BUG或者更好的建议,欢迎提Issue & Pr
- 如果本插件对你有帮助,不要忘了点个Star~
- 本项目仅供学习使用,请勿用于商业用途
- [更新日志](./docs/update.md)
- [GPL-3.0 License](https://github.com/Agnes4m/nonebot_plugin_l4d2_server/blob/main/LICENSE) ©[@Agnes4m](https://github.com/Agnes4m)

## 🌐 感谢

- [nonebot2](https://github.com/nonebot/nonebot2)- 聊天机器人的基础框架
- [修仙](https://github.com/s52047qwas/nonebot_plugin_xiuxian)- 数据库参考
- ~~[自己写的求生之路查询库](https://github.com/Agnes4m/VSQ)~~ (已弃用)
- [@MeetWq](https://github.com/MeetWq)- 非常热心解答nonebot2相关的写法
  - [可爱小Q](https://github.com/MeetWq/mybot)- 服务器图片参考
- [群聊学习](https://github.com/CMHopeSunshine/nonebot-plugin-learning-chat)- web控制台参考
- [日向麻麻](https://github.com/Special-Week)- 配置优化参考
- [gsuid](https://github.com/KimigaiiWuyi/GenshinUID)- readme和wiki的格式参考,以及3.1版本的更新和重启
- 公益服刷服器 - 虽然不知道哪里来的,不过已经添加ip了
- 感谢以下服主大力支持
  - Michaela's | 机器人功能测试反馈 | [橘组多模式游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=pUKFe4sSUMgLn0N84IhBtTzrdVzFxRLd&authKey=v8tdd3yys6VnK2WI%2F76fN85yfmHpdv%2Bfttj37n4DqnZMdyv9N6nUsyNyuk2QKoOR&noverify=0&group_code=578503081)
  - 东 | 提供docker部署方法等建议 | [电信服anne游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=6i7r5aJ7Jyg0ejby4rt9GWmFRF53nV1K&authKey=ekMsWepBZPL26%2BfJAG%2F95JD0fhvH39%2BIGVyKOvNlXVDbpIclJlly4kXqukL7JhWR&noverify=0&group_code=883237206)
  - 呆呆 | 提供三方地图的详细数据 | [呆呆组游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=M5Ei0tYBgi3nwkh-8jfvo3gN5BMhPQGr&authKey=tb2Qa7ykUf5RAe3TBvOIA%2FWdlHAx6tqYXhyV95WqbZXoUx7lU2MRbod7nubiFw16&noverify=0&group_code=592944622)
  - 柠檬茶 | win端部署测试 | [竹服⭐纯净服游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=G8AkutNEmN9niNCjNJV8YE-vLv4h_EBz&authKey=wG%2BI6Cks4%2FcRGYYLjRNK0Kg4rMUy3BB7H9SKGjU465ktqKcb%2F6m7WxrSTJiX5bvk&noverify=0&group_code=283150432)
  - 迷茫 | 催命更新byd
  - ArcPav | 积极反馈bug,提供改进思路

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Agnes4m/nonebot_plugin_l4d2_server",
    "name": "nonebot-plugin-l4d2-server",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "",
    "keywords": "steam game l4d2 nonebot2 plugin",
    "author": "",
    "author_email": "Agnes_Digital <Z735803792@163.com>",
    "download_url": "https://files.pythonhosted.org/packages/a1/95/3f699436a69ab76af17911b33ae99edeb66b3338e21bb101dd02bdea07ac/nonebot_plugin_l4d2_server-0.6.6.tar.gz",
    "platform": null,
    "description": "<!-- markdownlint-disable MD026 MD031 MD033 MD036 MD041 MD046 MD051 -->\n<div align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png\" width=\"180\" height=\"180\"  alt=\"AgnesDigitalLogo\">\n  <br>\n  <p><img src=\"https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png\" width=\"240\" alt=\"NoneBotPluginText\"></p>\n</div>\n\n<div align=\"center\">\n\n# nonebot_plugin_l4d2_server 0.6\n\n_\u2728Nonebot & Left 4 Dead 2 server\u64cd\u4f5c\u2728_\n<div align = \"center\">\n        <a href=\"https://agnes4m.github.io/l4d2/\" target=\"_blank\">\u6587\u6863</a> &nbsp; \u00b7 &nbsp;\n        <a href=\"https://agnes4m.github.io/l4d2/reader/#%E5%8A%9F%E8%83%BD-%E6%8C%87%E4%BB%A4-%F0%9F%A4%94\" target=\"_blank\">\u6307\u4ee4\u5217\u8868</a> &nbsp; \u00b7 &nbsp;\n        <a href=\"https://agnes4m.github.io/l4d2/bug/\">\u5e38\u89c1\u95ee\u9898</a>\n</div><br>\n<a href=\"https://github.com/Agnes4m/nonebot_plugin_l4d2_server/stargazers\">\n        <img alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/Agnes4m/nonebot_plugin_l4d2_server\" alt=\"stars\">\n</a>\n<a href=\"https://github.com/Agnes4m/nonebot_plugin_l4d2_server/issues\">\n        <img alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/Agnes4m/nonebot_plugin_l4d2_server\" alt=\"issues\">\n</a>\n<a href=\"https://jq.qq.com/?_wv=1027&k=HdjoCcAe\">\n        <img src=\"https://img.shields.io/badge/QQ%E7%BE%A4-399365126-orange?style=flat-square\" alt=\"QQ Chat Group\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot_plugin_l4d2_server\">\n        <img src=\"https://img.shields.io/pypi/v/nonebot_plugin_l4d2_server.svg\" alt=\"pypi\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot_plugin_l4d2_server\">\n    <img src=\"https://img.shields.io/pypi/dm/nonebot_plugin_l4d2_server\" alt=\"pypi download\">\n</a>\n    <img src=\"https://img.shields.io/badge/python-3.9+-blue.svg\" alt=\"python\">\n    <img src=\"https://img.shields.io/badge/nonebot-2.0.0-red.svg\" alt=\"NoneBot\">\n\n</div>\n\n## \u9876\u7f6e\u516c\u544a\n\n- \u6587\u6863\u6682\u65f6\u6ca1\u65f6\u95f4\u66f4\u65b0ozr\n\n- \u5982\u679c\u4f60\u53ea\u662f\u4e00\u4e2a\u6e38\u620f\u73a9\u5bb6\uff0c\u4f60\u53ef\u4ee5\u5728[\u8fd9\u91cc](#\ud83c\udf10-\u611f\u8c22)\u627e\u4e00\u4e2a\u6e38\u620f\u7fa4\u52a0\u5165\u6e38\u73a9\n\n- \u7f51\u9875\u7aef\u7ba1\u7406\u7aef `https://{ip}:{port}/l4d2`\n\n- \u7f51\u9875\u7528\u6237\u7aef `https://{ip}:{port}/l4d2/user`\n\n## \u5b89\u88c5\n\n\u4ee5\u4e0b\u63d0\u5230\u7684\u65b9\u6cd5 \u4efb\u9009**\u5176\u4e00** \u5373\u53ef\n\n<details open>\n<summary>[\u4e2a\u4eba\u63a8\u8350] \u4f7f\u7528 nb-cli \u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u63d2\u4ef6\u6587\u4ef6\u5939\u4e2d\uff0c\u8f93\u5165\u4ee5\u4e0b\u6307\u4ee4\u514b\u9686\u9879\u76ee\uff0c\u5e76\u5b89\u88c5\u76f8\u5173\u4f9d\u8d56(\u5982\u679c\u6709\u865a\u62df\u73af\u5883\uff0cpip\u5b89\u88c5\u4f9d\u8d56\u9700\u8981\u8fdb\u865a\u62df\u73af\u5883\u518d\u5b89\u88c5\uff0c\u6216\u8005\u53c2\u8003\u4e0b\u65b9\u5305\u7ba1\u7406\u5668\u5b89\u88c5\u65b9\u6cd5)\n\n```bash\nhttps://github.com/Agnes4m/nonebot_plugin_l4d2_server\npip install --no-install nonebot_plugin_l4d2_server \n```\n\n</details>\n\n<details open>\n<summary>[\u65b0\u624b\u63a8\u8350] \u4f7f\u7528 nb-cli \u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u6839\u76ee\u5f55\u4e0b\u6253\u5f00\u547d\u4ee4\u884c, \u8f93\u5165\u4ee5\u4e0b\u6307\u4ee4\u5373\u53ef\u5b89\u88c5\n\n```bash\nnb plugin install nonebot-plugin-l4d2-server\n```\n\n</details>\n\n<details>\n<summary>\u4f7f\u7528\u5305\u7ba1\u7406\u5668\u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u63d2\u4ef6\u76ee\u5f55\u4e0b, \u6253\u5f00\u547d\u4ee4\u884c, \u6839\u636e\u4f60\u4f7f\u7528\u7684\u5305\u7ba1\u7406\u5668, \u8f93\u5165\u76f8\u5e94\u7684\u5b89\u88c5\u547d\u4ee4\n\n<details>\n<summary>pip</summary>\n\n```bash\npip install nonebot-plugin-l4d2-server\n```\n\n</details>\n<details>\n<summary>pdm</summary>\n\n```bash\npdm add nonebot-plugin-l4d2-server\n```\n\n</details>\n<details>\n<summary>poetry</summary>\n\n```bash\npoetry add nonebot-plugin-l4d2-server\n```\n\n</details>\n<details>\n<summary>conda</summary>\n\n```bash\nconda install nonebot-plugin-l4d2-server\n```\n\n</details>\n</details>\n\n## \u4e3b\u8981\u529f\u80fd\n\n- \u6c42\u751f\u670d\u52a1\u5668-\u672c\u5730\u591a\u8def\u5f84\u64cd\u4f5c\uff08\u4f20\u5730\u56fe\uff09\n- \u6279\u91cf\u67e5\u8be2\u6307\u5b9aip\u670d\u52a1\u5668\u72b6\u6001\u548c\u73a9\u5bb6\n- \u521b\u610f\u5de5\u574a\u4e0b\u8f7d\u548c\u55b7\u6f06\u5236\u4f5c\n- web\u63a7\u5236\u53f0\n- [\u6c42\u751f\u7535\u4fe1\u670danne](https://github.com/fantasylidong/CompetitiveWithAnne)[\u67e5\u8be2~](https://sb.trygek.com/l4d_stats/ranking/index.php)\n\n## [\u6570\u636e\u7ed3\u6784](./docs/standand.md)\n\n## \ud83c\udf10 \u9ed8\u8ba4\u670d\u52a1\u5668\n\n\u9002\u914d\u516c\u76ca\u670d\u5237\u670d\u5668\u9002\u914dip\n\n## To do\n\n- [ ] \u5e2e\u52a9\u56fe\u7247\n- [ ] \u7f51\u9875\u63a7\u5236\u53f0\u67e5\u770b\u670d\u52a1\u5668\u5730\u56fe\n- [ ] \u7f51\u9875\u63a7\u5236\u53f0\u542f\u52a8\u548c\u5173\u95ed\u670d\u52a1\u5668\n- [ ] \u7f51\u9875\u63a7\u5236\u53f0\u7ba1\u7406\u5c01\u7981\u7528\u6237\n\n## \u5176\u4ed6\n\n- \u672c\u4eba\u6280\u672f\u5f88\u5dee\uff0c\u5982\u679c\u60a8\u6709\u53d1\u73b0BUG\u6216\u8005\u66f4\u597d\u7684\u5efa\u8bae\uff0c\u6b22\u8fce\u63d0Issue & Pr\n- \u5982\u679c\u672c\u63d2\u4ef6\u5bf9\u4f60\u6709\u5e2e\u52a9\uff0c\u4e0d\u8981\u5fd8\u4e86\u70b9\u4e2aStar~\n- \u672c\u9879\u76ee\u4ec5\u4f9b\u5b66\u4e60\u4f7f\u7528\uff0c\u8bf7\u52ff\u7528\u4e8e\u5546\u4e1a\u7528\u9014\n- [\u66f4\u65b0\u65e5\u5fd7](./docs/update.md)\n- [GPL-3.0 License](https://github.com/Agnes4m/nonebot_plugin_l4d2_server/blob/main/LICENSE) \u00a9[@Agnes4m](https://github.com/Agnes4m)\n\n## \ud83c\udf10 \u611f\u8c22\n\n- [nonebot2](https://github.com/nonebot/nonebot2)- \u804a\u5929\u673a\u5668\u4eba\u7684\u57fa\u7840\u6846\u67b6\n- [\u4fee\u4ed9](https://github.com/s52047qwas/nonebot_plugin_xiuxian)- \u6570\u636e\u5e93\u53c2\u8003\n- ~~[\u81ea\u5df1\u5199\u7684\u6c42\u751f\u4e4b\u8def\u67e5\u8be2\u5e93](https://github.com/Agnes4m/VSQ)~~ (\u5df2\u5f03\u7528)\n- [@MeetWq](https://github.com/MeetWq)- \u975e\u5e38\u70ed\u5fc3\u89e3\u7b54nonebot2\u76f8\u5173\u7684\u5199\u6cd5\n  - [\u53ef\u7231\u5c0fQ](https://github.com/MeetWq/mybot)- \u670d\u52a1\u5668\u56fe\u7247\u53c2\u8003\n- [\u7fa4\u804a\u5b66\u4e60](https://github.com/CMHopeSunshine/nonebot-plugin-learning-chat)- web\u63a7\u5236\u53f0\u53c2\u8003\n- [\u65e5\u5411\u9ebb\u9ebb](https://github.com/Special-Week)- \u914d\u7f6e\u4f18\u5316\u53c2\u8003\n- [gsuid](https://github.com/KimigaiiWuyi/GenshinUID)- readme\u548cwiki\u7684\u683c\u5f0f\u53c2\u8003\uff0c\u4ee5\u53ca3.1\u7248\u672c\u7684\u66f4\u65b0\u548c\u91cd\u542f\n- \u516c\u76ca\u670d\u5237\u670d\u5668 - \u867d\u7136\u4e0d\u77e5\u9053\u54ea\u91cc\u6765\u7684\uff0c\u4e0d\u8fc7\u5df2\u7ecf\u6dfb\u52a0ip\u4e86\n- \u611f\u8c22\u4ee5\u4e0b\u670d\u4e3b\u5927\u529b\u652f\u6301\n  - Michaela's | \u673a\u5668\u4eba\u529f\u80fd\u6d4b\u8bd5\u53cd\u9988 | [\u6a58\u7ec4\u591a\u6a21\u5f0f\u6e38\u620f\u7fa4](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=pUKFe4sSUMgLn0N84IhBtTzrdVzFxRLd&authKey=v8tdd3yys6VnK2WI%2F76fN85yfmHpdv%2Bfttj37n4DqnZMdyv9N6nUsyNyuk2QKoOR&noverify=0&group_code=578503081)\n  - \u4e1c | \u63d0\u4f9bdocker\u90e8\u7f72\u65b9\u6cd5\u7b49\u5efa\u8bae | [\u7535\u4fe1\u670danne\u6e38\u620f\u7fa4](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=6i7r5aJ7Jyg0ejby4rt9GWmFRF53nV1K&authKey=ekMsWepBZPL26%2BfJAG%2F95JD0fhvH39%2BIGVyKOvNlXVDbpIclJlly4kXqukL7JhWR&noverify=0&group_code=883237206)\n  - \u5446\u5446 | \u63d0\u4f9b\u4e09\u65b9\u5730\u56fe\u7684\u8be6\u7ec6\u6570\u636e | [\u5446\u5446\u7ec4\u6e38\u620f\u7fa4](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=M5Ei0tYBgi3nwkh-8jfvo3gN5BMhPQGr&authKey=tb2Qa7ykUf5RAe3TBvOIA%2FWdlHAx6tqYXhyV95WqbZXoUx7lU2MRbod7nubiFw16&noverify=0&group_code=592944622)\n  - \u67e0\u6aac\u8336 | win\u7aef\u90e8\u7f72\u6d4b\u8bd5 | [\u7af9\u670d\u2b50\u7eaf\u51c0\u670d\u6e38\u620f\u7fa4](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=G8AkutNEmN9niNCjNJV8YE-vLv4h_EBz&authKey=wG%2BI6Cks4%2FcRGYYLjRNK0Kg4rMUy3BB7H9SKGjU465ktqKcb%2F6m7WxrSTJiX5bvk&noverify=0&group_code=283150432)\n  - \u8ff7\u832b | \u50ac\u547d\u66f4\u65b0byd\n  - ArcPav | \u79ef\u6781\u53cd\u9988bug\uff0c\u63d0\u4f9b\u6539\u8fdb\u601d\u8def\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "L4D2 server related operations plugin for NoneBot2",
    "version": "0.6.6",
    "project_urls": {
        "Homepage": "https://github.com/Agnes4m/nonebot_plugin_l4d2_server"
    },
    "split_keywords": [
        "steam",
        "game",
        "l4d2",
        "nonebot2",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef252c3fae6297ad376a47bc6c8d5156722db7e6eaa87e44e8b451cfcbcd13ab",
                "md5": "8365982db105c0989c661933f9d9da36",
                "sha256": "c4ffd210994fd9db0e57fc41ffdb089cf0c33d0410810ffcba374d25288d03c7"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_l4d2_server-0.6.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8365982db105c0989c661933f9d9da36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 1539906,
            "upload_time": "2024-03-03T14:27:28",
            "upload_time_iso_8601": "2024-03-03T14:27:28.652529Z",
            "url": "https://files.pythonhosted.org/packages/ef/25/2c3fae6297ad376a47bc6c8d5156722db7e6eaa87e44e8b451cfcbcd13ab/nonebot_plugin_l4d2_server-0.6.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1953f699436a69ab76af17911b33ae99edeb66b3338e21bb101dd02bdea07ac",
                "md5": "5460b7f2e5f9145276e514c3839122e7",
                "sha256": "b35be8e14a2e2bd5f4663c88c66ca62aa8d4c6bb74a867a61ed6893016a386df"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_l4d2_server-0.6.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5460b7f2e5f9145276e514c3839122e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 1518136,
            "upload_time": "2024-03-03T14:27:31",
            "upload_time_iso_8601": "2024-03-03T14:27:31.546036Z",
            "url": "https://files.pythonhosted.org/packages/a1/95/3f699436a69ab76af17911b33ae99edeb66b3338e21bb101dd02bdea07ac/nonebot_plugin_l4d2_server-0.6.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 14:27:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Agnes4m",
    "github_project": "nonebot_plugin_l4d2_server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-l4d2-server"
}
        
Elapsed time: 0.19894s