rbx 3.18.1__tar.gz → 3.18.1.dev151__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.18.1 → rbx-3.18.1.dev151}/PKG-INFO +1 -1
- {rbx-3.18.1 → rbx-3.18.1.dev151}/pyproject.toml +2 -2
- rbx-3.18.1.dev151/rbx/__init__.py +1 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/toolkit/exporter.py +4 -3
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx.egg-info/PKG-INFO +1 -1
- rbx-3.18.1/rbx/__init__.py +0 -1
- {rbx-3.18.1 → rbx-3.18.1.dev151}/LICENSE +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/README.md +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/auth/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/auth/decorators.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/auth/keystore.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/auth/mock.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/aws/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/aws/s3.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/buildtools/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/buildtools/cli.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/buildtools/tasks/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/buildtools/tasks/apprunner.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/buildtools/tasks/ec2.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/buildtools/tasks/image.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/buildtools/tasks/misc.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/clients/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/clients/adsquare.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/clients/broadsign.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/clients/oxr.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/clients/panels.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/clients/reporting.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/clients/retry.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/exceptions.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/gcp/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/gcp/cloud_tasks.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/gcp/pubsub.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/gcp/storage.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/logging.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/settings.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/toolkit/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/toolkit/browser.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/toolkit/cli.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/toolkit/media.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/toolkit/utils.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/toolkit/web.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/utils/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/utils/mdm.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/utils/vast.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/web/__init__.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx/web/handlers.py +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx.egg-info/SOURCES.txt +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx.egg-info/dependency_links.txt +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx.egg-info/entry_points.txt +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx.egg-info/requires.txt +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/rbx.egg-info/top_level.txt +0 -0
- {rbx-3.18.1 → rbx-3.18.1.dev151}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rbx"
|
|
7
|
-
version = "3.18.1"
|
|
7
|
+
version = "3.18.1.dev151"
|
|
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" }
|
|
@@ -91,7 +91,7 @@ homepage = "https://github.com/rockabox/rbx"
|
|
|
91
91
|
repository = "https://github.com/rockabox/rbx.git"
|
|
92
92
|
|
|
93
93
|
[tool.bumpversion]
|
|
94
|
-
current_version = "3.18.1"
|
|
94
|
+
current_version = "3.18.1.dev151"
|
|
95
95
|
commit = true
|
|
96
96
|
parse = """
|
|
97
97
|
(?P<major>\\d+)\\.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.18.1.dev151"
|
|
@@ -2,7 +2,7 @@ import logging
|
|
|
2
2
|
|
|
3
3
|
from starlette.applications import Starlette
|
|
4
4
|
from starlette.config import Config
|
|
5
|
-
from starlette.responses import
|
|
5
|
+
from starlette.responses import JSONResponse
|
|
6
6
|
from starlette.routing import Route
|
|
7
7
|
|
|
8
8
|
from . import Options, run
|
|
@@ -21,6 +21,7 @@ async def handler(request):
|
|
|
21
21
|
filename = f"{name}.{ext}"
|
|
22
22
|
|
|
23
23
|
project_id = config("GOOGLE_CLOUD_PROJECT", default="dev-platform-eu")
|
|
24
|
+
output = f"gs://{project_id}.appspot.com/toolkit/exports/"
|
|
24
25
|
|
|
25
26
|
await run(
|
|
26
27
|
options=Options(
|
|
@@ -29,12 +30,12 @@ async def handler(request):
|
|
|
29
30
|
height=payload["height"],
|
|
30
31
|
format=payload["format"],
|
|
31
32
|
duration=int(payload.get("duration", 0)),
|
|
32
|
-
output=
|
|
33
|
+
output=output,
|
|
33
34
|
filename=filename,
|
|
34
35
|
)
|
|
35
36
|
)
|
|
36
37
|
|
|
37
|
-
return
|
|
38
|
+
return JSONResponse({"path": f"{output}{filename}"})
|
|
38
39
|
|
|
39
40
|
|
|
40
41
|
def create_app() -> Starlette:
|
rbx-3.18.1/rbx/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "3.18.1"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|