From 283f049780b0681acb112165d88ea2a7aeb794d0 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 21 Sep 2021 20:12:42 -0700 Subject: [PATCH] Test pre-commit hook --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 20712fad..4ffcdca3 100644 --- a/README.md +++ b/README.md @@ -3831,5 +3831,4 @@ 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 - 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.