Metadata-Version: 2.0
Name: couchutils
Version: 0.1.0
Summary: A collection of CouchDB utils.
Home-page: https://github.com/rwanyoike/couchutils
Author: Raymond Wanyoike
Author-email: raymond.wanyoike@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: simplejson
Requires-Dist: pathlib2; python_version == "2.7"

couchutils: Python CouchDB Utils
================================

.. image:: https://img.shields.io/travis/rwanyoike/couchutils.svg
   :target: https://travis-ci.org/rwanyoike/couchutils

.. image:: https://img.shields.io/codecov/c/gh/rwanyoike/couchutils.svg
   :target: https://codecov.io/gh/rwanyoike/couchutils

..

    A collection of CouchDB utils.

Installation
------------

To install couchutils, simply run:

.. code-block:: shell

    $ pip install -U couchutils


Version History
===============

0.1.0 (2018-xx-xx)
------------------

* First release on PyPI.


