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
Release files for robotframework-couchbaselibrary 2.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| robotframework-couchbaselibrary-2.0.2.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| robotframework_couchbaselibrary-2.0.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 13.3 kB
Release files / robotframework-couchbaselibrary-2.0.2.tar.gz
| Download URL | robotframework-couchbaselibrary-2.0.2.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0fb2009a728892fdb8962ce6e59fc6ec7736a1158f0b3bb3350730368a5bfdee
|
|
BLAKE2b-256 checksum How to use checksums |
13f6a1ecabd1f94e2ea68770f82f03abc9cd25056e1892929b0bf4f606fb71d7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / robotframework_couchbaselibrary-2.0.2-py2.py3-none-any.whl
| Download URL | robotframework_couchbaselibrary-2.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ce64908c46eab3dc871ca20b288413a932900f52cf61eb4ceb3a4f2b5957ff14
|
|
BLAKE2b-256 checksum How to use checksums |
7a2826c87b808fca41f0d74867ecc16afc85d9737b1af1154840971297e2aa2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|