wirecurly package

Submodules

wirecurly.exc module

exception wirecurly.exc.ExceptionBase[source]

Bases: exceptions.BaseException

A base exception

exception wirecurly.exc.NoSuchApplication[source]

Bases: wirecurly.exc.ExceptionBase

We are adding something that is not an application

wirecurly.serialize module

This module will provide XML serialization methods

class wirecurly.serialize.XMLFileFactory(data, filepath, include=False)[source]

Bases: wirecurly.serialize.XMLFactory

Object that will serialize XML to a specific file.

Parameters:
  • data (object) – The object to serialize.
  • filepath (str) – The absolute file path and name to serialize to.
  • include (bool) – If the include parameter is True, then an <include/> tag will be the parent node of the structure to serialize.
convert()[source]

Generate XML and save it to filepath

Raises :OSError

Module contents

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.