|discord| |qgroup| |py_v| |Ruff| |docs_status|
Comprehensive AI Toolkit for Multimodal Learning and Cross-Platform Robotics |Structure|
========================================================================================
Welcome to iamai, a powerful and comprehensive AI toolkit that
seamlessly integrates multimodal machine learning capabilities with
advanced tools for cross-platform robot development!
๐ This library is designed to provide developers with a unified
solution for creating intelligent systems that span multiple
modalities and operate across diverse platforms.
- ๐ฆ Rust based tool, fast and simple.
- ๐ช Interactive docs & demos
- ๐ถ Seamless migration: Works for both Rasa and GPT and moreโฆ
- โก Fully tree shakeable: Only take what you want, bundle size
- ๐ฉ Flexible: Configurable event filters and targets
- ๐ Optional Add-ons: Apscheduler, etc.
- ๐ Cross-platform: dingtalk etc.
First of all, in the field of machine learning, we drew inspiration from
the excellent design of `Hugging Face <https://huggingface.co>`__\ โs
`transformers <https://github.com/huggingface/transformers>`__ for the
use of pre-trained models. We would like to express our gratitude to the
authors of Hugging Face and their open-source community.
Secondly, regarding the cross-platform robot framework, it is primarily
based on `st <https://github.com/st1020>`__\ โs
`alicebot <https://github.com/AliceBotProject/alicebot>`__. We have made
numerous adaptations to make it compatible with machine learning. We
would like to thank the st and alicebot open-source communities for
their contributions.
To avoid any potential disputes or misunderstandings, we have listed the
licenses of the projects we have used and express our gratitude towards
them. Please see `credits.pdf <./docs/_static/assets/credits.pdf>`__.
*Cite This Software*
.. code:: bibtex
@inproceedings{Hsiang_IamAI_A_Python_2023,
author = {Hsiang, Nianian},
month = aug,
pages = {1--10},
publisher = {Association for AICMUniversity},
title = {{IamAI: A Python Library for Artificial Intelligence and RobotFramework}},
url = {https://pub.aicmu.ac.cn},
year = {2023}
}
--------------
`MIT <https://github.com/retrofor/iamai/blob/master/COPYING>`__ ยฉ
2023-PRESENT `Retro for Wut? <https://github.com/retrofor>`__.
|FOSSA Status|
|FOSSA Badge|
.. |Structure| image:: https://images.repography.com/40962158/retrofor/iamai/structure/afEhYzXo83AMGRNy9EzPPQcX9ECBKj2gOPhvmpzMFSg/DQMxDEhfNZdq6zFhjPa1G61Bg9g-DRhQiwNY-W2ZHVE_table.svg
:width: 60
.. |discord| image:: https://img.shields.io/discord/1063871387527303188?style=flat-square
:target: https://discord.gg/9vG9352RXS
.. |qgroup| image:: https://img.shields.io/badge/-QQ็พค%20946843972-002FA7?style=flat-square&logo=Tencent QQ&logoColor=white
:target: https://qm.qq.com/q/o7dbUNDwoo
.. |py_v| image:: https://img.shields.io/badge/v0.1.6%20Ragdoll-LTS-blue?style=flat-square&logo=python
:target: https://pypi.python.org/pypi/iamai
.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
.. |docs_status| image:: https://readthedocs.org/projects/iamai/badge/?version=latest
:target: https://iamai.is-a.dev/en/latest/?badge=latest
.. |FOSSA Status| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fretrofor%2Fiamai.svg?type=shield
:target: https://app.fossa.com/projects/git%2Bgithub.com%2Fretrofor%2Fiamai?ref=badge_shield
.. |FOSSA Badge| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fretrofor%2Fiamai.svg?type=large
:target: https://app.fossa.com/projects/git%2Bgithub.com%2Fretrofor%2Fiamai?ref=badge_large
Raw data
{
"_id": null,
"home_page": "https://iamai.is-a.dev/",
"name": "iamai",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "bot, red, kook, onebot11, gensokyo, dingtalk, console, apscheduler, bilibili, bilibili-live, rust, pyo3",
"author": "HsiangNianian",
"author_email": "HsiangNianian <i@jyunko.cn>",
"download_url": "https://files.pythonhosted.org/packages/a0/b1/7049c0b3a46c50259e5be6a59621583db1bef283523bfc7c7b79ebadcf7d/iamai-0.1.8.tar.gz",
"platform": null,
"description": "|discord| |qgroup| |py_v| |Ruff| |docs_status|\n\nComprehensive AI Toolkit for Multimodal Learning and Cross-Platform Robotics |Structure|\n========================================================================================\n\nWelcome to iamai, a powerful and comprehensive AI toolkit that\nseamlessly integrates multimodal machine learning capabilities with\nadvanced tools for cross-platform robot development!\n\n \ud83c\udf0d This library is designed to provide developers with a unified\n solution for creating intelligent systems that span multiple\n modalities and operate across diverse platforms.\n\n- \ud83e\udd80 Rust based tool, fast and simple.\n- \ud83c\udfaa Interactive docs & demos\n- \ud83d\udd76 Seamless migration: Works for both Rasa and GPT and more\u2026\n- \u26a1 Fully tree shakeable: Only take what you want, bundle size\n- \ud83d\udd29 Flexible: Configurable event filters and targets\n- \ud83d\udd0c Optional Add-ons: Apscheduler, etc.\n- \ud83d\udc4d Cross-platform: dingtalk etc.\n\nFirst of all, in the field of machine learning, we drew inspiration from\nthe excellent design of `Hugging Face <https://huggingface.co>`__\\ \u2019s\n`transformers <https://github.com/huggingface/transformers>`__ for the\nuse of pre-trained models. We would like to express our gratitude to the\nauthors of Hugging Face and their open-source community.\n\nSecondly, regarding the cross-platform robot framework, it is primarily\nbased on `st <https://github.com/st1020>`__\\ \u2019s\n`alicebot <https://github.com/AliceBotProject/alicebot>`__. We have made\nnumerous adaptations to make it compatible with machine learning. We\nwould like to thank the st and alicebot open-source communities for\ntheir contributions.\n\nTo avoid any potential disputes or misunderstandings, we have listed the\nlicenses of the projects we have used and express our gratitude towards\nthem. Please see `credits.pdf <./docs/_static/assets/credits.pdf>`__.\n\n*Cite This Software*\n\n.. code:: bibtex\n\n @inproceedings{Hsiang_IamAI_A_Python_2023,\n author = {Hsiang, Nianian},\n month = aug,\n pages = {1--10},\n publisher = {Association for AICMUniversity},\n title = {{IamAI: A Python Library for Artificial Intelligence and RobotFramework}},\n url = {https://pub.aicmu.ac.cn},\n year = {2023}\n }\n\n--------------\n\n`MIT <https://github.com/retrofor/iamai/blob/master/COPYING>`__ \u00a9\n2023-PRESENT `Retro for Wut? <https://github.com/retrofor>`__.\n\n|FOSSA Status|\n\n|FOSSA Badge|\n\n.. |Structure| image:: https://images.repography.com/40962158/retrofor/iamai/structure/afEhYzXo83AMGRNy9EzPPQcX9ECBKj2gOPhvmpzMFSg/DQMxDEhfNZdq6zFhjPa1G61Bg9g-DRhQiwNY-W2ZHVE_table.svg\n :width: 60\n.. |discord| image:: https://img.shields.io/discord/1063871387527303188?style=flat-square\n :target: https://discord.gg/9vG9352RXS\n.. |qgroup| image:: https://img.shields.io/badge/-QQ\u7fa4%20946843972-002FA7?style=flat-square&logo=Tencent QQ&logoColor=white\n :target: https://qm.qq.com/q/o7dbUNDwoo\n.. |py_v| image:: https://img.shields.io/badge/v0.1.6%20Ragdoll-LTS-blue?style=flat-square&logo=python\n :target: https://pypi.python.org/pypi/iamai\n.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n :target: https://github.com/astral-sh/ruff\n.. |docs_status| image:: https://readthedocs.org/projects/iamai/badge/?version=latest\n :target: https://iamai.is-a.dev/en/latest/?badge=latest\n.. |FOSSA Status| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fretrofor%2Fiamai.svg?type=shield\n :target: https://app.fossa.com/projects/git%2Bgithub.com%2Fretrofor%2Fiamai?ref=badge_shield\n.. |FOSSA Badge| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fretrofor%2Fiamai.svg?type=large\n :target: https://app.fossa.com/projects/git%2Bgithub.com%2Fretrofor%2Fiamai?ref=badge_large\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Comprehensive AI Toolkit for Multimodal Learning and Cross-Platform Robotics.",
"version": "0.1.8",
"project_urls": {
"Changelog": "https://iamai.is-a.dev/en/latest/changelog.html#",
"Documentation": "https://iamai.is-a.dev",
"Homepage": "https://iamai.is-a.dev",
"Repository": "https://github.com/retrofor/iamai"
},
"split_keywords": [
"bot",
" red",
" kook",
" onebot11",
" gensokyo",
" dingtalk",
" console",
" apscheduler",
" bilibili",
" bilibili-live",
" rust",
" pyo3"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3e044e86466a5f870f727cc1c401e634cf2227bd42db3a09477ea7cd94132747",
"md5": "6ea49683ab15808369928b8fc05a0988",
"sha256": "fb5c8de7e09ff7ac99ac620939444ed965979851bd3edcfe458a5756db8372c2"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "6ea49683ab15808369928b8fc05a0988",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 255788,
"upload_time": "2024-11-25T12:02:28",
"upload_time_iso_8601": "2024-11-25T12:02:28.061332Z",
"url": "https://files.pythonhosted.org/packages/3e/04/4e86466a5f870f727cc1c401e634cf2227bd42db3a09477ea7cd94132747/iamai-0.1.8-cp39-abi3-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "099fb81a1b820764e8ea516052855614df23a44f3ac786453558cb09073afe35",
"md5": "d99060c33a2267b172b4be70aa04d296",
"sha256": "49c633d69b0e5d79128032d32d8733d17905fe0759b4b575735dba559da064fe"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d99060c33a2267b172b4be70aa04d296",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 255728,
"upload_time": "2024-11-25T12:02:26",
"upload_time_iso_8601": "2024-11-25T12:02:26.170137Z",
"url": "https://files.pythonhosted.org/packages/09/9f/b81a1b820764e8ea516052855614df23a44f3ac786453558cb09073afe35/iamai-0.1.8-cp39-abi3-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fda7a248a3f1ae3f1bff4c32d5e3138b64b90ec12801d117b1a61a7653012494",
"md5": "a55afb4e94b678c006d3358688922d01",
"sha256": "f3324697b699340dfa328b00211bce36536b36568178b05cf66b0b5f2b24d361"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a55afb4e94b678c006d3358688922d01",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 285421,
"upload_time": "2024-11-25T12:02:15",
"upload_time_iso_8601": "2024-11-25T12:02:15.269703Z",
"url": "https://files.pythonhosted.org/packages/fd/a7/a248a3f1ae3f1bff4c32d5e3138b64b90ec12801d117b1a61a7653012494/iamai-0.1.8-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "da4d187092f38724d26d62679f80c6fba0eb8dc7ad81abd4ac8e6c056008ba87",
"md5": "7fd3424f361a0c49c7f8c46233482f83",
"sha256": "01eca1e18f9f55805a0bcad3577218d3e4afe3417f86768b27f1aaa74bed80ee"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "7fd3424f361a0c49c7f8c46233482f83",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 291536,
"upload_time": "2024-11-25T12:02:17",
"upload_time_iso_8601": "2024-11-25T12:02:17.325105Z",
"url": "https://files.pythonhosted.org/packages/da/4d/187092f38724d26d62679f80c6fba0eb8dc7ad81abd4ac8e6c056008ba87/iamai-0.1.8-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d30da0742c6d7f909b3fbb1ce6b43049ebe404a6129a34f300b44348841ee56",
"md5": "b615a01805ebb7cbe306d60a4062b73c",
"sha256": "05b8eed2916418ff15edeeaca20850046b41ac3b0082c8e9c88734b3616584de"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "b615a01805ebb7cbe306d60a4062b73c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 322394,
"upload_time": "2024-11-25T12:02:18",
"upload_time_iso_8601": "2024-11-25T12:02:18.609298Z",
"url": "https://files.pythonhosted.org/packages/4d/30/da0742c6d7f909b3fbb1ce6b43049ebe404a6129a34f300b44348841ee56/iamai-0.1.8-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9aec38e68d3ae208b8e20a01ab0791a4da568fc1c4f6c3a76ff0d6d8ac288516",
"md5": "4a8268df6617528a6cc63a3eba91f0bb",
"sha256": "6530ec58e2b55c4d4d8da84bd77f1946fde8dace262da4977819a72760c23728"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "4a8268df6617528a6cc63a3eba91f0bb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 342629,
"upload_time": "2024-11-25T12:02:20",
"upload_time_iso_8601": "2024-11-25T12:02:20.447502Z",
"url": "https://files.pythonhosted.org/packages/9a/ec/38e68d3ae208b8e20a01ab0791a4da568fc1c4f6c3a76ff0d6d8ac288516/iamai-0.1.8-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d7b77d67c564cfdf33a1176c4f20a6836b966b2e8e3737a1ea959cf6c8cb93be",
"md5": "ecd516022410c1b852881650209be242",
"sha256": "2c2ce05ef18b1cb6d9eea7a24e48d14869cf7503f00d60136ac86941aea4a60f"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ecd516022410c1b852881650209be242",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 285458,
"upload_time": "2024-11-25T12:02:24",
"upload_time_iso_8601": "2024-11-25T12:02:24.241822Z",
"url": "https://files.pythonhosted.org/packages/d7/b7/7d67c564cfdf33a1176c4f20a6836b966b2e8e3737a1ea959cf6c8cb93be/iamai-0.1.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "838d7b6e2d8a1f43544c1920641041a42da5025ffb163e8b5d2966ee80fdcdce",
"md5": "dc3e51e33bdc95829c860ec8b95721f5",
"sha256": "0b61d7f704a0f95b5ceb638baa3651b9d882a9dfb8c1819e4311a0ba825c5dc2"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "dc3e51e33bdc95829c860ec8b95721f5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 298062,
"upload_time": "2024-11-25T12:02:22",
"upload_time_iso_8601": "2024-11-25T12:02:22.332992Z",
"url": "https://files.pythonhosted.org/packages/83/8d/7b6e2d8a1f43544c1920641041a42da5025ffb163e8b5d2966ee80fdcdce/iamai-0.1.8-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "adc33e50cd87ad45e3b2d4620ea169c915a55378fd53b6e3cc7c0f088aedbedf",
"md5": "53e34746f7ffe76af9c5fd9604c5503e",
"sha256": "c439032eb269df9f6e7214a54af2ff0b5773b71e0c2a7d5d4ddb7d476a93ba12"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "53e34746f7ffe76af9c5fd9604c5503e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 463449,
"upload_time": "2024-11-25T12:02:30",
"upload_time_iso_8601": "2024-11-25T12:02:30.067776Z",
"url": "https://files.pythonhosted.org/packages/ad/c3/3e50cd87ad45e3b2d4620ea169c915a55378fd53b6e3cc7c0f088aedbedf/iamai-0.1.8-cp39-abi3-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8112be39beef32704fef618686ac67e2d367cad678d97c9b7bad4a7ea9b4320d",
"md5": "b695a55cb707bfb725ffdd6bfc15b752",
"sha256": "01cac52e6a35eed58d800dc92e06e3d507fe70803e1a7fcbc625a65a288b106d"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "b695a55cb707bfb725ffdd6bfc15b752",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 553830,
"upload_time": "2024-11-25T12:02:31",
"upload_time_iso_8601": "2024-11-25T12:02:31.355854Z",
"url": "https://files.pythonhosted.org/packages/81/12/be39beef32704fef618686ac67e2d367cad678d97c9b7bad4a7ea9b4320d/iamai-0.1.8-cp39-abi3-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a43e37f7502011bccebe9ca6d0d46a2dc73fe58e4d851edb44a121a36650971",
"md5": "911e59bf0349790d27d734157a2b5c56",
"sha256": "fe6b15ff96178f3f2fbe9eabe5bb54c300e8c0c1bc5a314b607c0f4633565880"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "911e59bf0349790d27d734157a2b5c56",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 479033,
"upload_time": "2024-11-25T12:02:33",
"upload_time_iso_8601": "2024-11-25T12:02:33.174974Z",
"url": "https://files.pythonhosted.org/packages/5a/43/e37f7502011bccebe9ca6d0d46a2dc73fe58e4d851edb44a121a36650971/iamai-0.1.8-cp39-abi3-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cf3317aff907c0c483c4c873f4125c0511cfbf9bc6dc5b0b7128c3877005c383",
"md5": "f2f61845ddd17415aa174739cfe5b39f",
"sha256": "45a5d9c08ed8c3d884c08cc7ad1bb55ea37ab12cd84871f8fbf779b4351024ca"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f2f61845ddd17415aa174739cfe5b39f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 456423,
"upload_time": "2024-11-25T12:02:35",
"upload_time_iso_8601": "2024-11-25T12:02:35.048041Z",
"url": "https://files.pythonhosted.org/packages/cf/33/17aff907c0c483c4c873f4125c0511cfbf9bc6dc5b0b7128c3877005c383/iamai-0.1.8-cp39-abi3-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a549a422da385b66b386cd1b49270f6d23f32eb38f3c99b880583975ab413e7b",
"md5": "dde8b4504a893e11e6ac90ee7be87469",
"sha256": "b3de3758505a75c3eb8ed94b495d9fb5a6b6b52a97b6cea7cf67f8b27f2e742f"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-win32.whl",
"has_sig": false,
"md5_digest": "dde8b4504a893e11e6ac90ee7be87469",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 150431,
"upload_time": "2024-11-25T12:02:40",
"upload_time_iso_8601": "2024-11-25T12:02:40.627505Z",
"url": "https://files.pythonhosted.org/packages/a5/49/a422da385b66b386cd1b49270f6d23f32eb38f3c99b880583975ab413e7b/iamai-0.1.8-cp39-abi3-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b5b1186a72806c7df0f5bc90bd49ea55e3240b0364856f81f1a12ce94ee0d73d",
"md5": "e4db6d1dbc0d616212973268c5f6856f",
"sha256": "b5bd95d4f2305a6c39ed258d205d000c901cc329df22c95e47a064ebfbdf9b5d"
},
"downloads": -1,
"filename": "iamai-0.1.8-cp39-abi3-win_amd64.whl",
"has_sig": false,
"md5_digest": "e4db6d1dbc0d616212973268c5f6856f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 156636,
"upload_time": "2024-11-25T12:02:39",
"upload_time_iso_8601": "2024-11-25T12:02:39.438808Z",
"url": "https://files.pythonhosted.org/packages/b5/b1/186a72806c7df0f5bc90bd49ea55e3240b0364856f81f1a12ce94ee0d73d/iamai-0.1.8-cp39-abi3-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a0b17049c0b3a46c50259e5be6a59621583db1bef283523bfc7c7b79ebadcf7d",
"md5": "71ea4d023ac5e3ac178040866a278e3a",
"sha256": "1e31978ec397bc8e2095004e6070bd4309a968f508c0c2da162461a0a0dfc74c"
},
"downloads": -1,
"filename": "iamai-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "71ea4d023ac5e3ac178040866a278e3a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5840116,
"upload_time": "2024-11-25T12:02:37",
"upload_time_iso_8601": "2024-11-25T12:02:37.983295Z",
"url": "https://files.pythonhosted.org/packages/a0/b1/7049c0b3a46c50259e5be6a59621583db1bef283523bfc7c7b79ebadcf7d/iamai-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 12:02:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "retrofor",
"github_project": "iamai",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "iamai"
}