rbx.cp 0.13.2__py3-none-any.whl → 0.13.3__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.
- rbx/box/tooling/main.py +2 -1
- {rbx_cp-0.13.2.dist-info → rbx_cp-0.13.3.dist-info}/METADATA +1 -1
- {rbx_cp-0.13.2.dist-info → rbx_cp-0.13.3.dist-info}/RECORD +6 -6
- {rbx_cp-0.13.2.dist-info → rbx_cp-0.13.3.dist-info}/LICENSE +0 -0
- {rbx_cp-0.13.2.dist-info → rbx_cp-0.13.3.dist-info}/WHEEL +0 -0
- {rbx_cp-0.13.2.dist-info → rbx_cp-0.13.3.dist-info}/entry_points.txt +0 -0
rbx/box/tooling/main.py
CHANGED
@@ -9,7 +9,6 @@ import syncer
|
|
9
9
|
import typer
|
10
10
|
|
11
11
|
from rbx import annotations, console
|
12
|
-
from rbx.box.tooling import converter
|
13
12
|
from rbx.box.tooling.boca import main as boca_main
|
14
13
|
|
15
14
|
app = typer.Typer(no_args_is_help=True, cls=annotations.AliasGroup)
|
@@ -33,6 +32,8 @@ async def convert(
|
|
33
32
|
typer.Option('--language', '-l', help='The main language of the problem.'),
|
34
33
|
] = None,
|
35
34
|
):
|
35
|
+
from rbx.box.tooling import converter
|
36
|
+
|
36
37
|
if pkg.suffix == '.zip':
|
37
38
|
temp_dir = tempfile.TemporaryDirectory()
|
38
39
|
with zipfile.ZipFile(pkg, 'r') as zip_ref:
|
@@ -88,7 +88,7 @@ rbx/box/tooling/boca/main.py,sha256=knl1rpaHIwA63KkzMJMZQrejzMpbTPBhYqGx1IpuNm4,
|
|
88
88
|
rbx/box/tooling/boca/scrape.py,sha256=q1BoVstfLbw5CwB9e2hQnseBv6HQMnXq2z_tk18ui6M,1024
|
89
89
|
rbx/box/tooling/boca/scraper.py,sha256=BVs3GRS7VRY1I6YzfPDc0Se0cSB_OUB61bvkJxFhUc8,12682
|
90
90
|
rbx/box/tooling/converter.py,sha256=CvZXDjmKqYLTFq9oaQjERa4Gqjlq3rK5dfQl1HFuRrI,2537
|
91
|
-
rbx/box/tooling/main.py,sha256=
|
91
|
+
rbx/box/tooling/main.py,sha256=uj6XHjJMF3nyb4enbbTK8XbUAuiRLT_RP1kVwSMqV5E,2003
|
92
92
|
rbx/box/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
93
93
|
rbx/box/ui/captured_log.py,sha256=HPoV6LZohuECmjoqOdM_xFZbpICzQnI4n3rF-lf_b1Q,11634
|
94
94
|
rbx/box/ui/css/app.tcss,sha256=yArFcQlehLoVYPN4AzZnekOnKTEaNdbC-SERSwopxg8,2426
|
@@ -242,8 +242,8 @@ rbx/testcase.py,sha256=yKOq3CAJZ1YTmInvnoIs0u1iJnRj_X85XiWbLI-p9d8,1951
|
|
242
242
|
rbx/testcase_rendering.py,sha256=nfmv6dSEqd4aR3TsaODwkKGK6AXty_DDKtWf_ejiQpI,2084
|
243
243
|
rbx/testing_utils.py,sha256=x_PqD8Zd2PkN91NxVHUnSTs044-1WK5KKtttKQBXpFs,2083
|
244
244
|
rbx/utils.py,sha256=SZW_bqU33CkHRrInnGN36QfQA0dQx2zdWO32fxlDy-w,5264
|
245
|
-
rbx_cp-0.13.
|
246
|
-
rbx_cp-0.13.
|
247
|
-
rbx_cp-0.13.
|
248
|
-
rbx_cp-0.13.
|
249
|
-
rbx_cp-0.13.
|
245
|
+
rbx_cp-0.13.3.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
246
|
+
rbx_cp-0.13.3.dist-info/METADATA,sha256=5q0W492nuXldJJbMFEZPSpsjwsuIF2AN0q-WOxo7RR4,4616
|
247
|
+
rbx_cp-0.13.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
248
|
+
rbx_cp-0.13.3.dist-info/entry_points.txt,sha256=qBTLBOeifT1F00LWaEewRRE_jQPgvH7BUdJfZ-dYsFU,57
|
249
|
+
rbx_cp-0.13.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|