Skip to main content

Python 3 database interface tools.

Project description

The PLIB3.DBTOOLS package provides an easier to use interface to DB-API compliant databases. The latest official release is available on PyPI at https://pypi.org/project/plib3.dbtools/ and the latest source code is available on Gitlab at https://gitlab.com/pdonis/plib3-dbtools.

PLIB3.DBTOOLS is built using the build PEP 517 build tool with the setuptools:build_meta backend. It uses the setuputils helper module to build the setup.cfg file that is included with the distribution. This module is available at https://gitlab.com/pdonis/setuputils3.

The PLIB3.DBTOOLS Package

The following classes and functions are available in the plib.dbtools namespace:

  • The DBInterface class provides a simple API for working with databases. It assumes that the underlying database engine conforms to the Python DB API. This class itself does not know about any particular database engine; a customized class should be derived from it for each particular engine.

  • The MySQLDBInterface class customizes DBInterface to work with a MySQL database. It uses the MySQLdb third-party Python package. This class is in the plib.dbtools.mysql sub-package.

  • The SQLite3DBInterface class customizes DBInterface to work with an SQLite version 3 database. It uses the sqlite3 module that comes with Python as its database engine. This class is in the plib.dbtools.sqlite sub-package.

  • The get_db_interface function is a convenience function that returns an instance of the appropriate DBInterface subclass for the database type passed to it.

  • The get_db_interface_class and get_db_interface_args functions factor out key portions of get_db_interface so that they can be used separately if desired. For example, some databases might require subclassing the interface class further, or customizing the interface arguments.

Installation

The simplest way to install PLIB3.DBTOOLS is by using pip:

$ python3 -m pip install plib3.dbtools

This will download the latest release from PyPI and install it on your system. If you already have a downloaded source tarball or wheel, you can have pip install it directly by giving its filename in place of “plib3.dbtools” in the above command line.

The Zen of PLIB3

There is no single unifying purpose or theme to PLIB3, but like Python itself, it does have a ‘Zen’ of sorts:

  • Express everything possible in terms of built-in Python data structures.

  • Once you’ve expressed it that way, what the code is going to do with it should be obvious.

  • Avoid boilerplate code, and boilerplate data. Every piece of data your program needs should have one and only one source.

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

plib3.dbtools-1.2.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

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

plib3.dbtools-1.2-py3-none-any.whl (19.2 kB view details)

Uploaded Python 3

File details

Details for the file plib3.dbtools-1.2.tar.gz.

File metadata

  • Download URL: plib3.dbtools-1.2.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.3 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9

File hashes

Hashes for plib3.dbtools-1.2.tar.gz
Algorithm Hash digest
SHA256 6654b97b03a3c2cf718e2dd8eeeffd3a5baa7e45307c299c0e8ca4b89655b63b
MD5 ff924e554fbad89dc15d6f45117aa8c8
BLAKE2b-256 4f93e8993217610caf193a4974216390823a19d7236b4d035e778f3af11491ad

See more details on using hashes here.

File details

Details for the file plib3.dbtools-1.2-py3-none-any.whl.

File metadata

  • Download URL: plib3.dbtools-1.2-py3-none-any.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.3 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9

File hashes

Hashes for plib3.dbtools-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 00ccc7475c79a9562306b416bd523d5d9a0983302be9f9603d289c2a14a959c3
MD5 2ab5218ef27ff7977f97c94320cc7f45
BLAKE2b-256 aea519a5fa45ca08b01112079ccaa148e53a6e3064a9bf27b48a12675e1e95f6

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