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.2.tar.gz (4.5 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloudant-0.1.2.tar.gz
Algorithm Hash digest
SHA256 739124ab954a09edcdc73e334c1ff58024af46779492b5145122bfd15cd947c9
MD5 62031e7b8900116e403adca644ee8f51
BLAKE2b-256 6b5d00d22528274d96c754c4c2145cdef087a3447decb2be8e17d835ea2d58d6

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