Tigrbl engine plugin providing transactional pandas DataFrame sessions.
Project description
tigrbl_engine_pandas
A Tigrbl engine plugin that provides a Pandas-backed engine/session.
- Native transactions (
begin/commit/rollback). - MVCC-style snapshots for reads.
- Works with Tigrbl core CRUD via the small session surface.
Install
pip install tigrbl_engine_pandas
The plugin auto-registers via entry points under the group tigrbl.engine.
Usage
from tigrbl.engine.decorators import engine_ctx
# Bind by kind using the plugin's engine
@engine_ctx({"kind": "pandas", "async": True, "tables": {"widgets": df}, "pks": {"widgets": "id"}})
class API:
pass
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 tigrbl_engine_pandas-0.1.1.dev10.tar.gz.
File metadata
- Download URL: tigrbl_engine_pandas-0.1.1.dev10.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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 |
f613fae56fb96d78332df49833610462c196b692acbacce9b07e604b7d005468
|
|
| MD5 |
be44f9725cf65d70bee84d482ca5f10e
|
|
| BLAKE2b-256 |
b592ffdf3b0868fc29df6fef561dd6394951fc3ea41273eb1029ef7ca1b1d612
|
File details
Details for the file tigrbl_engine_pandas-0.1.1.dev10-py3-none-any.whl.
File metadata
- Download URL: tigrbl_engine_pandas-0.1.1.dev10-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","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 |
cc458b2b9ea71ed15b073aa57ad14adf9a22525e4a1e1c0060d820aae40f7fde
|
|
| MD5 |
c426c3513b945d0da223ba003b69e522
|
|
| BLAKE2b-256 |
78cdbd4715e0aa77a066af2b71e7b85cc0fe18f1900d06d4d8f3159fcedc5b89
|