Metadata-Version: 2.3
Name: bornhack_sl400
Version: 0.0.2
Summary: Convert the BornHack phonebook to vCard for the Gigaset SL400
Project-URL: Homepage, https://codeberg.org/eloy/bornhack_sl400/
Project-URL: Issues, https://codeberg.org/eloy/bornhack_sl400/issues
Author-email: Eloy <mail@eloydegen.com>
License-File: LICENSE
Requires-Python: >=3.7
Requires-Dist: quicksync4linux
Requires-Dist: requests
Requires-Dist: vobject
Description-Content-Type: text/markdown

# SL400 BornHack 2024 phonebook converter
Convert the BornHack 2024 phonebook JSON to vCard for the Gigaset SL400 DECT handset. It probably also works with the handsets that have been tested with QuickSync4Linux and other Gigaset handsets that have USB.

## Dependencies
* requests
* vobject
* QuickSync4Linux

## Install 
```
pip3 install bornhack_sl400
```
It writes to the `stdout`, which can be used as `stdin` for `QuickSync4Linux`. 

## Run
```
bornhack_sl400 | quicksync createcontacts --file - 
```
