https://github.com/baloise/yo-yo-maskr
Reversible anonymisation service for us all
https://github.com/baloise/yo-yo-maskr
Last synced: 3 months ago
JSON representation
Reversible anonymisation service for us all
- Host: GitHub
- URL: https://github.com/baloise/yo-yo-maskr
- Owner: baloise
- License: apache-2.0
- Created: 2024-10-28T10:37:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T18:43:08.000Z (over 1 year ago)
- Last Synced: 2025-10-26T01:20:01.501Z (8 months ago)
- Language: Python
- Size: 667 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yo-yo-maskᴙ
A reversible anonymisation service for us all
## Build status
[](https://github.com/baloise/yo-yo-maskr/actions/workflows/docker-publish.yml)
## Setup development environment
```
python3 -m pip install pipx
pipx install poetry
pipx ensurepath
make install
```
## Run
```
make run
```
## Trouble shooting
```
echo -n 'db' | gnome-keyring-daemon --unlock
```