Metadata-Version: 2.1
Name: item-synchronizer
Version: 1.0.0
Summary: Synchronize items between two different sources
Home-page: https://github.com/bergercookie/item_synchronizer
License: MIT
Author: Nikos Koukis
Author-email: nickkouk@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bidict (>=0.21.4,<0.22.0)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Project-URL: Repository, https://github.com/bergercookie/item_synchronizer
Description-Content-Type: text/markdown

# Items Synchronizer

## Description

TODO Add a diagram to explain it.

Synchronize items from two different sources.

This library aims to offer an abstract and versatile way to _create_, _update_
and/or _delete_ items to keep two "sources" in bi-directional sync.

These "items" may range from Calendar entries, TODO task lists, or whatever else
you want as long as the user registers the appropriate functions/methods to
convert from one said item to another.

## Installation

Add it as a dependency to either your `requirements.txt` or to `pyproject.toml`

TODO - Add example

## Example Usage

Projects using this:

* [Taskwarrior <-> Google Calendar Bidirectonal Synchronisation](https://github.com/bergercookie/taskw_gcal_sync/blob/master/taskw_gcal_sync/TWGCalAggregator.py)

<!-- ## TODO Extra Configuration -->

