keepass-dropbox-sync
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: regislon
- License: other
- Language: Python
- Default Branch: main
- Size: 20.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
- Releases: 0
Created about 4 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
Citation
readme.md
Introduction
If like me you are using keepass with dropbox to use one DB across multiple devices, this tool is designed to get the conflict entries back to the main DB.
When many users use keepass in the save time (or if one user forget to close it), conflict can arise and dropbox create a side db. This tool has been developed to merge the duplicate item to the main DB.
Installation instructions
- rename secrets_template.toml into secrets.toml and set your password
- define folder and main db paths into settings.toml
- Add external packages :
pip install -r requirements.txt
Usage
Just run main.py
Owner
- Name: Régis Longchamp
- Login: regislon
- Kind: user
- Location: Lausanne
- Company: EPFL
- Website: https://www.linkedin.com/in/longchampregis/
- Repositories: 15
- Profile: https://github.com/regislon
Citation (CITATION.cff)
cff-version: 1.2.0
message: "keepass-dropboy-sync"
authors:
- family-names: "Longchamp"
given-names: "Régis"
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "My Research Software"
version: 2.0.4
doi: 10.5281/zenodo.1234
date-released: 2017-12-18
url: "https://github.com/github/linguist"
preferred-citation:
type: article
authors:
- family-names: "Lisa"
given-names: "Mona"
orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Bot"
given-names: "Hew"
orcid: "https://orcid.org/0000-0000-0000-0000"
doi: "10.0000/00000"
journal: "Journal Title"
month: 9
start: 1 # First page number
end: 10 # Last page number
title: "My awesome research software"
issue: 1
volume: 1
year: 2021
GitHub Events
Total
Last Year
Dependencies
requirements.txt
pypi
- argon2-cffi ==21.3.0
- argon2-cffi-bindings ==21.2.0
- cffi ==1.15.0
- construct ==2.10.54
- dynaconf ==3.1.8
- future ==0.18.2
- lxml ==4.8.0
- pycparser ==2.21
- pycryptodomex ==3.14.1
- pykeepass ==4.0.1
- python-dateutil ==2.8.2
- six ==1.16.0
setup.py
pypi
- dynaconf *
.github/workflows/pylint.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite