tiomagic


Nametiomagic JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA Python package for generating animations using AI-powered video models
upload_time2025-08-09 00:24:44
maintainerNone
docs_urlNone
authorTio Magic Company
requires_python>=3.8
licenseMIT
keywords ai animation diffusers modal video-generation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Tio Magic Animation Toolkit

[![Website](https://img.shields.io/badge/Website-Tio_Magic-181717?logo=google-chrome)](https://tiomagic.com/)
[![Documentation](https://img.shields.io/badge/Documentation-GitHub%20Pages-green?logo=github)](https://tio-magic-company.github.io/tio-magic-animation/)

Tio Magic Animation Toolkit is designed to simplify the use of open and closed-source video AI models for animation. The Animation Toolkit empowers animators, developers, and AI enthusiasts to easily generate animated videos without the pain of complex technical setup, local hardware limitations, and haphazard documentation.

This toolkit leverages <a href="https://modal.com/" target="_blank">Modal</a> for cloud computing and runs various open/closed-source video generation models.

## Supported Features

## Image to Video
*Prompt: Woman smiling at the camera, waving her right hand as if she was saying hi and greeting someone.*

<table>
  <tr>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_wan_vace.gif" alt="I2V Wan 2.1 Vace 14b"><br>
      <b>Wan 2.1 Vace 14b</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_framepack.gif" alt="I2V Framepack I2V HY"><br>
      <b>Framepack I2V HY</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_fusionx.gif" alt="Wan 2.1 I2V FusionX (LoRA)"><br>
      <b>Wan 2.1 I2V FusionX (LoRA)</b>
    </td>
  </tr>
  <tr>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_ltx.gif" alt="I2V LTX Video"><br>
      <b>LTX Video</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_pusa.gif" alt="I2V Pusa V1"><br>
      <b>Pusa V1</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_veo.gif" alt="I2V Veo 2"><br>
      <b>Veo 2</b>
    </td>
  </tr>
</table>

## Interpolate
*Prompt: An anime-style young man in a blue t-shirt starts in a standing position. He lifts his right hand and waves to the camera.*

<table>
  <tr>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/interpolate/interpolate_framepack.gif" alt="Interpolate Framepack I2V HY"><br>
      <b>Framepack I2V HY</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/interpolate/interpolate_wan_flfv2.gif" alt="Interpolate Wan FLFV 14b"><br>
      <b>Wan FLFV 14b</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/interpolate/interpolate_wan_vace.gif" alt="Interpolate Wan 2.1 Vace 14b"><br>
      <b>Wan 2.1 Vace 14b</b>
    </td>
  </tr>
</table>

## Pose Guidance
*Prompt: Anime-style cartoon animation of a man waving, empty white background. Skin tone, shading, lighting should be the same as the reference image.*

<table>
  <tr>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/pose_guidance/pg-sample.png"><br>
      <b>Starting Image</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/pose_guidance/driving-wave.gif"><br>
      <b>Pose Video</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/pose_guidance/pose_guidance.gif" alt="Pose Guidance Wan 2.1 Vace 14b"><br>
      <b>Wan 2.1 Vace 14b</b>
    </td>
  </tr>
</table>

## Text to Video
*Prompt: A playful cartoon-style penguin with a round belly and flappy wings waddles up to a pair of green sunglasses lying on the ground. The penguin leans forward, carefully picks up the sunglasses with its flipper, and smoothly lifts them up to its face. It tilts its head with a confident smile as the green sunglasses rest perfectly on its beak. The animation is smooth and expressive, with exaggerated, bouncy cartoon motion.*

<table>
  <tr>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/t2v/penguin_t2v_phantomfusionx.gif" alt="T2V Wan 2.1 PhantomX (LoRA)"><br>
      <b>Wan 2.1 PhantomX (LoRA)</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/t2v/penguin_t2v_pusav1.gif" alt="T2V Pusa V1"><br>
      <b>Pusa V1</b>
    </td>
    <td align="center" width="33%">
      <img src="https://storage.googleapis.com/tm-animation-public-examples/t2v/penguin_t2v_want2v.gif" alt="T2V Wan 2.1 14b"><br>
      <b>Wan 2.1 14b</b>
    </td>
  </tr>
</table>

## Usage
Go to <a href="https://tio-magic-company.github.io/tio-magic-animation/getting-started" target="_blank">Tio Magic Animation Toolkit Docs</a> for detailed information on usage.
#### Environment Preparation
First, create a virtual environment and activate it.
```
python3 -m venv venv
source venv/bin/activate # on MacOS/Linux
venv/Scripts/activate # on Windows Command Prompt
```
Then, install TioMagic package:
```
pip install tiomagic
```
Then, create a .env file. Depending on what provider(s) you are using, copy/pase appropriate access keys to the .env file. For starters, we recommend registering for a Modal account and create an access token:
```
MODAL_TOKEN_ID=...
MODAL_TOKEN_SECRET=...
```
Create a Hugging Face account and add the token to your Modal account (this is needed to access open source models)


## How to Run Modal Demo 
Copy/paste `modal_demo.py` from repository to run a Modal example of this toolkit
Run `python3 modal_demo.py`
Please note that this demo runs on Modal credits. The number of credits used per run is dependent on the model you are running and the gpu. The first time you run a model and load it onto Modal will cost more than running subsequent generationa. The approximate cost of running `modal_demo.py` for the first time is about $0.93. For more information on Modal pricing, refer to the [Modal Pricing Page](https://modal.com/pricing)

## Gradio GUI
A locally hosted Gradio GUI is provided for your convenience
1. Clone the [Tio Magic Animation Toolkit](https://github.com/Tio-Magic-Company/tio-magic-animation) 
2. Follow Usage instructions above
3. Run python3 gradio_wrapper.py

## Supported Providers and Models

## Modal

### Image to Video
- [Cogvideox 5b I2V](https://huggingface.co/zai-org/CogVideoX-5b-I2V)
- [Framepack I2V HY](https://github.com/lllyasviel/FramePack)
- [LTX video](https://huggingface.co/Lightricks/LTX-Video)
- [Pusa V1](https://huggingface.co/RaphaelLiu/PusaV1)
- [Wan 2.1 I2V 14b 720p](https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-720P)
- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)
- [Wan 2.1 I2V FusionX (LoRA)](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX)

### Interpolate
- [Framepack I2V HY](https://github.com/lllyasviel/FramePack)
- [Wan 2.1 FLFV 14b](https://huggingface.co/Wan-AI/Wan2.1-FLF2V-14B-720P)
- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)

### Pose Guidance
- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)

### Text to Video
- [Cogvideox 5b](https://huggingface.co/zai-org/CogVideoX-5b)
- [Pusa V1](https://huggingface.co/RaphaelLiu/PusaV1)
- [Wan 2.1 T2V FantomX (LoRA)](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX)
- [Wan 2.1 14b](https://huggingface.co/Wan-AI/Wan2.1-T2V-14B)
- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)
- [Wan 2.1 PhantomX (LoRA)](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX)

## Local

### Image to Video
- [Luma AI Ray 2](https://lumalabs.ai/ray)
- [Google Deepmind Veo 2](https://deepmind.google/models/veo/)

### Interpolate
- [Luma AI Ray 2](https://lumalabs.ai/ray)


## Changelog
### 1.0.0 - 2025-08-08
- Release of Tio Magic Animation Toolkit.

## Disclaimer
**TL;DR**: We don't make the videos - the AI models do. We just make it easier to use them.

TioMagic Animation is an **interface toolkit** that sits between you and various video generation AI models. Think of it as a universal remote control for AI video models.

### What we do:
✅ Provide a simple Python API to access multiple video models  
✅ Handle the complexity of deploying models on Modal/cloud infrastructure  
✅ Eliminate the need for expensive local GPUs  
✅ Manage job queuing, status tracking, and result retrieval  
✅ Abstract away provider-specific implementation details  

### What we don't do:
❌ Create or train the AI models  
❌ Modify or enhance model outputs  
❌ Own any rights to the generated content  
❌ Control what the models can or cannot generate  

### Important Notes:
- All generated content comes directly from the underlying models (e.g., Wan2.1-VACE, CogVideoX)
- You must comply with each model's individual license terms
- Model availability and capabilities depend on the model creators, not us

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tiomagic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ai, animation, diffusers, modal, video-generation",
    "author": "Tio Magic Company",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c2/4e/5307445cea7e9a585c644ce6633fcc8ed72bd92fa97581d2d948b04323ea/tiomagic-1.0.0.tar.gz",
    "platform": null,
    "description": "\n# Tio Magic Animation Toolkit\n\n[![Website](https://img.shields.io/badge/Website-Tio_Magic-181717?logo=google-chrome)](https://tiomagic.com/)\n[![Documentation](https://img.shields.io/badge/Documentation-GitHub%20Pages-green?logo=github)](https://tio-magic-company.github.io/tio-magic-animation/)\n\nTio Magic Animation Toolkit is designed to simplify the use of open and closed-source video AI models for animation. The Animation Toolkit empowers animators, developers, and AI enthusiasts to easily generate animated videos without the pain of complex technical setup, local hardware limitations, and haphazard documentation.\n\nThis toolkit leverages <a href=\"https://modal.com/\" target=\"_blank\">Modal</a> for cloud computing and runs various open/closed-source video generation models.\n\n## Supported Features\n\n## Image to Video\n*Prompt: Woman smiling at the camera, waving her right hand as if she was saying hi and greeting someone.*\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_wan_vace.gif\" alt=\"I2V Wan 2.1 Vace 14b\"><br>\n      <b>Wan 2.1 Vace 14b</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_framepack.gif\" alt=\"I2V Framepack I2V HY\"><br>\n      <b>Framepack I2V HY</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_fusionx.gif\" alt=\"Wan 2.1 I2V FusionX (LoRA)\"><br>\n      <b>Wan 2.1 I2V FusionX (LoRA)</b>\n    </td>\n  </tr>\n  <tr>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_ltx.gif\" alt=\"I2V LTX Video\"><br>\n      <b>LTX Video</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_pusa.gif\" alt=\"I2V Pusa V1\"><br>\n      <b>Pusa V1</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/i2v/disney2_i2v_veo.gif\" alt=\"I2V Veo 2\"><br>\n      <b>Veo 2</b>\n    </td>\n  </tr>\n</table>\n\n## Interpolate\n*Prompt: An anime-style young man in a blue t-shirt starts in a standing position. He lifts his right hand and waves to the camera.*\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/interpolate/interpolate_framepack.gif\" alt=\"Interpolate Framepack I2V HY\"><br>\n      <b>Framepack I2V HY</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/interpolate/interpolate_wan_flfv2.gif\" alt=\"Interpolate Wan FLFV 14b\"><br>\n      <b>Wan FLFV 14b</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/interpolate/interpolate_wan_vace.gif\" alt=\"Interpolate Wan 2.1 Vace 14b\"><br>\n      <b>Wan 2.1 Vace 14b</b>\n    </td>\n  </tr>\n</table>\n\n## Pose Guidance\n*Prompt: Anime-style cartoon animation of a man waving, empty white background. Skin tone, shading, lighting should be the same as the reference image.*\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/pose_guidance/pg-sample.png\"><br>\n      <b>Starting Image</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/pose_guidance/driving-wave.gif\"><br>\n      <b>Pose Video</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/pose_guidance/pose_guidance.gif\" alt=\"Pose Guidance Wan 2.1 Vace 14b\"><br>\n      <b>Wan 2.1 Vace 14b</b>\n    </td>\n  </tr>\n</table>\n\n## Text to Video\n*Prompt: A playful cartoon-style penguin with a round belly and flappy wings waddles up to a pair of green sunglasses lying on the ground. The penguin leans forward, carefully picks up the sunglasses with its flipper, and smoothly lifts them up to its face. It tilts its head with a confident smile as the green sunglasses rest perfectly on its beak. The animation is smooth and expressive, with exaggerated, bouncy cartoon motion.*\n\n<table>\n  <tr>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/t2v/penguin_t2v_phantomfusionx.gif\" alt=\"T2V Wan 2.1 PhantomX (LoRA)\"><br>\n      <b>Wan 2.1 PhantomX (LoRA)</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/t2v/penguin_t2v_pusav1.gif\" alt=\"T2V Pusa V1\"><br>\n      <b>Pusa V1</b>\n    </td>\n    <td align=\"center\" width=\"33%\">\n      <img src=\"https://storage.googleapis.com/tm-animation-public-examples/t2v/penguin_t2v_want2v.gif\" alt=\"T2V Wan 2.1 14b\"><br>\n      <b>Wan 2.1 14b</b>\n    </td>\n  </tr>\n</table>\n\n## Usage\nGo to <a href=\"https://tio-magic-company.github.io/tio-magic-animation/getting-started\" target=\"_blank\">Tio Magic Animation Toolkit Docs</a> for detailed information on usage.\n#### Environment Preparation\nFirst, create a virtual environment and activate it.\n```\npython3 -m venv venv\nsource venv/bin/activate # on MacOS/Linux\nvenv/Scripts/activate # on Windows Command Prompt\n```\nThen, install TioMagic package:\n```\npip install tiomagic\n```\nThen, create a .env file. Depending on what provider(s) you are using, copy/pase appropriate access keys to the .env file. For starters, we recommend registering for a Modal account and create an access token:\n```\nMODAL_TOKEN_ID=...\nMODAL_TOKEN_SECRET=...\n```\nCreate a Hugging Face account and add the token to your Modal account (this is needed to access open source models)\n\n\n## How to Run Modal Demo \nCopy/paste `modal_demo.py` from repository to run a Modal example of this toolkit\nRun `python3 modal_demo.py`\nPlease note that this demo runs on Modal credits. The number of credits used per run is dependent on the model you are running and the gpu. The first time you run a model and load it onto Modal will cost more than running subsequent generationa. The approximate cost of running `modal_demo.py` for the first time is about $0.93. For more information on Modal pricing, refer to the [Modal Pricing Page](https://modal.com/pricing)\n\n## Gradio GUI\nA locally hosted Gradio GUI is provided for your convenience\n1. Clone the [Tio Magic Animation Toolkit](https://github.com/Tio-Magic-Company/tio-magic-animation) \n2. Follow Usage instructions above\n3. Run python3 gradio_wrapper.py\n\n## Supported Providers and Models\n\n## Modal\n\n### Image to Video\n- [Cogvideox 5b I2V](https://huggingface.co/zai-org/CogVideoX-5b-I2V)\n- [Framepack I2V HY](https://github.com/lllyasviel/FramePack)\n- [LTX video](https://huggingface.co/Lightricks/LTX-Video)\n- [Pusa V1](https://huggingface.co/RaphaelLiu/PusaV1)\n- [Wan 2.1 I2V 14b 720p](https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-720P)\n- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)\n- [Wan 2.1 I2V FusionX (LoRA)](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX)\n\n### Interpolate\n- [Framepack I2V HY](https://github.com/lllyasviel/FramePack)\n- [Wan 2.1 FLFV 14b](https://huggingface.co/Wan-AI/Wan2.1-FLF2V-14B-720P)\n- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)\n\n### Pose Guidance\n- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)\n\n### Text to Video\n- [Cogvideox 5b](https://huggingface.co/zai-org/CogVideoX-5b)\n- [Pusa V1](https://huggingface.co/RaphaelLiu/PusaV1)\n- [Wan 2.1 T2V FantomX (LoRA)](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX)\n- [Wan 2.1 14b](https://huggingface.co/Wan-AI/Wan2.1-T2V-14B)\n- [Wan 2.1 Vace 14b](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B)\n- [Wan 2.1 PhantomX (LoRA)](https://huggingface.co/vrgamedevgirl84/Wan14BT2VFusioniX)\n\n## Local\n\n### Image to Video\n- [Luma AI Ray 2](https://lumalabs.ai/ray)\n- [Google Deepmind Veo 2](https://deepmind.google/models/veo/)\n\n### Interpolate\n- [Luma AI Ray 2](https://lumalabs.ai/ray)\n\n\n## Changelog\n### 1.0.0 - 2025-08-08\n- Release of Tio Magic Animation Toolkit.\n\n## Disclaimer\n**TL;DR**: We don't make the videos - the AI models do. We just make it easier to use them.\n\nTioMagic Animation is an **interface toolkit** that sits between you and various video generation AI models. Think of it as a universal remote control for AI video models.\n\n### What we do:\n\u2705 Provide a simple Python API to access multiple video models  \n\u2705 Handle the complexity of deploying models on Modal/cloud infrastructure  \n\u2705 Eliminate the need for expensive local GPUs  \n\u2705 Manage job queuing, status tracking, and result retrieval  \n\u2705 Abstract away provider-specific implementation details  \n\n### What we don't do:\n\u274c Create or train the AI models  \n\u274c Modify or enhance model outputs  \n\u274c Own any rights to the generated content  \n\u274c Control what the models can or cannot generate  \n\n### Important Notes:\n- All generated content comes directly from the underlying models (e.g., Wan2.1-VACE, CogVideoX)\n- You must comply with each model's individual license terms\n- Model availability and capabilities depend on the model creators, not us\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package for generating animations using AI-powered video models",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "ai",
        " animation",
        " diffusers",
        " modal",
        " video-generation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21717572047fccc8bcc4bf1985454ed2c3c33dc73856962b0459efb5b6b54b14",
                "md5": "ff57940900dab2d1723c2121309b01f3",
                "sha256": "9cd5b588717d511d790a813b8d289cbedaaba4c529276eac31e118e5b342a510"
            },
            "downloads": -1,
            "filename": "tiomagic-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff57940900dab2d1723c2121309b01f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 72015,
            "upload_time": "2025-08-09T00:24:43",
            "upload_time_iso_8601": "2025-08-09T00:24:43.382156Z",
            "url": "https://files.pythonhosted.org/packages/21/71/7572047fccc8bcc4bf1985454ed2c3c33dc73856962b0459efb5b6b54b14/tiomagic-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c24e5307445cea7e9a585c644ce6633fcc8ed72bd92fa97581d2d948b04323ea",
                "md5": "fe7c7c401c58d0b004489caa3e32a785",
                "sha256": "7c4544a56cdf4595d3ac1f8a20af7e26eed96a60296612115ba9c9b27147e4ee"
            },
            "downloads": -1,
            "filename": "tiomagic-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fe7c7c401c58d0b004489caa3e32a785",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 45974,
            "upload_time": "2025-08-09T00:24:44",
            "upload_time_iso_8601": "2025-08-09T00:24:44.694382Z",
            "url": "https://files.pythonhosted.org/packages/c2/4e/5307445cea7e9a585c644ce6633fcc8ed72bd92fa97581d2d948b04323ea/tiomagic-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-09 00:24:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tiomagic"
}
        
Elapsed time: 1.29255s