Skip to main content

Python library to use the CloudAnt API

Project description

Python library to use the CloudAnt API

This library provides CRUD operations on Cloudant databases and documents.

Example Usage

from cloudant.client import Client, Database

client = Client(’https://testing.cloudant.com, username=’testing’, password=’testing’) databases = client.get_all_databases()

database = Database(‘test_db’, client)

docs = database.get_all_documents()

doc = database.create_document(name=’Route1’, address={‘street’: ‘1923 South Street’, ‘city’:’Omaha’, ‘state’: ‘NE’})

database.delete_document(doc.id, doc.rev)

The goal is to eventually implement the entire Cloudant API.

The reference API version for this library is 1.0.2.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudant-0.1.1.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file cloudant-0.1.1.tar.gz.

File metadata

  • Download URL: cloudant-0.1.1.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloudant-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d3c1221c11c6d23c1384942badf1db86f402c1c97105426aa8a68e6284dc4ae1
MD5 33706ee8cfcb157d20f4e7d24239b64c
BLAKE2b-256 4caf6e5d5d385772e754139d9d42383c83603505dc429204c1902a4a0a47a00e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page