A Robot Framework library to work with Couchbase
Project description
Short Description
Robot Framework library to work with Couchbase.
Installation
Before installing robotframework-couchbaselibrary, you should have the following to be installed:
Couchbase Server (http://couchbase.com/download)
libcouchbase. version 2.8.0 or greater (Bundled in Windows installer)
libcouchbase development files.
Python development files
A C compiler.
To install the library from PyPI, use this command:
pip install robotframework-couchbaselibrary
Documentation
See keyword documentation for CouchbaseLibrary library on GitHub.
Example
*** Settings ***
Library CouchbaseLibrary
Test Setup Connect To Couchbase
Test Teardown Close All Couchbase Bucket Connections
*** Test Cases ***
View Document In Bucket
Switch Couchbase Bucket Connection bucket1
View Document By Key key=1C1#000
Switch Couchbase Connection bucket2
View Document By Key key=1C1#000
*** Keywords ***
Connect To Couchbase
Connect To Couchbase Bucket my_host_name 8091 bucket_name password alias=bucket1
Connect To Couchbase Bucket my_host_name 8091 bucket_name password alias=bucket2
License
Apache License 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file robotframework-couchbaselibrary-2.0.2.tar.gz
.
File metadata
- Download URL: robotframework-couchbaselibrary-2.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fb2009a728892fdb8962ce6e59fc6ec7736a1158f0b3bb3350730368a5bfdee |
|
MD5 | 854c56dbbd2baa43863f3b5b62e35ff2 |
|
BLAKE2b-256 | 13f6a1ecabd1f94e2ea68770f82f03abc9cd25056e1892929b0bf4f606fb71d7 |
File details
Details for the file robotframework_couchbaselibrary-2.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: robotframework_couchbaselibrary-2.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce64908c46eab3dc871ca20b288413a932900f52cf61eb4ceb3a4f2b5957ff14 |
|
MD5 | da2cee259e54ac5d6ae801366e7c8d86 |
|
BLAKE2b-256 | 7a2826c87b808fca41f0d74867ecc16afc85d9737b1af1154840971297e2aa2b |