rbx 3.28.2.dev213__tar.gz → 3.28.2.dev215__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.
- {rbx-3.28.2.dev213/rbx.egg-info → rbx-3.28.2.dev215}/PKG-INFO +5 -8
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/pyproject.toml +6 -9
- rbx-3.28.2.dev215/rbx/__init__.py +1 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/auth/keystore.py +4 -2
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215/rbx.egg-info}/PKG-INFO +5 -8
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx.egg-info/requires.txt +1 -6
- rbx-3.28.2.dev213/rbx/__init__.py +0 -1
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/LICENSE +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/README.md +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/auth/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/auth/decorators.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/auth/id_token.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/auth/mock.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/aws/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/aws/s3.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/buildtools/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/buildtools/cli.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/buildtools/tasks/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/buildtools/tasks/ec2.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/buildtools/tasks/image.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/buildtools/tasks/misc.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/adsquare.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/broadsign.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/oxr.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/panels.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/place_exchange.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/reporting.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/clients/retry.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/exceptions.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/gcp/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/gcp/cloud_tasks.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/gcp/pubsub.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/gcp/storage.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/logging.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/settings.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/utils/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/utils/mdm.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/utils/vast.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/web/__init__.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx/web/handlers.py +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx.egg-info/SOURCES.txt +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx.egg-info/dependency_links.txt +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx.egg-info/entry_points.txt +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/rbx.egg-info/top_level.txt +0 -0
- {rbx-3.28.2.dev213 → rbx-3.28.2.dev215}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rbx
|
|
3
|
-
Version: 3.28.2.
|
|
3
|
+
Version: 3.28.2.dev215
|
|
4
4
|
Summary: A collection of common tools for Scoota services.
|
|
5
5
|
Author-email: The Scoota Engineering Team <engineering@scoota.com>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -12,16 +12,18 @@ Classifier: Natural Language :: English
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
15
17
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
16
18
|
Classifier: Topic :: Internet
|
|
17
|
-
Requires-Python: >=3.
|
|
19
|
+
Requires-Python: >=3.11
|
|
18
20
|
Description-Content-Type: text/markdown
|
|
19
21
|
License-File: LICENSE
|
|
20
22
|
Requires-Dist: arrow<2,>=1
|
|
21
23
|
Requires-Dist: cachetools<6,>=4.2.4
|
|
22
24
|
Requires-Dist: Click<8.3
|
|
23
25
|
Requires-Dist: colorama
|
|
24
|
-
Requires-Dist: lxml<
|
|
26
|
+
Requires-Dist: lxml<7
|
|
25
27
|
Requires-Dist: requests>=2.31.0
|
|
26
28
|
Provides-Extra: all
|
|
27
29
|
Requires-Dist: boto3; extra == "all"
|
|
@@ -30,17 +32,12 @@ Requires-Dist: google-cloud-firestore<3,>=2.3; extra == "all"
|
|
|
30
32
|
Requires-Dist: google-cloud-pubsub<3,>=2.9; extra == "all"
|
|
31
33
|
Requires-Dist: google-cloud-storage<3,>=2.1; extra == "all"
|
|
32
34
|
Requires-Dist: google-cloud-tasks<3,>=2.7; extra == "all"
|
|
33
|
-
Requires-Dist: Jinja2==3.1.2; extra == "all"
|
|
34
|
-
Requires-Dist: playwright~=1.51.0; extra == "all"
|
|
35
|
-
Requires-Dist: sh~=2.0.6; extra == "all"
|
|
36
|
-
Requires-Dist: starlette==0.38.2; extra == "all"
|
|
37
35
|
Requires-Dist: twine; extra == "all"
|
|
38
36
|
Provides-Extra: auth
|
|
39
37
|
Requires-Dist: google-cloud-firestore<3,>=2.3; extra == "auth"
|
|
40
38
|
Provides-Extra: buildtools
|
|
41
39
|
Requires-Dist: bump-my-version; extra == "buildtools"
|
|
42
40
|
Requires-Dist: check-manifest; extra == "buildtools"
|
|
43
|
-
Requires-Dist: Jinja2==3.1.2; extra == "buildtools"
|
|
44
41
|
Requires-Dist: twine; extra == "buildtools"
|
|
45
42
|
Provides-Extra: notifications
|
|
46
43
|
Requires-Dist: google-cloud-pubsub<3,>=2.9; extra == "notifications"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rbx"
|
|
7
|
-
version = "3.28.2.
|
|
7
|
+
version = "3.28.2.dev215"
|
|
8
8
|
description = "A collection of common tools for Scoota services."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "The Scoota Engineering Team", email = "engineering@scoota.com" }
|
|
@@ -16,11 +16,13 @@ classifiers = [
|
|
|
16
16
|
"Operating System :: OS Independent",
|
|
17
17
|
"Programming Language :: Python :: 3.11",
|
|
18
18
|
"Programming Language :: Python :: 3.12",
|
|
19
|
+
"Programming Language :: Python :: 3.13",
|
|
20
|
+
"Programming Language :: Python :: 3.14",
|
|
19
21
|
"Programming Language :: Python :: 3 :: Only",
|
|
20
22
|
"Topic :: Internet",
|
|
21
23
|
]
|
|
22
24
|
readme = "README.md"
|
|
23
|
-
requires-python = ">=3.
|
|
25
|
+
requires-python = ">=3.11"
|
|
24
26
|
license = "AGPL-3.0-or-later"
|
|
25
27
|
license-files = ["LICEN[CS]E*"]
|
|
26
28
|
dependencies = [
|
|
@@ -28,7 +30,7 @@ dependencies = [
|
|
|
28
30
|
"cachetools>=4.2.4,<6",
|
|
29
31
|
"Click<8.3",
|
|
30
32
|
"colorama",
|
|
31
|
-
"lxml
|
|
33
|
+
"lxml<7",
|
|
32
34
|
"requests>=2.31.0",
|
|
33
35
|
]
|
|
34
36
|
|
|
@@ -40,10 +42,6 @@ all = [
|
|
|
40
42
|
"google-cloud-pubsub>=2.9,<3",
|
|
41
43
|
"google-cloud-storage>=2.1,<3",
|
|
42
44
|
"google-cloud-tasks>=2.7,<3",
|
|
43
|
-
"Jinja2==3.1.2",
|
|
44
|
-
"playwright~=1.51.0",
|
|
45
|
-
"sh~=2.0.6",
|
|
46
|
-
"starlette==0.38.2",
|
|
47
45
|
"twine",
|
|
48
46
|
]
|
|
49
47
|
auth = [
|
|
@@ -52,7 +50,6 @@ auth = [
|
|
|
52
50
|
buildtools = [
|
|
53
51
|
"bump-my-version",
|
|
54
52
|
"check-manifest",
|
|
55
|
-
"Jinja2==3.1.2",
|
|
56
53
|
"twine",
|
|
57
54
|
]
|
|
58
55
|
notifications = [
|
|
@@ -76,7 +73,7 @@ homepage = "https://github.com/rockabox/rbx"
|
|
|
76
73
|
repository = "https://github.com/rockabox/rbx.git"
|
|
77
74
|
|
|
78
75
|
[tool.bumpversion]
|
|
79
|
-
current_version = "3.28.2.
|
|
76
|
+
current_version = "3.28.2.dev215"
|
|
80
77
|
commit = true
|
|
81
78
|
parse = """
|
|
82
79
|
(?P<major>\\d+)\\.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.28.2.dev215"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import inspect
|
|
2
2
|
import os
|
|
3
|
+
from dataclasses import asdict, dataclass, field, InitVar
|
|
3
4
|
from unittest import mock
|
|
4
5
|
|
|
5
6
|
import google.auth.credentials
|
|
@@ -228,8 +229,9 @@ class Key:
|
|
|
228
229
|
return asdict(self)
|
|
229
230
|
|
|
230
231
|
def update(self, **kwargs):
|
|
232
|
+
annotations = inspect.get_annotations(type(self))
|
|
231
233
|
for key, value in kwargs.items():
|
|
232
|
-
if key in
|
|
234
|
+
if key in annotations and key not in ("key_id", "keystore"):
|
|
233
235
|
setattr(self, key, value)
|
|
234
236
|
|
|
235
237
|
self.keystore.update_key(self, self.to_dict())
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rbx
|
|
3
|
-
Version: 3.28.2.
|
|
3
|
+
Version: 3.28.2.dev215
|
|
4
4
|
Summary: A collection of common tools for Scoota services.
|
|
5
5
|
Author-email: The Scoota Engineering Team <engineering@scoota.com>
|
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
|
@@ -12,16 +12,18 @@ Classifier: Natural Language :: English
|
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
15
17
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
16
18
|
Classifier: Topic :: Internet
|
|
17
|
-
Requires-Python: >=3.
|
|
19
|
+
Requires-Python: >=3.11
|
|
18
20
|
Description-Content-Type: text/markdown
|
|
19
21
|
License-File: LICENSE
|
|
20
22
|
Requires-Dist: arrow<2,>=1
|
|
21
23
|
Requires-Dist: cachetools<6,>=4.2.4
|
|
22
24
|
Requires-Dist: Click<8.3
|
|
23
25
|
Requires-Dist: colorama
|
|
24
|
-
Requires-Dist: lxml<
|
|
26
|
+
Requires-Dist: lxml<7
|
|
25
27
|
Requires-Dist: requests>=2.31.0
|
|
26
28
|
Provides-Extra: all
|
|
27
29
|
Requires-Dist: boto3; extra == "all"
|
|
@@ -30,17 +32,12 @@ Requires-Dist: google-cloud-firestore<3,>=2.3; extra == "all"
|
|
|
30
32
|
Requires-Dist: google-cloud-pubsub<3,>=2.9; extra == "all"
|
|
31
33
|
Requires-Dist: google-cloud-storage<3,>=2.1; extra == "all"
|
|
32
34
|
Requires-Dist: google-cloud-tasks<3,>=2.7; extra == "all"
|
|
33
|
-
Requires-Dist: Jinja2==3.1.2; extra == "all"
|
|
34
|
-
Requires-Dist: playwright~=1.51.0; extra == "all"
|
|
35
|
-
Requires-Dist: sh~=2.0.6; extra == "all"
|
|
36
|
-
Requires-Dist: starlette==0.38.2; extra == "all"
|
|
37
35
|
Requires-Dist: twine; extra == "all"
|
|
38
36
|
Provides-Extra: auth
|
|
39
37
|
Requires-Dist: google-cloud-firestore<3,>=2.3; extra == "auth"
|
|
40
38
|
Provides-Extra: buildtools
|
|
41
39
|
Requires-Dist: bump-my-version; extra == "buildtools"
|
|
42
40
|
Requires-Dist: check-manifest; extra == "buildtools"
|
|
43
|
-
Requires-Dist: Jinja2==3.1.2; extra == "buildtools"
|
|
44
41
|
Requires-Dist: twine; extra == "buildtools"
|
|
45
42
|
Provides-Extra: notifications
|
|
46
43
|
Requires-Dist: google-cloud-pubsub<3,>=2.9; extra == "notifications"
|
|
@@ -2,7 +2,7 @@ arrow<2,>=1
|
|
|
2
2
|
cachetools<6,>=4.2.4
|
|
3
3
|
Click<8.3
|
|
4
4
|
colorama
|
|
5
|
-
lxml<
|
|
5
|
+
lxml<7
|
|
6
6
|
requests>=2.31.0
|
|
7
7
|
|
|
8
8
|
[all]
|
|
@@ -12,10 +12,6 @@ google-cloud-firestore<3,>=2.3
|
|
|
12
12
|
google-cloud-pubsub<3,>=2.9
|
|
13
13
|
google-cloud-storage<3,>=2.1
|
|
14
14
|
google-cloud-tasks<3,>=2.7
|
|
15
|
-
Jinja2==3.1.2
|
|
16
|
-
playwright~=1.51.0
|
|
17
|
-
sh~=2.0.6
|
|
18
|
-
starlette==0.38.2
|
|
19
15
|
twine
|
|
20
16
|
|
|
21
17
|
[auth]
|
|
@@ -24,7 +20,6 @@ google-cloud-firestore<3,>=2.3
|
|
|
24
20
|
[buildtools]
|
|
25
21
|
bump-my-version
|
|
26
22
|
check-manifest
|
|
27
|
-
Jinja2==3.1.2
|
|
28
23
|
twine
|
|
29
24
|
|
|
30
25
|
[notifications]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "3.28.2.dev213"
|
|
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
|
|
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
|