Metadata-Version: 2.1
Name: polygone
Version: 0.1.2
Summary: 
Author: nemo
Author-email: nemo@alt.icu
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: humanfriendly (>=10.0,<11.0)
Requires-Dist: pillow (>=9.5.0,<10.0.0)
Requires-Dist: sh (>=2.0.3,<3.0.0)
Requires-Dist: typer[rich] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# polygone

polyglot png file embedding

inspired by and based on <https://github.com/DavidBuchanan314/tweetable-polyglot-png>

## example

pack an mp3 within a zip file into a PNG image:
```sh
polygone pack -z ./test/funkwiki.png ./test/virtuabones_smoove.mp3 ./test/out/poly_funk_1.png
```

show the embedded file:
```sh
7z l ./test/out/poly_funk_1.png
```

