tigrbl_engine_pgsqli_wal 0.4.1.dev3__tar.gz → 0.4.1.dev6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {tigrbl_engine_pgsqli_wal-0.4.1.dev3/src/tigrbl_engine_pgsqli_wal.egg-info → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/PKG-INFO +4 -4
  2. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/README.md +3 -3
  3. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/pyproject.toml +1 -1
  4. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6/src/tigrbl_engine_pgsqli_wal.egg-info}/PKG-INFO +4 -4
  5. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/LICENSE +0 -0
  6. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/setup.cfg +0 -0
  7. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal/__init__.py +0 -0
  8. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal/engines/postgres_wal_engine.py +0 -0
  9. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal/engines/sqlite_wal_engine.py +0 -0
  10. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal/sessions/postgres_wal_session.py +0 -0
  11. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal/sessions/sqlite_wal_session.py +0 -0
  12. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal.egg-info/SOURCES.txt +0 -0
  13. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal.egg-info/dependency_links.txt +0 -0
  14. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal.egg-info/entry_points.txt +0 -0
  15. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal.egg-info/requires.txt +0 -0
  16. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/src/tigrbl_engine_pgsqli_wal.egg-info/top_level.txt +0 -0
  17. {tigrbl_engine_pgsqli_wal-0.4.1.dev3 → tigrbl_engine_pgsqli_wal-0.4.1.dev6}/tests/test_smoke.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_pgsqli_wal
3
- Version: 0.4.1.dev3
3
+ Version: 0.4.1.dev6
4
4
  Summary: PostgreSQL and SQLite WAL engine plugin for transactional Tigrbl workflows and database-backed engine registration.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -238,12 +238,12 @@ Dynamic: license-file
238
238
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
239
239
 
240
240
  <p align="center">
241
- <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
242
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_pgsqli_wal" alt="PyPI downloads for tigrbl_engine_pgsqli_wal"/></a>
241
+ <a href="https://pepy.tech/project/tigrbl_engine_pgsqli_wal">
242
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_pgsqli_wal" alt="Pepy downloads for tigrbl_engine_pgsqli_wal"/></a>
243
243
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal/">
244
244
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal.svg" alt="Repository views for tigrbl_engine_pgsqli_wal"/></a>
245
245
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
246
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_pgsqli_wal" alt="Supported Python versions for tigrbl_engine_pgsqli_wal"/></a>
246
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
247
247
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
248
248
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_pgsqli_wal" alt="PyPI license metadata for tigrbl_engine_pgsqli_wal"/></a>
249
249
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
@@ -1,12 +1,12 @@
1
1
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
2
2
 
3
3
  <p align="center">
4
- <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
5
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_pgsqli_wal" alt="PyPI downloads for tigrbl_engine_pgsqli_wal"/></a>
4
+ <a href="https://pepy.tech/project/tigrbl_engine_pgsqli_wal">
5
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_pgsqli_wal" alt="Pepy downloads for tigrbl_engine_pgsqli_wal"/></a>
6
6
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal/">
7
7
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal.svg" alt="Repository views for tigrbl_engine_pgsqli_wal"/></a>
8
8
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
9
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_pgsqli_wal" alt="Supported Python versions for tigrbl_engine_pgsqli_wal"/></a>
9
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
10
10
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
11
11
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_pgsqli_wal" alt="PyPI license metadata for tigrbl_engine_pgsqli_wal"/></a>
12
12
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_pgsqli_wal"
7
- version = "0.4.1.dev3"
7
+ version = "0.4.1.dev6"
8
8
  description = "PostgreSQL and SQLite WAL engine plugin for transactional Tigrbl workflows and database-backed engine registration."
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_pgsqli_wal
3
- Version: 0.4.1.dev3
3
+ Version: 0.4.1.dev6
4
4
  Summary: PostgreSQL and SQLite WAL engine plugin for transactional Tigrbl workflows and database-backed engine registration.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -238,12 +238,12 @@ Dynamic: license-file
238
238
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
239
239
 
240
240
  <p align="center">
241
- <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
242
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_pgsqli_wal" alt="PyPI downloads for tigrbl_engine_pgsqli_wal"/></a>
241
+ <a href="https://pepy.tech/project/tigrbl_engine_pgsqli_wal">
242
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_pgsqli_wal" alt="Pepy downloads for tigrbl_engine_pgsqli_wal"/></a>
243
243
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal/">
244
244
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal.svg" alt="Repository views for tigrbl_engine_pgsqli_wal"/></a>
245
245
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
246
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_pgsqli_wal" alt="Supported Python versions for tigrbl_engine_pgsqli_wal"/></a>
246
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
247
247
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">
248
248
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_pgsqli_wal" alt="PyPI license metadata for tigrbl_engine_pgsqli_wal"/></a>
249
249
  <a href="https://pypi.org/project/tigrbl_engine_pgsqli_wal/">