Tools for working with Postgres, ClickHouse, and DuckDB.
Project description
dw-lib
Tools for working with Postgres, ClickHouse, and DuckDB.
Development: Installation
-
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 Nix:
sh <(curl -L https://nixos.org/nix/install) --daemon
-
Configure Nix. Edit
/etc/nix/nix.conf(for a multi-user installation) or~/.config/nix/nix.conf(for a single-user installation) to include the following lines:experimental-features = nix-command flakes trusted-users = root <USER>
Replace
<USER>with your username on your computer. -
Install direnv:
sudo apt install direnv
-
Enable direnv in your shell by adding a line to your shell configuration file.
For Bash, edit
~/.bashrc:eval "$(direnv hook bash)"
-
Allow
.envrc:direnv allow -
Enter a PyPI API token as the password in
.pypirc.
Development: Usage
Build and publish the Python distribution package:
make bump-version [major|minor|patch]
git push
make build
make create-release
make publish
License
Copyright (c) 2025 Hein Bekker. Licensed under the GNU Affero General Public License, version 3.
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 netbek_dw_lib-1.32.3.tar.gz.
File metadata
- Download URL: netbek_dw_lib-1.32.3.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c06ae3a0b9e73f8d45351ce3de02beddc5f921204586966164bc118693b76f2
|
|
| MD5 |
819e9cece57b0212be13b7239b4f8904
|
|
| BLAKE2b-256 |
8f195bb7f3e8e74ed08950cf35f0014c7506079cea2b4619970c0cfab218b832
|
File details
Details for the file netbek_dw_lib-1.32.3-py3-none-any.whl.
File metadata
- Download URL: netbek_dw_lib-1.32.3-py3-none-any.whl
- Upload date:
- Size: 51.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a9a970d72fb0a107a6918636c1dbc19a88982422cf0d67ea9cd07c63e7be796
|
|
| MD5 |
1009dc198863a749b2526a3c809ff135
|
|
| BLAKE2b-256 |
37f752403d1cefd528e6964eed469f945e147cda99b1786c8ddf7746675207b4
|