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.0.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.0-py2-none-any.whl (3.9 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for pyqb-0.2.0.tar.gz
Algorithm Hash digest
SHA256 211a586b1bdbb45e9c7d0cd8baf596a2087e908168bf6b15d824491e91f946e9
MD5 cd4c811e15521c8db116f81c541ba090
BLAKE2b-256 cf66039a054d59e718d6d17245d97ce382ff7d3f9c1a341b89c144b9c6a60682

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyqb-0.2.0-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.0-py2-none-any.whl
Algorithm Hash digest
SHA256 6ecdd18ee93536b95f4fafa2bcf23a1034ecf4764ae6f65beb5338ab4df0943e
MD5 eba4ab1e98f4952ee7ec35bef7948783
BLAKE2b-256 78a4cb83840a36f896a6fe945fa896e12037dabffa47039c9f8410f06df23f1b

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