No project description provided
Project description
Databao CLI
A command-line interface tool for working with Databao Agent and Databao Context Engine
Website • Quickstart • Docs • Discord
Installation
Databao CLI is available on PyPI and can be installed with uv, pip, or another package manager.
Using uv
uv add databao
Using pip
pip install databao
Quickstart
-
Create a project directory and navigate to it:
mkdir databao-project && cd databao-project
[!TIP] Databao is not terminal-only. If you prefer the web interface, run
databao appin your project directory. -
Initialize the project:
databao init -
When prompted, agree to configure a domain – a dedicated space where data context, context, and agent chats live.
Then follow the prompts to add one or several data sources.
-
Build context:
databao build -
Pass your API key as an environment variable:
# OpenAI or OpenAI-compatible APIs export OPENAI_API_KEY=<your-key> # Anthropic Claude export ANTHROPIC_API_KEY=<your-key>
-
Run the Databao Agent:
databao ask -
Ask questions about your data:
# Example questions: What is our refund rate by month? What is our 90-day repeat purchase rate
For more details about commands, supported data sources, and configuration options, visit the docs.
Releasing
# Tag and push a specific version (CI publishes to PyPI)
make release VERSION=0.3.0
# Bump the patch version automatically (e.g. 0.3.0 -> 0.3.1)
make patch-release
# Bump the minor version automatically (e.g. 0.3.1 -> 0.4.0)
make minor-release
# Bump the major version automatically (e.g. 0.4.0 -> 1.0.0)
make major-release
# Trigger a dev release via GitHub Actions
make dev-release
Contributing
We love contributions! Here’s how you can help:
- ⭐ Star this repo — it helps others find us!
- 🐛 Found a bug? Open an issue
- 💡 Have an idea? We’re all ears — create a feature request
- 👍 Upvote issues you care about — helps us prioritize
- 🔧 Submit a PR
- 📝 Improve docs — typos, examples, tutorials — everything helps!
New to open source? No worries! We’re friendly and happy to help you get started.
License
Apache 2.0 — use it however you want.
See the LICENSE file for details.
Like Databao? Give us a ⭐! It will help to distribute the technology.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file databao-0.3.6.tar.gz.
File metadata
- Download URL: databao-0.3.6.tar.gz
- Upload date:
- Size: 677.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50b49e89029b05cbe0ed58f1cc75929b3052f47507d7679a999a6539d8fce567
|
|
| MD5 |
8539216b803d173d7ab69748ff20ce42
|
|
| BLAKE2b-256 |
a7fcfabdb46870bd648b6d66bc46af7325f344b3c79c33fb62ae85e0bee02169
|
File details
Details for the file databao-0.3.6-py3-none-any.whl.
File metadata
- Download URL: databao-0.3.6-py3-none-any.whl
- Upload date:
- Size: 161.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
806259245f6730166c4341cc509c53a67ed318fb509c1b3098448d1329686ccd
|
|
| MD5 |
9b79c60127d292a9e9b81f358139da05
|
|
| BLAKE2b-256 |
79d2a665fc669366b8ce018bfd93652cdbf034a10b08f45ea0507e32674404f0
|