hold-splitter


Namehold-splitter JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
Summaryクライミングウォールの平面を可視化するツール
upload_time2024-08-14 09:49:44
maintainerNone
docs_urlNone
authorMaki
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
<img src="https://huggingface.co/datasets/MakiAi/IconAssets/resolve/main/HoldSplitter.png" width="100%">
<br>
<h1 align="center">HoldSplitter</h1>
<h2 align="center">
  ~ Unmasking the Wall: Hold by Hold ~
<br>
  <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/hold-splitter">
<img alt="PyPI - Format" src="https://img.shields.io/pypi/format/hold-splitter">
<img alt="PyPI - Implementation" src="https://img.shields.io/pypi/implementation/hold-splitter">
<img alt="PyPI - Status" src="https://img.shields.io/pypi/status/hold-splitter">
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dd/hold-splitter">
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/hold-splitter">
<a href="https://github.com/Sunwood-ai-labs/HoldSplitter" title="Go to GitHub repo"><img src="https://img.shields.io/static/v1?label=HoldSplitter&message=Sunwood-ai-labs&color=blue&logo=github"></a>
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/Sunwood-ai-labs/HoldSplitter">
<a href="https://github.com/Sunwood-ai-labs/HoldSplitter"><img alt="forks - Sunwood-ai-labs" src="https://img.shields.io/github/forks/HoldSplitter/Sunwood-ai-labs?style=social"></a>
<a href="https://github.com/Sunwood-ai-labs/HoldSplitter"><img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/Sunwood-ai-labs/HoldSplitter"></a>
<a href="https://github.com/Sunwood-ai-labs/HoldSplitter"><img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/Sunwood-ai-labs/HoldSplitter"></a>
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/Sunwood-ai-labs/HoldSplitter?color=red">
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/Sunwood-ai-labs/HoldSplitter?sort=semver&color=orange">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/Sunwood-ai-labs/HoldSplitter/publish-to-pypi.yml">
<br>
<p align="center">
  <a href="https://hamaruki.com/"><b>[🌐 Website]</b></a> •
  <a href="https://github.com/Sunwood-ai-labs"><b>[🐱 GitHub]</b></a>
  <a href="https://x.com/hAru_mAki_ch"><b>[🐦 Twitter]</b></a> •
  <a href="https://hamaruki.com/"><b>[🍀 Official Blog]</b></a>
</p>

   <br>

   <a href="https://github.com/Sunwood-ai-labs/HoldSplitter/blob/main/README.md"><img src="https://img.shields.io/badge/ドキュメント-日本語-white.svg" alt="JA doc"/></a>
   <a href="https://github.com/Sunwood-ai-labs/HoldSplitter/blob/main/docs/README.en.md"><img src="https://img.shields.io/badge/english-document-white.svg" alt="EN doc"></a>

</h2>

</p>

