tigrbl_engine_postgres 0.1.11.dev1__tar.gz → 0.1.12__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.
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/.gitignore +2 -0
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/PKG-INFO +4 -2
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/pyproject.toml +5 -2
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/LICENSE +0 -0
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/README.md +0 -0
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/src/tigrbl_engine_postgres/__init__.py +0 -0
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/src/tigrbl_engine_postgres/engine.py +0 -0
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/src/tigrbl_engine_postgres/plugin.py +0 -0
- {tigrbl_engine_postgres-0.1.11.dev1 → tigrbl_engine_postgres-0.1.12}/src/tigrbl_engine_postgres/session.py +0 -0
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_engine_postgres
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.12
|
|
4
4
|
Summary: PostgreSQL engine plugin for Tigrbl.
|
|
5
|
-
Project-URL: Homepage, https://github.com/swarmauri/
|
|
5
|
+
Project-URL: Homepage, https://github.com/swarmauri/tigrbl
|
|
6
|
+
Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_postgres
|
|
7
|
+
Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
|
|
6
8
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
7
9
|
License-Expression: Apache-2.0
|
|
8
10
|
License-File: LICENSE
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tigrbl_engine_postgres"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.12"
|
|
8
8
|
description = "PostgreSQL engine plugin for Tigrbl."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -24,8 +24,11 @@ dependencies = [
|
|
|
24
24
|
"tigrbl>=0.3.0.dev4",
|
|
25
25
|
]
|
|
26
26
|
|
|
27
|
+
|
|
27
28
|
[project.urls]
|
|
28
|
-
Homepage = "https://github.com/swarmauri/
|
|
29
|
+
Homepage = "https://github.com/swarmauri/tigrbl"
|
|
30
|
+
Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_postgres"
|
|
31
|
+
Issues = "https://github.com/swarmauri/tigrbl/issues"
|
|
29
32
|
|
|
30
33
|
[project.entry-points."tigrbl.engine"]
|
|
31
34
|
postgres = "tigrbl_engine_postgres:register"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|