Skip to main content

A simple wrapper around the Confluence archiving plugin by Midoris REST API.

Project description

Build Status PyPI version

Confluence Archiving Python Library

This is a simple wrapper around the REST API which the Confluence Archiving plugin from midori provides.

You can see the documentation on that API here

Installation

pip install confluence-archiving

Usage

from midori.archiving.client import ArchivingClient
with ArchivingClient('http://localhost:8080/confluence', ('user', 'pass')) as client:
    content_status = client.get_page_content_status(1000)

Development and Deployment

See the Contribution guidelines for this project for details on how to make changes to this library.

Testing Locally

For now there are only some basic unit tests included. These can be run using

python setup.py test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

confluence-archiving-0.2.8.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

confluence_archiving-0.2.8-py2.py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page