From 8238e53527d1a6c7bbe8f2cd9e8b5c99a16eb796 Mon Sep 17 00:00:00 2001 From: "lykos@d125a37d89b1cfac20829f12911656c40cb70018" Date: Tue, 31 Jul 2018 13:41:28 +0000 Subject: [PATCH] Add note regarding python lib --- doc/special_remotes/external.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/special_remotes/external.mdwn b/doc/special_remotes/external.mdwn index 010f2a17bf..63a7b929b8 100644 --- a/doc/special_remotes/external.mdwn +++ b/doc/special_remotes/external.mdwn @@ -28,4 +28,6 @@ Here's a simple shell script example, which can easily be adapted to run whatever commands you need. Or better, re-written in some better language of your choice. +For Python, there is a [library](https://github.com/Lykos153/AnnexRemote) that takes care of all the protocol details. + [[!inline pages="special_remotes/external/example.sh" feeds=no]]