{"id":15145408,"url":"https://github.com/peterservice-rnd/robotframework-couchbaselibrary","last_synced_at":"2025-09-29T14:30:24.359Z","repository":{"id":57462336,"uuid":"122473328","full_name":"peterservice-rnd/robotframework-couchbaselibrary","owner":"peterservice-rnd","description":"Robot Framework library to work with Couchbase","archived":true,"fork":false,"pushed_at":"2020-06-18T07:21:27.000Z","size":110,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-25T22:20:48.850Z","etag":null,"topics":["autotesting","couchbase","library","python","robotframework"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterservice-rnd.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-22T12:06:39.000Z","updated_at":"2022-12-27T08:18:28.000Z","dependencies_parsed_at":"2022-09-12T13:40:23.407Z","dependency_job_id":null,"html_url":"https://github.com/peterservice-rnd/robotframework-couchbaselibrary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterservice-rnd%2Frobotframework-couchbaselibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterservice-rnd%2Frobotframework-couchbaselibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterservice-rnd%2Frobotframework-couchbaselibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterservice-rnd%2Frobotframework-couchbaselibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterservice-rnd","download_url":"https://codeload.github.com/peterservice-rnd/robotframework-couchbaselibrary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234628493,"owners_count":18862953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autotesting","couchbase","library","python","robotframework"],"created_at":"2024-09-26T11:24:42.930Z","updated_at":"2025-09-29T14:30:24.062Z","avatar_url":"https://github.com/peterservice-rnd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Robot Framework Couchbase Library\n=================================\n\n|Build Status|\n\nShort Description\n-----------------\n\n`Robot Framework`_ library to work with Couchbase.\n\nInstallation\n------------\n\nBefore installing robotframework-couchbaselibrary, you should have the following to be installed:\n\n- Couchbase Server (http://couchbase.com/download)\n- libcouchbase_. version 2.8.0 or greater (Bundled in Windows installer)\n- libcouchbase development files.\n- Python development files\n- A C compiler.\n\nTo install the library from PyPI, use this command:\n\n::\n\n    pip install robotframework-couchbaselibrary\n\nDocumentation\n-------------\n\nSee keyword documentation for CouchbaseLibrary library on `GitHub`_.\n\nExample\n-------\n\n.. code:: robotframework\n\n    *** Settings ***\n    Library           CouchbaseLibrary\n    Test Setup        Connect To Couchbase\n    Test Teardown     Close All Couchbase Bucket Connections\n\n    *** Test Cases ***\n    View Document In Bucket\n        Switch Couchbase Bucket Connection    bucket1\n        View Document By Key    key=1C1#000\n        Switch Couchbase Connection     bucket2\n        View Document By Key    key=1C1#000\n\n    *** Keywords ***\n    Connect To Couchbase\n        Connect To Couchbase Bucket    my_host_name    8091    bucket_name    password    alias=bucket1\n        Connect To Couchbase Bucket    my_host_name    8091    bucket_name    password    alias=bucket2\n\nLicense\n-------\n\nApache License 2.0\n\n.. _Robot Framework: http://www.robotframework.org\n.. _libcouchbase: http://developer.couchbase.com/documentation/server/4.5/sdk/c/start-using-sdk.html\n.. _GitHub: https://github.com/peterservice-rnd/robotframework-cassandracqllibrary/tree/master/docs\n\n.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-couchbaselibrary.svg?branch=master\n   :target: https://travis-ci.org/peterservice-rnd/robotframework-couchbaselibrary","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterservice-rnd%2Frobotframework-couchbaselibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterservice-rnd%2Frobotframework-couchbaselibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterservice-rnd%2Frobotframework-couchbaselibrary/lists"}