ichika


Nameichika JSON
Version 0.0.8 PyPI version JSON
download
home_page
Summary基于 RICQ 的轻量级 Python QQ 自动化框架。
upload_time2023-05-24 15:06:41
maintainer
docs_urlNone
authorBlueGlassBlock <blueglassblock@outlook.com>
requires_python>=3.8
licenseAGPL-3.0
keywords graia bot qq framework ricq ichika
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# Ichika


[![PyPI](https://img.shields.io/pypi/v/ichika)](https://github.com/BlueGlassBlock/ichika/blob/master/CHANGELOG.md)
[![Python Version](https://img.shields.io/pypi/pyversions/ichika)](https://pypi.org/project/ichika)
[![License](https://img.shields.io/github/license/BlueGlassBlock/Ichika)](https://github.com/BlueGlassBlock/Ichika/blob/master/LICENSE)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

[![Deploy Docs](https://github.com/BlueGlassBlock/Ichika/actions/workflows/deploy-docs.yml/badge.svg)](https://github.comBlueGlassBlock/Ichika/actions/workflows/deploy-docs.yml/badge.svg)
[![Run CI](https://github.com/BlueGlassBlock/Ichika/actions/workflows/ci.yml/badge.svg)](https://github.com/BlueGlassBlock/Ichika/actions/workflows/ci.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/BlueGlassBlock/Ichika/master.svg)](https://results.pre-commit.ci/latest/github/BlueGlassBlock/Ichika/master)

</div>

## 示例

请参阅 [example.py](./example.py),它包含了一个识别指定指令并发送图片的简单示例。

<!-- start docs-include -->

## 鸣谢

- [AWR](https://github.com/wybxc/awr): Ichika 的前身和部分代码来源
- [ricq](https://github.com/lz1998/ricq): 使用 Rust 实现的高性能 QQ 协议 移植于 [OICQ](https://github.com/takayama-lily/oicq)
- [mirai](https://github.com/mamoe/mirai): 高效率 QQ 机器人支持库
- [PyO3](https://github.com/PyO3/PyO3): Python 解释器的 Rust 绑定
- [GraiaProject](https://github.com/GraiaProject): 用于 Bot 开发的一系列高效, 现代化, 充分可扩展的工具链

## 许可证

`Ichika` 使用 [`GNU AGPL-3.0`](https://choosealicense.com/licenses/agpl-3.0/) 作为许可证,这意味着你需要遵守相应的规则。

<!-- end docs-include -->


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ichika",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "graia,bot,qq,framework,ricq,ichika",
    "author": "BlueGlassBlock <blueglassblock@outlook.com>",
    "author_email": "BlueGlassBlock <blueglassblock@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/70/e6/e0391dc0602b4c2f762a7a3925ecddcec721fab57c1b2973130cc1ff6f56/ichika-0.0.8.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n# Ichika\n\n\n[![PyPI](https://img.shields.io/pypi/v/ichika)](https://github.com/BlueGlassBlock/ichika/blob/master/CHANGELOG.md)\n[![Python Version](https://img.shields.io/pypi/pyversions/ichika)](https://pypi.org/project/ichika)\n[![License](https://img.shields.io/github/license/BlueGlassBlock/Ichika)](https://github.com/BlueGlassBlock/Ichika/blob/master/LICENSE)\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n\n[![Deploy Docs](https://github.com/BlueGlassBlock/Ichika/actions/workflows/deploy-docs.yml/badge.svg)](https://github.comBlueGlassBlock/Ichika/actions/workflows/deploy-docs.yml/badge.svg)\n[![Run CI](https://github.com/BlueGlassBlock/Ichika/actions/workflows/ci.yml/badge.svg)](https://github.com/BlueGlassBlock/Ichika/actions/workflows/ci.yml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/BlueGlassBlock/Ichika/master.svg)](https://results.pre-commit.ci/latest/github/BlueGlassBlock/Ichika/master)\n\n</div>\n\n## \u793a\u4f8b\n\n\u8bf7\u53c2\u9605 [example.py](./example.py)\uff0c\u5b83\u5305\u542b\u4e86\u4e00\u4e2a\u8bc6\u522b\u6307\u5b9a\u6307\u4ee4\u5e76\u53d1\u9001\u56fe\u7247\u7684\u7b80\u5355\u793a\u4f8b\u3002\n\n<!-- start docs-include -->\n\n## \u9e23\u8c22\n\n- [AWR](https://github.com/wybxc/awr): Ichika \u7684\u524d\u8eab\u548c\u90e8\u5206\u4ee3\u7801\u6765\u6e90\n- [ricq](https://github.com/lz1998/ricq): \u4f7f\u7528 Rust \u5b9e\u73b0\u7684\u9ad8\u6027\u80fd QQ \u534f\u8bae \u79fb\u690d\u4e8e [OICQ](https://github.com/takayama-lily/oicq)\n- [mirai](https://github.com/mamoe/mirai): \u9ad8\u6548\u7387 QQ \u673a\u5668\u4eba\u652f\u6301\u5e93\n- [PyO3](https://github.com/PyO3/PyO3): Python \u89e3\u91ca\u5668\u7684 Rust \u7ed1\u5b9a\n- [GraiaProject](https://github.com/GraiaProject): \u7528\u4e8e Bot \u5f00\u53d1\u7684\u4e00\u7cfb\u5217\u9ad8\u6548, \u73b0\u4ee3\u5316, \u5145\u5206\u53ef\u6269\u5c55\u7684\u5de5\u5177\u94fe\n\n## \u8bb8\u53ef\u8bc1\n\n`Ichika` \u4f7f\u7528 [`GNU AGPL-3.0`](https://choosealicense.com/licenses/agpl-3.0/) \u4f5c\u4e3a\u8bb8\u53ef\u8bc1\uff0c\u8fd9\u610f\u5473\u7740\u4f60\u9700\u8981\u9075\u5b88\u76f8\u5e94\u7684\u89c4\u5219\u3002\n\n<!-- end docs-include -->\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "\u57fa\u4e8e RICQ \u7684\u8f7b\u91cf\u7ea7 Python QQ \u81ea\u52a8\u5316\u6846\u67b6\u3002",
    "version": "0.0.8",
    "project_urls": null,
    "split_keywords": [
        "graia",
        "bot",
        "qq",
        "framework",
        "ricq",
        "ichika"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "144f4b7345c4c35d457d4a6bc471490eb8f301f94e6a4f26a4ab99b3fa730ddc",
                "md5": "b27c19b0fda15b201587a9670bc3e3da",
                "sha256": "336b33a335ded7e2bb9cc21d45f5f04b0a1b979c6aec86459e30f1a6cafc3183"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b27c19b0fda15b201587a9670bc3e3da",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3787150,
            "upload_time": "2023-05-24T15:06:19",
            "upload_time_iso_8601": "2023-05-24T15:06:19.445052Z",
            "url": "https://files.pythonhosted.org/packages/14/4f/4b7345c4c35d457d4a6bc471490eb8f301f94e6a4f26a4ab99b3fa730ddc/ichika-0.0.8-cp38-abi3-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c74575693f725709eac74c2b2756b550aa007d8af08005a552154ef1c70553d",
                "md5": "b27d0fc965ade2db023435952abf24a9",
                "sha256": "c0c6d7cc944992067b9a3e60b38dc3a1a3b333581f2e31dbbf1a26453366ca41"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b27d0fc965ade2db023435952abf24a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 7329242,
            "upload_time": "2023-05-24T15:06:10",
            "upload_time_iso_8601": "2023-05-24T15:06:10.255937Z",
            "url": "https://files.pythonhosted.org/packages/7c/74/575693f725709eac74c2b2756b550aa007d8af08005a552154ef1c70553d/ichika-0.0.8-cp38-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21aabb9c5e074c8ab002e3cd5910b937317742a79c9f1ec90395223997c03aa6",
                "md5": "1d82b6b49a06d1afe188db9419c72592",
                "sha256": "c31521311e49a6a778500b194922eb0a3b3f19500f039cfba257b399cf89a31b"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1d82b6b49a06d1afe188db9419c72592",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3586935,
            "upload_time": "2023-05-24T15:06:35",
            "upload_time_iso_8601": "2023-05-24T15:06:35.952494Z",
            "url": "https://files.pythonhosted.org/packages/21/aa/bb9c5e074c8ab002e3cd5910b937317742a79c9f1ec90395223997c03aa6/ichika-0.0.8-cp38-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "808fbb14e8763b98da95a1916eb65b7ac1ef94d8730c29a4cc20246579812c37",
                "md5": "0d5785f11380d2b844ad7884c3ff40ae",
                "sha256": "8f2746716f85e113043f93f115ce7706d815eaaf0cd53a7aed128c523a4ac401"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "0d5785f11380d2b844ad7884c3ff40ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4063659,
            "upload_time": "2023-05-24T15:06:06",
            "upload_time_iso_8601": "2023-05-24T15:06:06.726689Z",
            "url": "https://files.pythonhosted.org/packages/80/8f/bb14e8763b98da95a1916eb65b7ac1ef94d8730c29a4cc20246579812c37/ichika-0.0.8-cp38-abi3-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6590fbd60bc227596a164040c3b0b4be4de24a5a8f137c62db52bf8042acfb1d",
                "md5": "c092da17c5094c4cbc9b583d2a78a554",
                "sha256": "37470f3f06e87559181d8159d30185c17fd8257ac310c5d77c4008ba564c026a"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c092da17c5094c4cbc9b583d2a78a554",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4025609,
            "upload_time": "2023-05-24T15:06:37",
            "upload_time_iso_8601": "2023-05-24T15:06:37.864916Z",
            "url": "https://files.pythonhosted.org/packages/65/90/fbd60bc227596a164040c3b0b4be4de24a5a8f137c62db52bf8042acfb1d/ichika-0.0.8-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5273c1fd89ea0ce12cd0e025cde9f5dd7b779710acbc806090841582a05d9cb",
                "md5": "d1d7e1f7aeb406e49480acb7db9a5dd3",
                "sha256": "43e3345d3c5f504423517ae2b6d31518ea5076736c0b882a1ad6b23062f06b6b"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "d1d7e1f7aeb406e49480acb7db9a5dd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4211963,
            "upload_time": "2023-05-24T15:06:33",
            "upload_time_iso_8601": "2023-05-24T15:06:33.702160Z",
            "url": "https://files.pythonhosted.org/packages/b5/27/3c1fd89ea0ce12cd0e025cde9f5dd7b779710acbc806090841582a05d9cb/ichika-0.0.8-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9adcd5684194cf4145c78a665649e169a39572a6313e71b0285759cfb98803c3",
                "md5": "896ceaa66106d31c67a59cbf5cf9cebf",
                "sha256": "827fe081c50be83f33d4b901711764852f1da50fb79ebad3ea8cb2ec97c8fda2"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "896ceaa66106d31c67a59cbf5cf9cebf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4094943,
            "upload_time": "2023-05-24T15:06:14",
            "upload_time_iso_8601": "2023-05-24T15:06:14.941193Z",
            "url": "https://files.pythonhosted.org/packages/9a/dc/d5684194cf4145c78a665649e169a39572a6313e71b0285759cfb98803c3/ichika-0.0.8-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9de03d2b9ba7bd908bc9fa96cd3b46d6093427c627928a6eaf84df7380053023",
                "md5": "3b157001d81be4a72e05e0397479744c",
                "sha256": "22aeb05b689d4c32dd8bac52150d2bcd1e176cf34ef1808344423db779bb0a1e"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "has_sig": false,
            "md5_digest": "3b157001d81be4a72e05e0397479744c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4190227,
            "upload_time": "2023-05-24T15:06:08",
            "upload_time_iso_8601": "2023-05-24T15:06:08.464793Z",
            "url": "https://files.pythonhosted.org/packages/9d/e0/3d2b9ba7bd908bc9fa96cd3b46d6093427c627928a6eaf84df7380053023/ichika-0.0.8-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89e2c98b4e57e2387417342300939f2a221ab2345e53076c3e68adc2f751e8b0",
                "md5": "cda6d55dad56857447f5cca343c03724",
                "sha256": "f78a72ffe0e6607725b52f0c855d9ba37d033029e1131010afb21255992835a9"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cda6d55dad56857447f5cca343c03724",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5432875,
            "upload_time": "2023-05-24T15:06:28",
            "upload_time_iso_8601": "2023-05-24T15:06:28.373947Z",
            "url": "https://files.pythonhosted.org/packages/89/e2/c98b4e57e2387417342300939f2a221ab2345e53076c3e68adc2f751e8b0/ichika-0.0.8-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70b92c850ff5da0d8d496c19c22d0f7806f45960f8dbc583bda59cebe0539b6d",
                "md5": "c9f99e137ad0b66090246559ea684dc8",
                "sha256": "cef96d8a3538a434768af812972828f4e8b5f6196ea8a560a5e7ae7a5dac4400"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c9f99e137ad0b66090246559ea684dc8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3993478,
            "upload_time": "2023-05-24T15:06:12",
            "upload_time_iso_8601": "2023-05-24T15:06:12.310300Z",
            "url": "https://files.pythonhosted.org/packages/70/b9/2c850ff5da0d8d496c19c22d0f7806f45960f8dbc583bda59cebe0539b6d/ichika-0.0.8-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e13481a740c9906eaa715419ff0ac7da1a1105f9ad2ec3a2489448da1ef78bfd",
                "md5": "8f1a97cf2b5bab3a0575d0320fecb078",
                "sha256": "acf3d9d808e695053528a3b97d54b440d1b4163cc68ef40271d3ceb1790a5f52"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8f1a97cf2b5bab3a0575d0320fecb078",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4164699,
            "upload_time": "2023-05-24T15:06:04",
            "upload_time_iso_8601": "2023-05-24T15:06:04.092382Z",
            "url": "https://files.pythonhosted.org/packages/e1/34/81a740c9906eaa715419ff0ac7da1a1105f9ad2ec3a2489448da1ef78bfd/ichika-0.0.8-cp38-abi3-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a103ac26a660c4a46edbb830d0ede354290a70d1e363b43c4139f4d8264ad108",
                "md5": "7ed64d6640a23fb40e9f72e25ff99d9a",
                "sha256": "ab76d13abc44ad23b7ec954fdc0aeaad78b4dc419575a6fa573e01f138d0bd5c"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7ed64d6640a23fb40e9f72e25ff99d9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4468628,
            "upload_time": "2023-05-24T15:06:24",
            "upload_time_iso_8601": "2023-05-24T15:06:24.415836Z",
            "url": "https://files.pythonhosted.org/packages/a1/03/ac26a660c4a46edbb830d0ede354290a70d1e363b43c4139f4d8264ad108/ichika-0.0.8-cp38-abi3-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee5d1988e7e94dc25adc8d638f584c012af20cbb4ffa1904b23d29310e846a73",
                "md5": "803634cab664ed53b8e23648e2478369",
                "sha256": "7867450628ee31678259fab0429d653f0800d26d8733afdbc26188263b7a707b"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "803634cab664ed53b8e23648e2478369",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4177839,
            "upload_time": "2023-05-24T15:06:26",
            "upload_time_iso_8601": "2023-05-24T15:06:26.154522Z",
            "url": "https://files.pythonhosted.org/packages/ee/5d/1988e7e94dc25adc8d638f584c012af20cbb4ffa1904b23d29310e846a73/ichika-0.0.8-cp38-abi3-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a01773b473f287c63796d6857d9cd45681017da4dcdcf63f921278a847bb0113",
                "md5": "5fe58680ecb1cf0bacdcf6286a34f154",
                "sha256": "37afc668209bc6a4957be158142d749c2664ade0357dff52e692575427691b58"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5fe58680ecb1cf0bacdcf6286a34f154",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4143718,
            "upload_time": "2023-05-24T15:06:39",
            "upload_time_iso_8601": "2023-05-24T15:06:39.569719Z",
            "url": "https://files.pythonhosted.org/packages/a0/17/73b473f287c63796d6857d9cd45681017da4dcdcf63f921278a847bb0113/ichika-0.0.8-cp38-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbccbdab92ce9c09ede8508f023c227ff4e31b0bab03222978719b7c0893f196",
                "md5": "6610dff21263740794222bb786f1e904",
                "sha256": "a58c9548a92221762e6e67d16c2e2fcf3470c247f603aefc4cb9cb5a8d764ca0"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "6610dff21263740794222bb786f1e904",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3303594,
            "upload_time": "2023-05-24T15:06:21",
            "upload_time_iso_8601": "2023-05-24T15:06:21.937605Z",
            "url": "https://files.pythonhosted.org/packages/bb/cc/bdab92ce9c09ede8508f023c227ff4e31b0bab03222978719b7c0893f196/ichika-0.0.8-cp38-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "706d5bd1763ea358038fe73e036b3a93286844cb5923975aec25bd20c1b5e961",
                "md5": "192839c8da531e188681b9b17cf4d495",
                "sha256": "95ad5514f9fe17cbe294151e6b6f66734a64b3c421983fb3f6dd04025c0f1145"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "192839c8da531e188681b9b17cf4d495",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3663716,
            "upload_time": "2023-05-24T15:06:31",
            "upload_time_iso_8601": "2023-05-24T15:06:31.104067Z",
            "url": "https://files.pythonhosted.org/packages/70/6d/5bd1763ea358038fe73e036b3a93286844cb5923975aec25bd20c1b5e961/ichika-0.0.8-cp38-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79649d9e38b4e1c8568d291d4ac83fbb98da7429bd9d6314ad04186ad3d9f488",
                "md5": "89c351964157aa9dc2448e2d90f02b06",
                "sha256": "ea916560ef2ba5b4558a53e20d575e583ad6f2302befd3e803d72f55225f90d7"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8-cp38-abi3-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "89c351964157aa9dc2448e2d90f02b06",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3376520,
            "upload_time": "2023-05-24T15:06:17",
            "upload_time_iso_8601": "2023-05-24T15:06:17.267219Z",
            "url": "https://files.pythonhosted.org/packages/79/64/9d9e38b4e1c8568d291d4ac83fbb98da7429bd9d6314ad04186ad3d9f488/ichika-0.0.8-cp38-abi3-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70e6e0391dc0602b4c2f762a7a3925ecddcec721fab57c1b2973130cc1ff6f56",
                "md5": "5deb32b1661ca275606affcd9c5d9582",
                "sha256": "54767fce2ed9d839d8db2c5a08f4c2955887e5665b75e17616f2ab36d554c5eb"
            },
            "downloads": -1,
            "filename": "ichika-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "5deb32b1661ca275606affcd9c5d9582",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 69806,
            "upload_time": "2023-05-24T15:06:41",
            "upload_time_iso_8601": "2023-05-24T15:06:41.566153Z",
            "url": "https://files.pythonhosted.org/packages/70/e6/e0391dc0602b4c2f762a7a3925ecddcec721fab57c1b2973130cc1ff6f56/ichika-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-24 15:06:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ichika"
}
        
Elapsed time: 0.06964s