>[!IMPORTANT]
>このリポジトリのリリースノートやREADME、コミットメッセージの9割近くは[claude.ai](https://claude.ai/)や[ChatGPT4](https://chatgpt.com/)を活用した[AIRA](https://github.com/Sunwood-ai-labs/AIRA), [SourceSage](https://github.com/Sunwood-ai-labs/SourceSage), [Gaiah](https://github.com/Sunwood-ai-labs/Gaiah), [HarmonAI_II](https://github.com/Sunwood-ai-labs/HarmonAI_II)で生成しています。

HoldSplitterは、ボルダリング壁面の3Dモデルからホールドを分離し、クライミングルートの分析と理解を革新的に支援するPythonツールです。

## 🎥 Demo

※デモ動画は後日追加予定です。

## 🚀 Getting Started

HoldSplitterをインストールするには、以下のコマンドを実行してください:

```bash
pip install hold-splitter
```

使用例:

```python
from hold_splitter.main_script import run_blender_script

run_blender_script(fbx_path="path/to/your/model.fbx", offset=0.1, split_threshold=0.1)
```

## 📝 Features

- FBXファイルからのボルダリング壁面3Dモデルの読み込み
- 壁面とホールドの自動分離
- 分離されたホールドの個別オブジェクト化
- Blenderを利用した高度な3D処理
- Blenderファイル(.blend)形式での出力
- Unreal Engine 5 (UE5)などの3Dソフトウェアへの簡単なインポート
  
## 🛠 Requirements

- Python 3.10以上
- Blender 4.2以上

## 🤝 Contributing

プロジェクトへの貢献を歓迎します!バグレポート、機能リクエスト、プルリクエストなど、お気軽にご参加ください。

## 📄 License

このプロジェクトはMITライセンスで公開されています。

## 🙏 Acknowledgements

このプロジェクトは、以下の素晴らしいオープンソースプロジェクトに支えられています:

- Blender
- NumPy
- Open3D
- PyMeshLab
- Matplotlib
- Loguru
- tqdm

## 🔄 Updates

- **[v0.1.0](https://github.com/Sunwood-ai-labs/HoldSplitter/releases/tag/v0.1.0):** 初期リリース。FBXファイルからのホールド分離基本機能を実装。
- **[v0.1.1](https://github.com/Sunwood-ai-labs/HoldSplitter/releases/tag/v0.1.1):** Blenderスクリプトの改善。ホールド分離の精度向上。
- **[v0.2.0](https://github.com/Sunwood-ai-labs/HoldSplitter/releases/tag/v0.2.0):**  PyPI パッケージ名を "HoldSplitter" から "hold-splitter" に変更し、README を更新。 

## 🎮 UE5 Integration

HoldSplitterは、処理結果をBlenderファイル(.blend)形式で出力することで、Unreal Engine 5 (UE5)などの3Dソフトウェアやゲームエンジンへの簡単なインポートを可能にしています。この設計により以下の利点があります:

1. **直接インポート**: UE5を含む多くの3D制作ソフトウェアでBlenderファイルを直接インポートできます。

2. **データ保持**: 3Dモデルのジオメトリだけでなく、マテリアル、テクスチャ、階層構造なども保持されます。

3. **整理された構造**: 分離されたホールドは個別のコレクション内に整理され、UE5でインポート時に自動的に整理された状態で取り込めます。

4. **柔軟な編集**: 必要に応じて、後からBlenderで追加の編集や調整を行うことが容易です。

5. **ゲーム開発向け**: クライミングシミュレーターやVR体験の開発など、多様な応用シナリオをサポートします。

これにより、HoldSplitterは3Dモデル処理から実際のゲーム開発まで、シームレスなワークフローを提供します。


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hold-splitter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Maki",
    "author_email": "sunwood.ai.labs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d1/aa/e9d7396635c56fd7f73fb54e323fa6874c7453942aa91500f5c09acdf2fd/hold_splitter-0.3.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n<img src=\"https://huggingface.co/datasets/MakiAi/IconAssets/resolve/main/HoldSplitter.png\" width=\"100%\">\n<br>\n<h1 align=\"center\">HoldSplitter</h1>\n<h2 align=\"center\">\n  \uff5e Unmasking the Wall: Hold by Hold \uff5e\n<br>\n  <img alt=\"PyPI - Version\" src=\"https://img.shields.io/pypi/v/hold-splitter\">\n<img alt=\"PyPI - Format\" src=\"https://img.shields.io/pypi/format/hold-splitter\">\n<img alt=\"PyPI - Implementation\" src=\"https://img.shields.io/pypi/implementation/hold-splitter\">\n<img alt=\"PyPI - Status\" src=\"https://img.shields.io/pypi/status/hold-splitter\">\n<img alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dd/hold-splitter\">\n<img alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dw/hold-splitter\">\n<a href=\"https://github.com/Sunwood-ai-labs/HoldSplitter\" title=\"Go to GitHub repo\"><img src=\"https://img.shields.io/static/v1?label=HoldSplitter&message=Sunwood-ai-labs&color=blue&logo=github\"></a>\n<img alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/Sunwood-ai-labs/HoldSplitter\">\n<a href=\"https://github.com/Sunwood-ai-labs/HoldSplitter\"><img alt=\"forks - Sunwood-ai-labs\" src=\"https://img.shields.io/github/forks/HoldSplitter/Sunwood-ai-labs?style=social\"></a>\n<a href=\"https://github.com/Sunwood-ai-labs/HoldSplitter\"><img alt=\"GitHub Last Commit\" src=\"https://img.shields.io/github/last-commit/Sunwood-ai-labs/HoldSplitter\"></a>\n<a href=\"https://github.com/Sunwood-ai-labs/HoldSplitter\"><img alt=\"GitHub Top Language\" src=\"https://img.shields.io/github/languages/top/Sunwood-ai-labs/HoldSplitter\"></a>\n<img alt=\"GitHub Release\" src=\"https://img.shields.io/github/v/release/Sunwood-ai-labs/HoldSplitter?color=red\">\n<img alt=\"GitHub Tag\" src=\"https://img.shields.io/github/v/tag/Sunwood-ai-labs/HoldSplitter?sort=semver&color=orange\">\n<img alt=\"GitHub Actions Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/Sunwood-ai-labs/HoldSplitter/publish-to-pypi.yml\">\n<br>\n<p align=\"center\">\n  <a href=\"https://hamaruki.com/\"><b>[\ud83c\udf10 Website]</b></a> \u2022\n  <a href=\"https://github.com/Sunwood-ai-labs\"><b>[\ud83d\udc31 GitHub]</b></a>\n  <a href=\"https://x.com/hAru_mAki_ch\"><b>[\ud83d\udc26 Twitter]</b></a> \u2022\n  <a href=\"https://hamaruki.com/\"><b>[\ud83c\udf40 Official Blog]</b></a>\n</p>\n\n   <br>\n\n   <a href=\"https://github.com/Sunwood-ai-labs/HoldSplitter/blob/main/README.md\"><img src=\"https://img.shields.io/badge/\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8-\u65e5\u672c\u8a9e-white.svg\" alt=\"JA doc\"/></a>\n   <a href=\"https://github.com/Sunwood-ai-labs/HoldSplitter/blob/main/docs/README.en.md\"><img src=\"https://img.shields.io/badge/english-document-white.svg\" alt=\"EN doc\"></a>\n\n</h2>\n\n</p>\n\n>[!IMPORTANT]\n>\u3053\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30ea\u30ea\u30fc\u30b9\u30ce\u30fc\u30c8\u3084README\u3001\u30b3\u30df\u30c3\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u306e9\u5272\u8fd1\u304f\u306f[claude.ai](https://claude.ai/)\u3084[ChatGPT4](https://chatgpt.com/)\u3092\u6d3b\u7528\u3057\u305f[AIRA](https://github.com/Sunwood-ai-labs/AIRA), [SourceSage](https://github.com/Sunwood-ai-labs/SourceSage), [Gaiah](https://github.com/Sunwood-ai-labs/Gaiah), [HarmonAI_II](https://github.com/Sunwood-ai-labs/HarmonAI_II)\u3067\u751f\u6210\u3057\u3066\u3044\u307e\u3059\u3002\n\nHoldSplitter\u306f\u3001\u30dc\u30eb\u30c0\u30ea\u30f3\u30b0\u58c1\u9762\u306e3D\u30e2\u30c7\u30eb\u304b\u3089\u30db\u30fc\u30eb\u30c9\u3092\u5206\u96e2\u3057\u3001\u30af\u30e9\u30a4\u30df\u30f3\u30b0\u30eb\u30fc\u30c8\u306e\u5206\u6790\u3068\u7406\u89e3\u3092\u9769\u65b0\u7684\u306b\u652f\u63f4\u3059\u308bPython\u30c4\u30fc\u30eb\u3067\u3059\u3002\n\n## \ud83c\udfa5 Demo\n\n\u203b\u30c7\u30e2\u52d5\u753b\u306f\u5f8c\u65e5\u8ffd\u52a0\u4e88\u5b9a\u3067\u3059\u3002\n\n## \ud83d\ude80 Getting Started\n\nHoldSplitter\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u3001\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\uff1a\n\n```bash\npip install hold-splitter\n```\n\n\u4f7f\u7528\u4f8b\uff1a\n\n```python\nfrom hold_splitter.main_script import run_blender_script\n\nrun_blender_script(fbx_path=\"path/to/your/model.fbx\", offset=0.1, split_threshold=0.1)\n```\n\n## \ud83d\udcdd Features\n\n- FBX\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u306e\u30dc\u30eb\u30c0\u30ea\u30f3\u30b0\u58c1\u97623D\u30e2\u30c7\u30eb\u306e\u8aad\u307f\u8fbc\u307f\n- \u58c1\u9762\u3068\u30db\u30fc\u30eb\u30c9\u306e\u81ea\u52d5\u5206\u96e2\n- \u5206\u96e2\u3055\u308c\u305f\u30db\u30fc\u30eb\u30c9\u306e\u500b\u5225\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5316\n- Blender\u3092\u5229\u7528\u3057\u305f\u9ad8\u5ea6\u306a3D\u51e6\u7406\n- Blender\u30d5\u30a1\u30a4\u30eb(.blend)\u5f62\u5f0f\u3067\u306e\u51fa\u529b\n- Unreal Engine 5 (UE5)\u306a\u3069\u306e3D\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3078\u306e\u7c21\u5358\u306a\u30a4\u30f3\u30dd\u30fc\u30c8\n  \n## \ud83d\udee0 Requirements\n\n- Python 3.10\u4ee5\u4e0a\n- Blender 4.2\u4ee5\u4e0a\n\n## \ud83e\udd1d Contributing\n\n\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3078\u306e\u8ca2\u732e\u3092\u6b53\u8fce\u3057\u307e\u3059\uff01\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u3001\u6a5f\u80fd\u30ea\u30af\u30a8\u30b9\u30c8\u3001\u30d7\u30eb\u30ea\u30af\u30a8\u30b9\u30c8\u306a\u3069\u3001\u304a\u6c17\u8efd\u306b\u3054\u53c2\u52a0\u304f\u3060\u3055\u3044\u3002\n\n## \ud83d\udcc4 License\n\n\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306fMIT\u30e9\u30a4\u30bb\u30f3\u30b9\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u307e\u3059\u3002\n\n## \ud83d\ude4f Acknowledgements\n\n\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306f\u3001\u4ee5\u4e0b\u306e\u7d20\u6674\u3089\u3057\u3044\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u652f\u3048\u3089\u308c\u3066\u3044\u307e\u3059\uff1a\n\n- Blender\n- NumPy\n- Open3D\n- PyMeshLab\n- Matplotlib\n- Loguru\n- tqdm\n\n## \ud83d\udd04 Updates\n\n- **[v0.1.0](https://github.com/Sunwood-ai-labs/HoldSplitter/releases/tag/v0.1.0):** \u521d\u671f\u30ea\u30ea\u30fc\u30b9\u3002FBX\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u306e\u30db\u30fc\u30eb\u30c9\u5206\u96e2\u57fa\u672c\u6a5f\u80fd\u3092\u5b9f\u88c5\u3002\n- **[v0.1.1](https://github.com/Sunwood-ai-labs/HoldSplitter/releases/tag/v0.1.1):** Blender\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u6539\u5584\u3002\u30db\u30fc\u30eb\u30c9\u5206\u96e2\u306e\u7cbe\u5ea6\u5411\u4e0a\u3002\n- **[v0.2.0](https://github.com/Sunwood-ai-labs/HoldSplitter/releases/tag/v0.2.0):**  PyPI \u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u3092 \"HoldSplitter\" \u304b\u3089 \"hold-splitter\" \u306b\u5909\u66f4\u3057\u3001README \u3092\u66f4\u65b0\u3002 \n\n## \ud83c\udfae UE5 Integration\n\nHoldSplitter\u306f\u3001\u51e6\u7406\u7d50\u679c\u3092Blender\u30d5\u30a1\u30a4\u30eb(.blend)\u5f62\u5f0f\u3067\u51fa\u529b\u3059\u308b\u3053\u3068\u3067\u3001Unreal Engine 5 (UE5)\u306a\u3069\u306e3D\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3084\u30b2\u30fc\u30e0\u30a8\u30f3\u30b8\u30f3\u3078\u306e\u7c21\u5358\u306a\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u53ef\u80fd\u306b\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u8a2d\u8a08\u306b\u3088\u308a\u4ee5\u4e0b\u306e\u5229\u70b9\u304c\u3042\u308a\u307e\u3059\uff1a\n\n1. **\u76f4\u63a5\u30a4\u30f3\u30dd\u30fc\u30c8**: UE5\u3092\u542b\u3080\u591a\u304f\u306e3D\u5236\u4f5c\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3067Blender\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u3059\u3002\n\n2. **\u30c7\u30fc\u30bf\u4fdd\u6301**: 3D\u30e2\u30c7\u30eb\u306e\u30b8\u30aa\u30e1\u30c8\u30ea\u3060\u3051\u3067\u306a\u304f\u3001\u30de\u30c6\u30ea\u30a2\u30eb\u3001\u30c6\u30af\u30b9\u30c1\u30e3\u3001\u968e\u5c64\u69cb\u9020\u306a\u3069\u3082\u4fdd\u6301\u3055\u308c\u307e\u3059\u3002\n\n3. **\u6574\u7406\u3055\u308c\u305f\u69cb\u9020**: \u5206\u96e2\u3055\u308c\u305f\u30db\u30fc\u30eb\u30c9\u306f\u500b\u5225\u306e\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u5185\u306b\u6574\u7406\u3055\u308c\u3001UE5\u3067\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u81ea\u52d5\u7684\u306b\u6574\u7406\u3055\u308c\u305f\u72b6\u614b\u3067\u53d6\u308a\u8fbc\u3081\u307e\u3059\u3002\n\n4. **\u67d4\u8edf\u306a\u7de8\u96c6**: \u5fc5\u8981\u306b\u5fdc\u3058\u3066\u3001\u5f8c\u304b\u3089Blender\u3067\u8ffd\u52a0\u306e\u7de8\u96c6\u3084\u8abf\u6574\u3092\u884c\u3046\u3053\u3068\u304c\u5bb9\u6613\u3067\u3059\u3002\n\n5. **\u30b2\u30fc\u30e0\u958b\u767a\u5411\u3051**: \u30af\u30e9\u30a4\u30df\u30f3\u30b0\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u30fc\u3084VR\u4f53\u9a13\u306e\u958b\u767a\u306a\u3069\u3001\u591a\u69d8\u306a\u5fdc\u7528\u30b7\u30ca\u30ea\u30aa\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002\n\n\u3053\u308c\u306b\u3088\u308a\u3001HoldSplitter\u306f3D\u30e2\u30c7\u30eb\u51e6\u7406\u304b\u3089\u5b9f\u969b\u306e\u30b2\u30fc\u30e0\u958b\u767a\u307e\u3067\u3001\u30b7\u30fc\u30e0\u30ec\u30b9\u306a\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\u30af\u30e9\u30a4\u30df\u30f3\u30b0\u30a6\u30a9\u30fc\u30eb\u306e\u5e73\u9762\u3092\u53ef\u8996\u5316\u3059\u308b\u30c4\u30fc\u30eb",
    "version": "0.3.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87e1d657c1aa728559d11fb7884b911a00e99713e377527fda42dad4c844d7cb",
                "md5": "08a288f8637afd8985f5a40c86049edb",
                "sha256": "8a273359227a1c55706bc929016f70bbb38d3746b317ba5dbe36a24a4c602f84"
            },
            "downloads": -1,
            "filename": "hold_splitter-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08a288f8637afd8985f5a40c86049edb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 13495,
            "upload_time": "2024-08-14T09:49:43",
            "upload_time_iso_8601": "2024-08-14T09:49:43.397933Z",
            "url": "https://files.pythonhosted.org/packages/87/e1/d657c1aa728559d11fb7884b911a00e99713e377527fda42dad4c844d7cb/hold_splitter-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1aae9d7396635c56fd7f73fb54e323fa6874c7453942aa91500f5c09acdf2fd",
                "md5": "44c798887569d9e913a09907820f5d41",
                "sha256": "245d90f44e85a2915f453e2af3d2f2939b6f9ccafebe0dc68d526982d932e997"
            },
            "downloads": -1,
            "filename": "hold_splitter-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "44c798887569d9e913a09907820f5d41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 11500,
            "upload_time": "2024-08-14T09:49:44",
            "upload_time_iso_8601": "2024-08-14T09:49:44.260309Z",
            "url": "https://files.pythonhosted.org/packages/d1/aa/e9d7396635c56fd7f73fb54e323fa6874c7453942aa91500f5c09acdf2fd/hold_splitter-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-14 09:49:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hold-splitter"
}
        
Elapsed time: 0.50535s