dw-lib
Tools for working with Postgres, ClickHouse, and DuckDB.
Development
Prerequisites
-
Clone the repo:
git clone --recurse-submodules git@github.com:netbek/dw-lib.git
-
Install Docker Engine v23 or higher and Docker Compose v2 or higher. Follow the links for instructions or run this script:
./scripts/install-docker.sh
-
Install Mise and add activation to
~/.bashrc, e.g.curl -fsSL https://github.com/jdx/mise/releases/download/v2026.7.13/install.sh | sh
-
Trust
mise.toml:mise trust -
Run
make installto install Node dependencies, Python dependencies, pre-commit hooks, agent skills, and pinned vendor sources. -
Create a PyPI API token, and add the token to the system keyring as the password:
keyring set pypi-dw-lib __token__
Release
Build and publish the Python distribution package:
- Run
make bump-version [major|minor|patch]. This bumpspyproject.tomlandpackage.json, then commits. - Push the commit.
- Run
make build. This builds the distribution package. - Check the tree is clean, then run
make create-release. - Run
make publish. This publishes the distribution package.
License
Copyright (c) 2025 Hein Bekker. Licensed under the GNU Affero General Public License, version 3.
Release files for netbek-dw-lib 1.37.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| netbek_dw_lib-1.37.4.tar.gz | 50.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| netbek_dw_lib-1.37.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 111.3 kB
Release files / netbek_dw_lib-1.37.4.tar.gz
| Download URL | netbek_dw_lib-1.37.4.tar.gz |
|---|---|
| Size | 50.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c39842cf4ca7766e49972ca9caa0a4b8e1f41b4a37a32fc6221510acf773895b
|
|
BLAKE2b-256 checksum How to use checksums |
6777efde93274ab04db2d36784671b82474396ae3de5c94f2d678564f8064e49
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.11
|
Release files / netbek_dw_lib-1.37.4-py3-none-any.whl
| Download URL | netbek_dw_lib-1.37.4-py3-none-any.whl |
|---|---|
| Size | 61.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
89c4d3d92d136a0c3754a5d41982db0d577b5f14a153ecfb51b511a7cd225ec1
|
|
BLAKE2b-256 checksum How to use checksums |
b48a863d0fbabf519cba9158233dda92e032d740d3e98cb79d1510e33aa8f931
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.11
|