dw-lib
Tools for working with Postgres, ClickHouse, and DuckDB.
Development
Prerequisites
-
Clone the repo:
git clone 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.sh docker -
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 -
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.0
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.0.tar.gz | 44.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| netbek_dw_lib-1.37.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 99.9 kB
Release files / netbek_dw_lib-1.37.0.tar.gz
| Download URL | netbek_dw_lib-1.37.0.tar.gz |
|---|---|
| Size | 44.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8fee73b4da4c1419f6c3e7cc777e76a00c773f94dfc5a0f196a8e7d43b86e64f
|
|
BLAKE2b-256 checksum How to use checksums |
d8d1f8a9a5c65071877612dc61a92668e68cd99e6aacf64d15e5da8b32e3552e
|
| 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.0-py3-none-any.whl
| Download URL | netbek_dw_lib-1.37.0-py3-none-any.whl |
|---|---|
| Size | 55.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
91d4bb974dad0de312aa05fd1e8d8f3da250966440dc093e963d65c6d96ce709
|
|
BLAKE2b-256 checksum How to use checksums |
c2bb271a51b06ff02155d3f0c4b6c58f4a56113ea90ec602c48e7ecf3dae848a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.11
|