I'm looking for an open source, pure Python library that supports the SyncML protocol, at least enough to implement a SyncML client.
Looking for a pure Python library for the SyncML protocol
1.7k views Asked by Frank Niessink At
3
There are 3 answers
1
On
I don't know of any pure Python implementations, but there are python bindings for C libraries:
- pysyncml (google for it, can only post 1 link) and
- a ctypes-based wrapper that's used by the conduit project.
1
On
I can across an implementation of syncml used by the ERP5 project It is used to sync with mobile devices link text
There's https://sourceforge.net/projects/pysyncml/: "The pysyncml library is a pure-python implementation of the SyncML adapter framework and protocol." Haven't tried it yet.