Metadata-Version: 1.2
Name: communardo-metadata
Version: 0.4.0
Summary: A simple wrapper around the Communardo Metadata REST API.
Home-page: https://github.com/DaveTCode/communardo-metadata-python-lib
Author: David Tyler
Author-email: davet.code@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
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: ~\ :sub:`~` pip install communardo-metadata
        ~\ :sub:`~`
        
        Usage
        -----
        
        .. code:: python
        
            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 <CONTRIBUTING.md>`__
        for details on how to make changes to this library.
        
        .. |Build Status| image:: https://travis-ci.org/DaveTCode/communardo-metadata-python-lib.svg?branch=master
           :target: https://travis-ci.org/DaveTCode/communardo-metadata-python-lib
        .. |PyPI version| image:: https://badge.fury.io/py/communardo-metadata.svg
           :target: https://badge.fury.io/py/communardo-metadata
        
Keywords: communardo,metadata
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4
