Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmstraub/gramps-web-sync
Development version of a Gramps addon to synchronize Gramps Web with Gramps Desktop
https://github.com/davidmstraub/gramps-web-sync
Last synced: 2 days ago
JSON representation
Development version of a Gramps addon to synchronize Gramps Web with Gramps Desktop
- Host: GitHub
- URL: https://github.com/davidmstraub/gramps-web-sync
- Owner: DavidMStraub
- License: gpl-3.0
- Created: 2021-08-03T06:53:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T20:52:22.000Z (9 months ago)
- Last Synced: 2024-06-11T19:35:04.203Z (5 months ago)
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gramps Web Sync Addon
A [Gramps](https://gramps-project.org/blog/) addon to synchronize [Gramps Web](https://www.grampsweb.org/) with Gramps Desktop.## Installation
The addon is part of the official Gramps addon repository, so can be installed [in the usual way](https://www.gramps-project.org/wiki/index.php/5.1_Addons#Installing_Addons_in_Gramps).Optional step:
- Install `keyring` (e.g. `sudo apt install python3-keyring` or `pip install keyring`) to allow storing the API password safely in your system's password manager
## Development installation
To install the development version, follow the instructions for [manual addon installation](https://www.gramps-project.org/wiki/index.php/5.1_Addons#Manually_installed_Addons):
- [Download the files](https://github.com/DavidMStraub/gramps-addon-webapisync/archive/refs/heads/main.zip)
- Unzip and save the contents to your [Gramps User Directory](https://www.gramps-project.org/wiki/index.php/Gramps_5.1_Wiki_Manual_-_User_Directory) in the `gramps51/plugins`
- Restart Gramps## Usage & details
See https://www.grampsweb.org/administration/sync/.
## Contribute
Contributions are highly welcome! Ideally, open an issue before working on a feature.