Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: Python 1.0
Community Wiki and Resources
Download Client Library
Python Client Library
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
1.3 Try it Out!
Chapter Sections
Chapters

1.3.1. Setup

Once the Couchbase Python Client Library has been installed, it's easy to get started. Create a new Python file and add your import statements.

#!/usr/bin/env python

from couchbase.client import Couchbase