Metadata-Version: 2.1
Name: airflow-provider-couchbase
Version: 1.0.0
Summary: provide couchbase access through airflow.
Home-page: https://github.com/aymen-ayadi/airflow-provider-couchbase
Description-Content-Type: text/markdown
License-File: LICENSE

Package ``apache-airflow-providers-couchbase``

Release: ``1.0.0``

# [couchbase](https://couchbase.com)



Provider package
----------------

This is a provider package for ``couchbase`` provider. All classes for this provider package
are in ``airflow.providers.couchbase`` python package.


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

You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
for the minimum Airflow version supported) via
``pip install apache-airflow-providers-couchbase``

The package supports the following python versions: ``>=3.7``

Requirements
------------

| PIP package    | Version required |
|----------------|------------------|
| apache-airflow | >=2.3.0          |
| couchbase      | >=4.0.0          |

Changelog
---------

``1.0.0``

Initial version of the provider.

