From 5a76a511db313b40b50362ae9665d4f71efc2f7a Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 21 Sep 2021 20:13:20 -0700 Subject: [PATCH] Test pre-commit hook --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ffcdca3..b2a40e61 100644 --- a/README.md +++ b/README.md @@ -3831,4 +3831,6 @@ For additional details about how osxphotos is implemented or if you would like t ## Acknowledgements This project was originally inspired by [photo-export](https://github.com/patrikhson/photo-export) by Patrick Fältström, Copyright (c) 2015 Patrik Fältström paf@frobbit.se +ZZZ + I use [py-applescript](https://github.com/rdhyee/py-applescript) by "Raymond Yee / rdhyee" to interact with Photos. Rather than import this package, I included the entire package (which is published as public domain code) in a private package to prevent ambiguity with other applescript packages on PyPi. py-applescript uses a native bridge via PyObjC and is very fast compared to the other osascript based packages.