{ "info": { "author": "Couchbase, Inc.", "author_email": "info@couchbase.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "cbshell - interactive python shell for couchbase\n================================================\n\nPrerequisites\n-------------\n\n* Python 2.6\n* pip\n\nInstallation\n------------\n\npip install cbshell\n\nRunning\n-------\n\n $ ./cbshell -h\n Usage: cbshell [options] couchbase-address\n \n Interactive python shell for Couchbase.\n \n A couchbase-address is a couchbase cluster REST address:\n HOST[:PORT][/BUCKET]\n\n Examples:\n cbshell localhost\n cbshell 10.3.121.192\n cbshell 10.3.121.192:8091\n cbshell 10.3.121.192:8091/default\n cbshell 10.3.121.192/default\n cbshell localhost/default\n cbshell localhost/my-bucket -u Administrator -p password\n \n Options:\n -h, --help show this help message and exit\n -u USERNAME, --username=USERNAME\n REST username for cluster or server node\n -p PASSWORD, --password=PASSWORD\n REST password for cluster or server node\n\nUsing\n-----\n\n $ ./cbshell 10.3.121.192 -u Administrator -p couchbaseR0ck$\n connecting to couchbase: 10.3.121.192:8091\n connected.\n cb = couchbase '10.3.121.192:8091'\n bucket = cb['default']\n b = cb['default']\n \n type \"help()\" for help\n >>>\n >>> b['user-001'] = 'steve'\n >>> user = b['user-001']\n >>> print user\n\nGetting more help examples\n--------------------------\n\n >>> help()\n\nLicense\n-------\n\nApache 2.0 License", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.couchbase.com/", "keywords": "encoding,i18n,xml", "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "cbshell", "package_url": "https://pypi.org/project/cbshell/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cbshell/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.couchbase.com/" }, "release_url": "https://pypi.org/project/cbshell/0.1/", "requires_dist": null, "requires_python": null, "summary": "Interactive python shell for couchbase", "version": "0.1" }, "last_serial": 787274, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "08b525e96da24c152d243cf70d270356", "sha256": "7b5e24a8032dbcbf39331c2c84ccbd6d9bb189e72dbe84afb75b6a0bfd7dc9dd" }, "downloads": -1, "filename": "cbshell-0.1.tar.gz", "has_sig": false, "md5_digest": "08b525e96da24c152d243cf70d270356", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7209, "upload_time": "2012-08-01T00:29:52", "url": "https://files.pythonhosted.org/packages/8a/16/c8eb0a802646b9937dbe6bc94afbd7a03420405965be544cdf26035e5052/cbshell-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08b525e96da24c152d243cf70d270356", "sha256": "7b5e24a8032dbcbf39331c2c84ccbd6d9bb189e72dbe84afb75b6a0bfd7dc9dd" }, "downloads": -1, "filename": "cbshell-0.1.tar.gz", "has_sig": false, "md5_digest": "08b525e96da24c152d243cf70d270356", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7209, "upload_time": "2012-08-01T00:29:52", "url": "https://files.pythonhosted.org/packages/8a/16/c8eb0a802646b9937dbe6bc94afbd7a03420405965be544cdf26035e5052/cbshell-0.1.tar.gz" } ] }