tigrbl_engine_pgsqli_wal 0.1.14.dev1__tar.gz → 0.4.0.dev2__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.1.14.dev1/src/tigrbl_engine_pgsqli_wal.egg-info → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/PKG-INFO +10 -4
  2. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/README.md +4 -0
  3. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/pyproject.toml +6 -4
  4. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2/src/tigrbl_engine_pgsqli_wal.egg-info}/PKG-INFO +10 -4
  5. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/LICENSE +0 -0
  6. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/setup.cfg +0 -0
  7. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal/__init__.py +0 -0
  8. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal/engines/postgres_wal_engine.py +0 -0
  9. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal/engines/sqlite_wal_engine.py +0 -0
  10. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal/sessions/postgres_wal_session.py +0 -0
  11. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal/sessions/sqlite_wal_session.py +0 -0
  12. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal.egg-info/SOURCES.txt +0 -0
  13. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal.egg-info/dependency_links.txt +0 -0
  14. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal.egg-info/entry_points.txt +0 -0
  15. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal.egg-info/requires.txt +0 -0
  16. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/src/tigrbl_engine_pgsqli_wal.egg-info/top_level.txt +0 -0
  17. {tigrbl_engine_pgsqli_wal-0.1.14.dev1 → tigrbl_engine_pgsqli_wal-0.4.0.dev2}/tests/test_smoke.py +0 -0
@@ -1,12 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_pgsqli_wal
3
- Version: 0.1.14.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: PostgreSQL and SQLite WAL engine plugin for Tigrbl (auto-registered via entry points).
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
8
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_pgsqli_wal
9
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
7
+ Project-URL: Organization, https://github.com/tigrbl
8
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
9
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
10
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal
11
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
10
12
  Keywords: tigrbl,engine,plugin,postgres,sqlite,wal
11
13
  Classifier: Development Status :: 1 - Planning
12
14
  Classifier: Programming Language :: Python
@@ -45,6 +47,10 @@ It is not the authoritative location for repository governance, current target s
45
47
 
46
48
  ## Package identity
47
49
 
50
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
51
+ - organization: `https://github.com/tigrbl`
52
+ - social: `https://discord.gg/K4YTAPapjR`
53
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal`
48
54
  - workspace path: `pkgs/engines/tigrbl_engine_pgsqli_wal`
49
55
  - workspace class: engine package
50
56
  - implementation layout: `src/tigrbl_engine_pgsqli_wal/`
@@ -16,6 +16,10 @@ It is not the authoritative location for repository governance, current target s
16
16
 
17
17
  ## Package identity
18
18
 
19
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
20
+ - organization: `https://github.com/tigrbl`
21
+ - social: `https://discord.gg/K4YTAPapjR`
22
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal`
19
23
  - workspace path: `pkgs/engines/tigrbl_engine_pgsqli_wal`
20
24
  - workspace class: engine package
21
25
  - implementation layout: `src/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.1.14.dev1"
7
+ version = "0.4.0.dev2"
8
8
  description = "PostgreSQL and SQLite WAL engine plugin for Tigrbl (auto-registered via entry points)."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10,<3.14"
@@ -40,9 +40,11 @@ dependencies = [
40
40
 
41
41
 
42
42
  [project.urls]
43
- Homepage = "https://github.com/swarmauri/tigrbl"
44
- Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_pgsqli_wal"
45
- Issues = "https://github.com/swarmauri/tigrbl/issues"
43
+ Organization = "https://github.com/tigrbl"
44
+ Discord = "https://discord.gg/K4YTAPapjR"
45
+ Homepage = "https://github.com/tigrbl/tigrbl"
46
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal"
47
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
46
48
 
47
49
  [project.entry-points."tigrbl.engine"]
48
50
  pgsqli_wal = "tigrbl_engine_pgsqli_wal:register"
@@ -1,12 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_pgsqli_wal
3
- Version: 0.1.14.dev1
3
+ Version: 0.4.0.dev2
4
4
  Summary: PostgreSQL and SQLite WAL engine plugin for Tigrbl (auto-registered via entry points).
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
8
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_pgsqli_wal
9
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
7
+ Project-URL: Organization, https://github.com/tigrbl
8
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
9
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
10
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal
11
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
10
12
  Keywords: tigrbl,engine,plugin,postgres,sqlite,wal
11
13
  Classifier: Development Status :: 1 - Planning
12
14
  Classifier: Programming Language :: Python
@@ -45,6 +47,10 @@ It is not the authoritative location for repository governance, current target s
45
47
 
46
48
  ## Package identity
47
49
 
50
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
51
+ - organization: `https://github.com/tigrbl`
52
+ - social: `https://discord.gg/K4YTAPapjR`
53
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal`
48
54
  - workspace path: `pkgs/engines/tigrbl_engine_pgsqli_wal`
49
55
  - workspace class: engine package
50
56
  - implementation layout: `src/tigrbl_engine_pgsqli_wal/`