Metadata-Version: 2.5
Name: prespyc
Version: 0.1.0
Summary: SWF parsing and resource extraction, in pure Python
Project-URL: Homepage, https://github.com/astariul/prespyc
Author: Astariul
License-Expression: LGPL-3.0-or-later
License-File: LICENSE
Keywords: flash,spritesheet,svg,swf,webp
Requires-Python: >=3.13
Requires-Dist: pillow>=11
Requires-Dist: resvg-py>=0.5
Requires-Dist: xxhash>=4.0.1
Description-Content-Type: text/markdown

<h1 align="center">prespyc</h1>

`prespyc` is a pure-Python SWF reader and resource extractor.

> [!NOTE]
> `prespyc` stands on the shoulder of giants : it's a direct port of
[ArakneSwf](https://github.com/Arakne/ArakneSwf).

`prespyc` parses `.swf`, renders sprites through an SVG engine, rasterizes them and writes WEBP atlas pages plus JSON files, directly readable in `PixiJS` for example.

---

To use it, feed [`skill/SKILL.md`](skill/SKILL.md) to your favorite AI.