Skip to main content

A simple wrapper around the Communardo Metadata REST API.

Project description

Build Status PyPI version

Communardo Metadata Python Library

This is a simple wrapper around the REST API which the Communardo Metadata plugin for Confluence provides.

Installation

Install from pypi use: ~~ pip install communardo-metadata ~~

Usage

from communardo.metadata.client import MetadataClient
with MetadataClient("https://server:port/contextpath", ("user", "pass")) as client:
    metadata_results = client.search(cql="ID=1")

Development and Deployment

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

Supported by

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