Skip to main content

A library to wrap SQLdbm API

Project description

pysqldbm

PyPI Version

A python API to wrap https://developers.sqldbm.com/.

sqldbm CLI tool

Installation

pip install pysqldbm[cli]

Usage

sqldbm --help

export SQLDB_API_KEY="your_api_key"
sqldbm list-projects # or `sqldbm --api-key="your_api_key" list-projects`

pysqldbm library

Installation

pip install pysqldbm

If you would like to use the latest overnight builds, you can install from test pypi

pip install -i https://test.pypi.org/simple/ pysqldbm

Sample Usage with Client

import pysqldbm

# Create a client
API_KEY = "your_api_key"
sqldbm = pysqldbm.client(API_KEY)

for project in sqldbm.list_projects():
    print(f"Show revisions for project '{project['name']}'...")
    for revision in sqldbm.list_revisions(project['id']):
        print(revision)

Architecture

See ARCHITECTURE.md.

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

pysqldbm-1.0.6.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

pysqldbm-1.0.6-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file pysqldbm-1.0.6.tar.gz.

File metadata

  • Download URL: pysqldbm-1.0.6.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pysqldbm-1.0.6.tar.gz
Algorithm Hash digest
SHA256 ecef7750ed39563fe3aa09ddc7fd50e23772fffd3a55d4350e8310a0ef9eacd7
MD5 90877090b6313f1b84d0c14c403fb937
BLAKE2b-256 d477ef199865fc1e9ec2c91799b01a3fae1d24794393c497bc886e588b211426

See more details on using hashes here.

File details

Details for the file pysqldbm-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: pysqldbm-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for pysqldbm-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 eb3d691cf6c79cb44ad8b50c61833acfe431fa72ac5402873b6255fa945b650d
MD5 a97416f82684f38a3e8b04e61a53775f
BLAKE2b-256 78e0a3bd5d13aeffe8b6c7e93e33a2a5bba9313f40143cbb683188316657f555

See more details on using hashes here.

Supported by

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