First commit

Project created using poetry and some code is written
This commit is contained in:
2025-06-14 16:14:28 +02:00
commit 96e86d5c76
7 changed files with 221 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
Unisync is a data synchronisation tool written in python and based on [unison](https://github.com/bcpierce00/unison).
The goal is to be able to keep data synchronised between multiple computers without needing to have all the data kept locally while at the same time being able to access everything.
The development just started so the documentation will be written later.