Looking for a pure Python library for the SyncML protocol

1.7k views Asked by At

I'm looking for an open source, pure Python library that supports the SyncML protocol, at least enough to implement a SyncML client.

3

There are 3 answers

0
Frank Niessink On BEST ANSWER

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.

1
Martin Blech 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
AudioBubble On

I can across an implementation of syncml used by the ERP5 project It is used to sync with mobile devices link text