{"id":41384187,"url":"https://github.com/wavy-cat/wavy-totem-lib","last_synced_at":"2026-01-23T11:23:14.813Z","repository":{"id":221405841,"uuid":"754200187","full_name":"wavy-cat/wavy-totem-lib","owner":"wavy-cat","description":"Library to generate totems of undying for Minecraft","archived":false,"fork":false,"pushed_at":"2025-12-11T13:26:19.000Z","size":441,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-12T16:43:26.882Z","etag":null,"topics":["minecraft","minecraft-texturepack","minecraft-tools","minecraft-totem","python","python-library"],"latest_commit_sha":null,"homepage":"https://totemlib.wavycat.me","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavy-cat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-07T15:41:12.000Z","updated_at":"2025-12-11T13:26:22.000Z","dependencies_parsed_at":"2024-02-07T20:26:25.386Z","dependency_job_id":"404782dc-2b0c-44f0-bec7-00590a9c3f3a","html_url":"https://github.com/wavy-cat/wavy-totem-lib","commit_stats":null,"previous_names":["wavy-cat/wavy-totem-lib"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/wavy-cat/wavy-totem-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fwavy-totem-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fwavy-totem-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fwavy-totem-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fwavy-totem-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavy-cat","download_url":"https://codeload.github.com/wavy-cat/wavy-totem-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fwavy-totem-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28689525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","minecraft-texturepack","minecraft-tools","minecraft-totem","python","python-library"],"created_at":"2026-01-23T11:23:11.893Z","updated_at":"2026-01-23T11:23:14.801Z","avatar_url":"https://github.com/wavy-cat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TotemLib (aka wavy-totem-lib)\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wavy-totem-lib?style=for-the-badge\u0026logo=Python\u0026logoColor=white\u0026label=Version\u0026labelColor=1A222E\u0026color=242B36\u0026cacheSeconds=0)\n![GitHub License](https://img.shields.io/github/license/wavy-cat/wavy-totem-lib?style=for-the-badge\u0026labelColor=1A222E\u0026color=242B36)\n![GitHub repo size](https://img.shields.io/github/repo-size/wavy-cat/wavy-totem-lib?style=for-the-badge\u0026logo=github\u0026logoColor=white\u0026labelColor=1A222E\u0026color=242B36\u0026cacheSeconds=0)\n\nPython library to generate totems of undying for Minecraft.\n\n---\n\n## Features\n\n* Support 64x32 skins\n* Zoning 2 layers and rounding the head\n* Lossless scaling image size\n* Asynchrony support\n* Supports PyPy\n* Supports different patterns (styles)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/assets/notch_stt.png\" width=\"20%\"\u003e\n  \u003cimg src=\".github/assets/wavycat_wavy.png\" width=\"20%\"\u003e\n  \u003cimg src=\".github/assets/cyceku_wavy.png\" width=\"20%\"\u003e\n\u003c/p\u003e\n\n## Documentation\n\nThe documentation is available at https://totemlib.wavycat.me, as well as https://totemlib-docs.wavycat.workers.dev.\n\n## Installing\n\n#### Using uv\n\n```bash\nuv add wavy-totem-lib\n```\n\n#### Using Poetry\n\n```bash\npoetry add wavy-totem-lib\n```\n\n#### Using pip\n\n```bash\npip install wavy-totem-lib\n```\n\n## Quick start\n\n```python\nfrom wavy_totem_lib import TotemBuilder, Skin, Totem, TopLayer\n\nbuilder = TotemBuilder(\n    Skin('my_skin.png'),\n    top_layers=[TopLayer.HEAD],  # the second layer will be applied only to the head\n    round_head=True  # the head will be rounded at the corners\n)\n\ntotem: Totem = builder.build()\ntotem.image.save('totem.png')  # .image is Pillow image\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavy-cat%2Fwavy-totem-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavy-cat%2Fwavy-totem-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavy-cat%2Fwavy-totem-lib/lists"}