Skip to main content

Quickbase API Python Wrapper

Project description

pyqb

A python library for the Quickbase API. For more information about the Quickbase API, please see http://www.quickbase.com/api-guide/index.html

Requirements

  • python 2.6+

  • xmltodict

  • requests

Installation

$ pip install pyqb

Usage

Create the client

import pyqb
# def Client(username=None, password=None, url="http://www.quickbase.com", database=None):
qbc = pyqb.Client(username='myusername', password='mypassword')

DoQuery

# doquery(query=None, qid=None, qname=None, database=None, fields=None, fmt=False, rids=False):
qbc.doquery(qid=64)
qbc.doquery(query='{"6".EX."myval"}', database='asdfasdf')
qbc.doquery(qid=64, fields=["3", "4"], fmt=True, rids=False)

EditRecord

# editrecord(rid=None, database=None, fields=None, update_id=None)
f = { "6": "newvalue" }
res = qbc.editrecord(rid='18081', database='asdfasdf', fields=f)

AddRecord

# def addrecord(database=None, fields=None)
f = { "hostname": "myhost", "7": "1.2.3.4" }
res = qbc.addrecord(database='asdfasdf', fields=f)

API Support

  • DoQuery

  • EditRecod

  • GetNumRecords

  • AddField

Authors

Steven Hajducko (steven_hajducko@intuit.com)

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

pyqb-0.2.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyqb-0.2.1-py2-none-any.whl (3.9 kB view details)

Uploaded Python 2

File details

Details for the file pyqb-0.2.1.tar.gz.

File metadata

  • Download URL: pyqb-0.2.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyqb-0.2.1.tar.gz
Algorithm Hash digest
SHA256 3c94cf3d9e9cfc30beb9b3c44ea1fa92cd5d4cbbd210a0685579c21d66f25617
MD5 e5998b94606d2760871bc9d4cb81acb9
BLAKE2b-256 629bffb34cb72823b5bb2773f64d61d951ec5599452c7fa8249af91864ec670d

See more details on using hashes here.

File details

Details for the file pyqb-0.2.1-py2-none-any.whl.

File metadata

  • Download URL: pyqb-0.2.1-py2-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyqb-0.2.1-py2-none-any.whl
Algorithm Hash digest
SHA256 408d096d18fa65721c369c5b405ad3b2ec924b31324fb69d5c66b029e9e0d701
MD5 e1fc63dfa9e0a7c5a22ae7d47e693125
BLAKE2b-256 8b9c54dc582068f41cb02f6864946e39008fc3c0d9993affb7aaec06e2f37fdd

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