Skip to content
Joseph Walton edited this page Aug 3, 2012 · 2 revisions

An AtomPub client library

Introduction

The atompubbase library is a Python client library for
AtomPub services. Along with the library comes a command line
tools for interacting with AtomPub services call apexer that is built on top of atompubbase. There is an an introduction to how to use apexer.

Documentation

The documentation for the library is found in these two pydoc files:

Look at the live_test.py script for a simple example of how to use the library, or the source to apexer for a more detailed look.

Installation

Follow the installation instructions for apexer to install the atompubbase library.

Clone this wiki locally