File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55` keynote-parser ` is a Python module for unpacking and re-packing
66[ Apple Keynote] ( https://www.apple.com/keynote/ ) ` .key ` files. It supports Keynote
7- files generated by Keynote version 13.1 (current as of June 2023 ).
7+ files generated by Keynote version 14.4 (current as of April 2025 ).
88
99Keynote uses a proprietary, compressed binary format to store its presentations.
1010This format is comprised of a zip file containing images and videos, as well as
@@ -24,7 +24,7 @@ in Keynote files in response to external scripts.
2424## Installation
2525
2626``` bash
27- pip3 install keynote-parser
27+ uv pip install keynote-parser
2828```
2929
3030## Usage
@@ -130,7 +130,7 @@ A copy of O'Brien's format documentation is included in the `docs` folder for po
130130All code in this repository is licensed under the MIT License.
131131
132132```
133- Copyright 2019-2023 Peter Sobot
133+ Copyright 2019-2025 Peter Sobot
134134
135135Permission is hereby granted, free of charge, to any person obtaining a copy of this software
136136and associated documentation files (the "Software"), to deal in the Software without restriction,
You can’t perform that action at this time.
0 commit comments