Skip to main content

Archivy extension to integrate your knowledge base as a syncable git repository with version control.

Project description

archivy-git allows users to use version control with their Archivy instance.

It is an official extension developed by archivy

Install

You need to have archivy already installed.

Run pip install archivy_git.

Usage

$ archivy git --help
Usage: archivy git [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  pull   Pulls changes from remote to local repository.
  push   Pushes local changes to the remote.
  setup  Creates and sets up git repository.

Use the setup command to create and configure a new, empty git repository. If you connect your repo to a private GitHub repository, keep in mind you can no longer login with your username / password and you need to create a personal access token.

You can also just clone an existing repository, in which case you don't need to run setup

Then you can periodically pull/push through the command line. The plugin is not yet compatible with the web interface.

However, it can also be useful to automatically push changes when you make an edit or create a new note / bookmark. To do this, you'll need to configure a Hook.

These are events that Archivy exposes and that you can configure.

To do so, run archivy hooks to edit the file and create it if it doesn't exist.

We can use the sync_dataobj archivy-git method to sync changes when they are made.

Example:

from archivy.config import BaseHooks
class Hooks(BaseHooks):
	
	def on_edit(self, dataobj):
		from archivy_git import sync_dataobj	
		sync_dataobj(dataobj) # syncs / pushes changes

	def on_dataobj_create(self, dataobj):
		# the same for creation
		from archivy_git import sync_dataobj	
		sync_dataobj(dataobj)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

archivy_git-0.1.4.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

archivy_git-0.1.4-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file archivy_git-0.1.4.tar.gz.

File metadata

  • Download URL: archivy_git-0.1.4.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.9

File hashes

Hashes for archivy_git-0.1.4.tar.gz
Algorithm Hash digest
SHA256 07c8a3fc6595aba992a103bdf903a4175902ce71ed714dbc2dcfe5e0887557d9
MD5 c7b3abbd1d02b7368b92fa0c86223670
BLAKE2b-256 8affc3ee3b667dbe796511a7bd1c6067da3333cabf2388dfecbd7ac9674b79d9

See more details on using hashes here.

File details

Details for the file archivy_git-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: archivy_git-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.9

File hashes

Hashes for archivy_git-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 fdf81284847aba155f9d8ff1901d4ed6a55515836278ca414b6a4e84882a9e84
MD5 1c217af67efae5f238b9104fc88b16f2
BLAKE2b-256 b673b791b8422851ea26a333bb7b7f3323d2a1bcccfa99c9b226e46f06daf4d5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page