tigrbl-orm 0.1.0.dev13__tar.gz → 0.1.10.dev1__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_orm-0.1.10.dev1/PKG-INFO +44 -0
- tigrbl_orm-0.1.10.dev1/README.md +23 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/pyproject.toml +3 -3
- tigrbl_orm-0.1.0.dev13/PKG-INFO +0 -56
- tigrbl_orm-0.1.0.dev13/README.md +0 -35
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/__init__.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/_RowBound.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/__init__.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/bootstrappable.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/bound.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/edges.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/fields.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/hierarchy.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/key_digest.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/lifecycle.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/locks.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/markers.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/operations.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/ownable.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/principals.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/tenant_bound.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/upsertable.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/mixins/utils.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/__init__.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/_base.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/audit.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/client.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/group.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/org.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/rbac.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/status.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/tenant.py +0 -0
- {tigrbl_orm-0.1.0.dev13 → tigrbl_orm-0.1.10.dev1}/tigrbl_orm/orm/tables/user.py +0 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tigrbl-orm
|
|
3
|
+
Version: 0.1.10.dev1
|
|
4
|
+
Summary: ORM tables and mixins for the Tigrbl framework.
|
|
5
|
+
License-Expression: Apache-2.0
|
|
6
|
+
Keywords: tigrbl,orm,sqlalchemy,sdk,standards
|
|
7
|
+
Author: Jacob Stewart
|
|
8
|
+
Author-email: jacob@swarmauri.com
|
|
9
|
+
Requires-Python: >=3.10,<3.14
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
+
Requires-Dist: sqlalchemy (>=2.0)
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
|
|
21
|
+
# tigrbl_orm
|
|
22
|
+
|
|
23
|
+
This file is a package-local distribution entry point.
|
|
24
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
25
|
+
|
|
26
|
+
## Canonical repository docs
|
|
27
|
+
|
|
28
|
+
- `README.md`
|
|
29
|
+
- `docs/README.md`
|
|
30
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
31
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
32
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
33
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
34
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
35
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
36
|
+
|
|
37
|
+
## Package identity
|
|
38
|
+
|
|
39
|
+
- workspace path: `pkgs/core/tigrbl_orm`
|
|
40
|
+
- workspace class: core Python package
|
|
41
|
+
- implementation layout: `tigrbl_orm/`
|
|
42
|
+
|
|
43
|
+
Long-form repository documentation is governed from `docs/`.
|
|
44
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# tigrbl_orm
|
|
2
|
+
|
|
3
|
+
This file is a package-local distribution entry point.
|
|
4
|
+
It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
|
|
5
|
+
|
|
6
|
+
## Canonical repository docs
|
|
7
|
+
|
|
8
|
+
- `README.md`
|
|
9
|
+
- `docs/README.md`
|
|
10
|
+
- `docs/conformance/CURRENT_TARGET.md`
|
|
11
|
+
- `docs/conformance/CURRENT_STATE.md`
|
|
12
|
+
- `docs/conformance/NEXT_STEPS.md`
|
|
13
|
+
- `docs/governance/DOC_POINTERS.md`
|
|
14
|
+
- `docs/developer/PACKAGE_CATALOG.md`
|
|
15
|
+
- `docs/developer/PACKAGE_LAYOUT.md`
|
|
16
|
+
|
|
17
|
+
## Package identity
|
|
18
|
+
|
|
19
|
+
- workspace path: `pkgs/core/tigrbl_orm`
|
|
20
|
+
- workspace class: core Python package
|
|
21
|
+
- implementation layout: `tigrbl_orm/`
|
|
22
|
+
|
|
23
|
+
Long-form repository documentation is governed from `docs/`.
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-orm"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.10.dev1"
|
|
4
4
|
description = "ORM tables and mixins for the Tigrbl framework."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
repository = "http://github.com/swarmauri/swarmauri-sdk"
|
|
8
|
-
requires-python = ">=3.10,<3.
|
|
8
|
+
requires-python = ">=3.10,<3.14"
|
|
9
9
|
classifiers = [
|
|
10
|
-
"License :: OSI Approved :: Apache Software License",
|
|
11
10
|
"Development Status :: 1 - Planning",
|
|
12
11
|
"Programming Language :: Python :: 3.10",
|
|
13
12
|
"Programming Language :: Python :: 3.11",
|
|
14
13
|
"Programming Language :: Python :: 3.12",
|
|
14
|
+
"Programming Language :: Python :: 3.13",
|
|
15
15
|
"Programming Language :: Python",
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
17
17
|
"Programming Language :: Python :: 3 :: Only",
|
tigrbl_orm-0.1.0.dev13/PKG-INFO
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: tigrbl-orm
|
|
3
|
-
Version: 0.1.0.dev13
|
|
4
|
-
Summary: ORM tables and mixins for the Tigrbl framework.
|
|
5
|
-
License-Expression: Apache-2.0
|
|
6
|
-
Keywords: tigrbl,orm,sqlalchemy,sdk,standards
|
|
7
|
-
Author: Jacob Stewart
|
|
8
|
-
Author-email: jacob@swarmauri.com
|
|
9
|
-
Requires-Python: >=3.10,<3.13
|
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
-
Classifier: Development Status :: 1 - Planning
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
-
Classifier: Programming Language :: Python
|
|
16
|
-
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
-
Requires-Dist: sqlalchemy (>=2.0)
|
|
19
|
-
Description-Content-Type: text/markdown
|
|
20
|
-
|
|
21
|
-

|
|
22
|
-
|
|
23
|
-
# tigrbl-orm
|
|
24
|
-
|
|
25
|
-
    
|
|
26
|
-
|
|
27
|
-
## Features
|
|
28
|
-
|
|
29
|
-
- Provides the `tigrbl_orm.orm` module as a standalone package.
|
|
30
|
-
- Includes reusable ORM mixins and table models for Tigrbl services.
|
|
31
|
-
- Supports Python 3.10 through 3.12.
|
|
32
|
-
|
|
33
|
-
## Installation
|
|
34
|
-
|
|
35
|
-
### uv
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
uv add tigrbl-orm
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
### pip
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
pip install tigrbl-orm
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
## Usage
|
|
48
|
-
|
|
49
|
-
```python
|
|
50
|
-
from tigrbl_orm.orm.tables.user import User
|
|
51
|
-
|
|
52
|
-
print(User.__tablename__)
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
Install this package alongside other Tigrbl components when you need SQLAlchemy-backed models.
|
|
56
|
-
|
tigrbl_orm-0.1.0.dev13/README.md
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
|
-
# tigrbl-orm
|
|
4
|
-
|
|
5
|
-
    
|
|
6
|
-
|
|
7
|
-
## Features
|
|
8
|
-
|
|
9
|
-
- Provides the `tigrbl_orm.orm` module as a standalone package.
|
|
10
|
-
- Includes reusable ORM mixins and table models for Tigrbl services.
|
|
11
|
-
- Supports Python 3.10 through 3.12.
|
|
12
|
-
|
|
13
|
-
## Installation
|
|
14
|
-
|
|
15
|
-
### uv
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
uv add tigrbl-orm
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
### pip
|
|
22
|
-
|
|
23
|
-
```bash
|
|
24
|
-
pip install tigrbl-orm
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## Usage
|
|
28
|
-
|
|
29
|
-
```python
|
|
30
|
-
from tigrbl_orm.orm.tables.user import User
|
|
31
|
-
|
|
32
|
-
print(User.__tablename__)
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
Install this package alongside other Tigrbl components when you need SQLAlchemy-backed models.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|