tigrbl-orm 0.1.13.dev1__py3-none-any.whl → 0.4.0.dev2__py3-none-any.whl
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl-orm
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0.dev2
|
|
4
4
|
Summary: ORM tables and mixins for the Tigrbl framework.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Keywords: tigrbl,orm,sqlalchemy,sdk,standards
|
|
@@ -16,9 +16,11 @@ Classifier: Programming Language :: Python
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
17
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
18
|
Requires-Dist: sqlalchemy (>=2.0)
|
|
19
|
-
Project-URL:
|
|
20
|
-
Project-URL:
|
|
21
|
-
Project-URL:
|
|
19
|
+
Project-URL: Discord, https://discord.gg/K4YTAPapjR
|
|
20
|
+
Project-URL: Homepage, https://github.com/tigrbl/tigrbl
|
|
21
|
+
Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
|
|
22
|
+
Project-URL: Organization, https://github.com/tigrbl
|
|
23
|
+
Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_orm
|
|
22
24
|
Description-Content-Type: text/markdown
|
|
23
25
|
|
|
24
26
|
# tigrbl_orm
|
|
@@ -39,6 +41,10 @@ It is not the authoritative location for repository governance, current target s
|
|
|
39
41
|
|
|
40
42
|
## Package identity
|
|
41
43
|
|
|
44
|
+
- canonical repository: `https://github.com/tigrbl/tigrbl`
|
|
45
|
+
- organization: `https://github.com/tigrbl`
|
|
46
|
+
- social: `https://discord.gg/K4YTAPapjR`
|
|
47
|
+
- package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_orm`
|
|
42
48
|
- workspace path: `pkgs/core/tigrbl_orm`
|
|
43
49
|
- workspace class: core Python package
|
|
44
50
|
- implementation layout: `tigrbl_orm/`
|
|
@@ -26,6 +26,6 @@ tigrbl_orm/orm/tables/rbac.py,sha256=zv8XBC2vrQLqxjN3ilA7TyCNJnnBp6jlQs1yqylw0qs
|
|
|
26
26
|
tigrbl_orm/orm/tables/status.py,sha256=eYY_13BJScrZN2VK6s_QG0Jlk0vrysKbINVR28GfklE,3596
|
|
27
27
|
tigrbl_orm/orm/tables/tenant.py,sha256=yTDrGktHqp7EE3dtE959SAqKOY6guNUbt-H__FQvmIM,460
|
|
28
28
|
tigrbl_orm/orm/tables/user.py,sha256=ROdfbnF4Nta96pY__sir-2CpSoGJp_YappmyDYJ_Nso,807
|
|
29
|
-
tigrbl_orm-0.
|
|
30
|
-
tigrbl_orm-0.
|
|
31
|
-
tigrbl_orm-0.
|
|
29
|
+
tigrbl_orm-0.4.0.dev2.dist-info/METADATA,sha256=mSA-2hwlm-XsXjP9cchDiluUUr5crhIisz8IvK7jQb4,2009
|
|
30
|
+
tigrbl_orm-0.4.0.dev2.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
31
|
+
tigrbl_orm-0.4.0.dev2.dist-info/RECORD,,
|
|
File without changes
|