This package browser is in early development. Mind the rough edges.

python-annexremote

Helper module to easily develop git-annex special remotes

This package provides a helper module to develop special remotes for git-annex. AnnexRemote implements the line-based external special remote protocol of git-annex, while leaving the behavior of the remote up to the user.

Installation

Install the latest version of python-annexremote as follows:

guix install python-annexremote

Or install a particular version:

guix install python-annexremote@1.6.6

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-annexremote about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-annexremote'><img src='https://packages.guix.gnu.org/packages/python-annexremote/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-annexremote/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-annexremote)

Example Org:

[[https://packages.guix.gnu.org/packages/python-annexremote][https://packages.guix.gnu.org/packages/python-annexremote/badges/latest-version.svg]]