Metadata-Version: 2.0
Name: pysyncgateway
Version: 0.1.3
Summary: Library for communication with Couchbase Sync Gateway
Home-page: https://github.com/constructpm/pysyncgateway
Author: Construct Technology Ltd
Author-email: info@construct.pm
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python
Requires-Dist: requests (>=2.18)
Requires-Dist: six (>=1.10)

.. image:: https://img.shields.io/circleci/project/github/constructpm/pysyncgateway/master.svg
    :alt: CircleCI
    :target: https://circleci.com/gh/constructpm/pysyncgateway/tree/master

.. image:: https://img.shields.io/github/license/constructpm/pysyncgateway.svg
    :alt: pysyncgateway is licensed under the Apache License 2.0
    :target: https://github.com/constructpm/pysyncgateway/blob/master/LICENSE

.. image:: https://img.shields.io/readthedocs/pip.svg
    :alt: Read the Docs
    :target: https://pysyncgateway.readthedocs.io/

pysyncgateway
=============

Basic object orientated library for communicating with `Couchbase Sync Gateway
<https://github.com/couchbase/sync_gateway/)>`_, primarily through the admin
port.

* `Documentation <https://pysyncgateway.readthedocs.io/>`_

* `Python package index (PyPI) <https://pypi.org/project/pysyncgateway/>`_

Tested against Python 2.7, Sync Gateway 1.5 community edition (walrus mode).


