Skip to main content

A simple wrapper around the Confluence REST API.

Project description

Build Status

Comala Workflow Python Library

This is a simple wrapper around the REST API which the Confluence provides.

Installation

pip install confluence-rest-library

Usage

from confluence.client import Confluence
with Confluence('https://site:8080/confluence', ('user', 'pass')) as c:
    pages = c.search('ID=1')

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-rest-library-0.4.5.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

confluence_rest_library-0.4.5-py2.py3-none-any.whl (11.3 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