Skip to main content

Dabo: A Framework for developing data-driven business applications

Dabo is for developing multi-platform database business applications - you know, applications that need to connect to a database like MySQL, Oracle, MS-SQL, PostgreSQL, or SQLite, get recordsets of data based on criteria set by the user, provide easy ways to edit and commit changes to the data, and to report on the data.

You program in Python, subclassing Dabo's base classes. In addition, there are several graphical tools for laying out your GUI, editing your menus, and creating professional business reports.

Dabo has three main subpackages, representing the three tiers common in database application design:

	dabo.db  : database
	dabo.biz : business objects
	dabo.ui  : user interface

dabo.db and dabo.biz are completely ui-free, while dabo.ui requires wxPython.

To run Dabo, and apps based on Dabo, you need:

  • Python 3.10 or later
  • wxPython 4.0 or later
  • Reportlab and Python Imaging Library if running reports.
  • Linux, MacOS, or Windows operating system.

If you are working on the Dabo codebase, you can clone the git repo from here:

git clone git@github.com:dabodev/dabo.git

How you get started is pretty much up to you. There are two related projects: dabo_demo, which contains demonstration code for the various Dabo classes, and dabo_ide, which contains tools for creating Dabo applications visually. Please note that the dabo_ide tools worked great when they were written in the mid-2000s, and have largely been updated to work with modern Python. They are still a work in progress, though, so please post an issue on the Dabo IDE Issues page in GitHub.

For some quick results for the impatient, once you've installed Dabo using the standard uv add dabo or poetry install dabo method, do this from your Python interpreter:

from dabo.application import dApp
dApp().start()

press Ctrl+D and type the following into the command window that appears:

tb = dabo.ui.dTextBox(self)

Notice the textbox in the upper left hand corner?

tb.Value = "yippee!"
tb.FontBold = True
print(tb.Value)

Now, use the ui to change the value in the textbox, and switch back to the command window.

print(tb.Value)

You can even place it wherever you wish:

tb.Left = 123
tb.Top = 99

When you type those lines, the textbox moves to the specified location.

For more information:

Dabo Website

Dabo Repo on GitHub

Release files for dabo 2026.1.24

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dabo 2026.1.24
File Size Uploaded
dabo-2026.1.24.tar.gz 890.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for dabo 2026.1.24
File Interpreter ABI Platform
dabo-2026.1.24-py3-none-any.whl Python 3 none any Details

Total release size: 2.0 MB

Release files / dabo-2026.1.24.tar.gz

Download URL dabo-2026.1.24.tar.gz
Size 890.2 kB
Tags Source
SHA-256 checksum
How to use checksums
d302b7bdeff6cf7c7d55f65e9948abe833de67678e234a723cb4b400ec9a8ebd
BLAKE2b-256 checksum
How to use checksums
2924238f4a8f751da3c2feffab56040ed61f4d6ccbeb56df65aec1e510636a1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release files / dabo-2026.1.24-py3-none-any.whl

Download URL dabo-2026.1.24-py3-none-any.whl
Size 1.1 MB
Tags Python 3
SHA-256 checksum
How to use checksums
2f5ee59367213e60e75300829acebe6a6bbe3f8c9a5a693e3322dbf0102bcbe8
BLAKE2b-256 checksum
How to use checksums
a63c04d793709464c8c8037804be7d6e53f0fc0d830f392c6f74232a8c5a8a2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release history Release notifications | RSS feed

This release

2026.1.24 This release

2 release files

0.9.16

2 release files

0.9.6

1 release file

0.9.4

1 release file

0.9.3

0.9.2

0.9.1

0.9.0

0.8.4

0.8.3

0.8.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page