tigrbl-ops-oltp 0.1.13.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.
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/PKG-INFO +10 -4
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/README.md +4 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/pyproject.toml +6 -4
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/__init__.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/__init__.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/bulk.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/__init__.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/db.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/enum.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/filters.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/model.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/normalize.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/ops.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/params.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/fallback.py +0 -0
- {tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/rust_handlers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl-ops-oltp
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0.dev2
|
|
4
4
|
Summary: OLTP operation implementations for Tigrbl, including CRUD and bulk handlers.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Keywords: tigrbl,sdk,standards,framework,oltp,crud
|
|
@@ -18,9 +18,11 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
18
18
|
Requires-Dist: tigrbl-base
|
|
19
19
|
Requires-Dist: tigrbl-core
|
|
20
20
|
Requires-Dist: tigrbl-orm
|
|
21
|
-
Project-URL:
|
|
22
|
-
Project-URL:
|
|
23
|
-
Project-URL:
|
|
21
|
+
Project-URL: Discord, https://discord.gg/K4YTAPapjR
|
|
22
|
+
Project-URL: Homepage, https://github.com/tigrbl/tigrbl
|
|
23
|
+
Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
|
|
24
|
+
Project-URL: Organization, https://github.com/tigrbl
|
|
25
|
+
Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp
|
|
24
26
|
Description-Content-Type: text/markdown
|
|
25
27
|
|
|
26
28
|
# tigrbl_ops_oltp
|
|
@@ -41,6 +43,10 @@ It is not the authoritative location for repository governance, current target s
|
|
|
41
43
|
|
|
42
44
|
## Package identity
|
|
43
45
|
|
|
46
|
+
- canonical repository: `https://github.com/tigrbl/tigrbl`
|
|
47
|
+
- organization: `https://github.com/tigrbl`
|
|
48
|
+
- social: `https://discord.gg/K4YTAPapjR`
|
|
49
|
+
- package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp`
|
|
44
50
|
- workspace path: `pkgs/core/tigrbl_ops_oltp`
|
|
45
51
|
- workspace class: core Python package
|
|
46
52
|
- implementation layout: `tigrbl_ops_oltp/`
|
|
@@ -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/core/tigrbl_ops_oltp`
|
|
19
23
|
- workspace path: `pkgs/core/tigrbl_ops_oltp`
|
|
20
24
|
- workspace class: core Python package
|
|
21
25
|
- implementation layout: `tigrbl_ops_oltp/`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-ops-oltp"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4.0.dev2"
|
|
4
4
|
description = "OLTP operation implementations for Tigrbl, including CRUD and bulk handlers."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -26,9 +26,11 @@ keywords = ["tigrbl", "sdk", "standards", "framework", "oltp", "crud"]
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
Organization = "https://github.com/tigrbl"
|
|
30
|
+
Discord = "https://discord.gg/K4YTAPapjR"
|
|
31
|
+
Homepage = "https://github.com/tigrbl/tigrbl"
|
|
32
|
+
Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp"
|
|
33
|
+
Issues = "https://github.com/tigrbl/tigrbl/issues"
|
|
32
34
|
|
|
33
35
|
[tool.uv.sources]
|
|
34
36
|
"tigrbl-orm" = { workspace = true }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/__init__.py
RENAMED
|
File without changes
|
{tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/db.py
RENAMED
|
File without changes
|
{tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/enum.py
RENAMED
|
File without changes
|
{tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/filters.py
RENAMED
|
File without changes
|
{tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/model.py
RENAMED
|
File without changes
|
{tigrbl_ops_oltp-0.1.13.dev1 → tigrbl_ops_oltp-0.4.0.dev2}/tigrbl_ops_oltp/crud/helpers/normalize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|