File: getting_started.rst

package info (click to toggle)
python-oldmemo 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 316 kB
  • sloc: python: 1,458; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
Getting Started
===============

No further preparation is required to get started with this backend. Create an instance of :class:`~oldmemo.oldmemo.Oldmemo` and pass it to `python-omemo <https://github.com/Syndace/python-omemo>`__ to equip it with ``eu.siacs.conversations.axolotl`` capabilities.

Users of ElementTree can use the helpers in :ref:`etree` for their XML serialization/parsing, which is available after installing `xmlschema <https://pypi.org/project/xmlschema/>`_, or by using ``pip install oldmemo[xml]``. Users of a different XML framework can use the module as a reference to write their own serialization/parsing.