Metadata-Version: 2.1
Name: dragonfly-sync-lib
Version: 1.0.0
Summary: A library that facilitates transporting data around.
Home-page: https://github.com/flowef/dragonfly-sync-lib
Author: Stephan Chang
Author-email: stephan.chang@flowef.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# :dragon_face: Dragonfly - A Python Data Translation Library

A library that facilitates data translation.

## Changelog

### v1.0.0

- Added unit tests
- New Sync API, which uses context managers within Sync
- Overall improvements to code readability

### v0.2.0

- Added "delete_flag" configuration parameter to flexibilize deletion detection in DefaultDataWriter
- Added method hints


