tigrbl-orm 0.1.12.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.1.12.dev1
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,6 +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: 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
19
24
  Description-Content-Type: text/markdown
20
25
 
21
26
  # tigrbl_orm
@@ -36,6 +41,10 @@ It is not the authoritative location for repository governance, current target s
36
41
 
37
42
  ## Package identity
38
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`
39
48
  - workspace path: `pkgs/core/tigrbl_orm`
40
49
  - workspace class: core Python package
41
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.1.12.dev1.dist-info/METADATA,sha256=n_T5wXy2x86lHhhq4BRvA6KgWfhC0DUp-aVlZqbb0ds,1468
30
- tigrbl_orm-0.1.12.dev1.dist-info/WHEEL,sha256=Vz2fHgx6HFtSwhs8KvkHLqH5Ea4w1_rner5uNVGCeIE,88
31
- tigrbl_orm-0.1.12.dev1.dist-info/RECORD,,
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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.3.2
2
+ Generator: poetry-core 2.4.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any