communardo-metadata

A simple wrapper around the Communardo Metadata REST API.


Keywords
communardo, metadata
License
MIT
Install
pip install communardo-metadata==0.4.0

Documentation

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.