orionis 0.649.0__py3-none-any.whl → 0.651.0__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,4 +1,3 @@
1
- import subprocess
2
1
  from orionis.console.base.command import BaseCommand
3
2
  from orionis.console.exceptions import CLIOrionisRuntimeError
4
3
  from orionis.foundation.contracts.application import IApplication
@@ -94,7 +93,7 @@ class LogClearCommand(BaseCommand):
94
93
  # Recursively remove subdirectories and their contents
95
94
  shutil.rmtree(entry)
96
95
 
97
- except Exception as e:
96
+ except Exception:
98
97
 
99
98
  # Ignore errors for individual entries to continue processing others
100
99
  pass
@@ -3,10 +3,7 @@ import re
3
3
  from typing import List
4
4
  from orionis.console.args.argument import CLIArgument
5
5
  from orionis.console.base.command import BaseCommand
6
- from orionis.console.contracts.reactor import IReactor
7
6
  from orionis.console.exceptions import CLIOrionisRuntimeError
8
- from rich.console import Console
9
- from rich.panel import Panel
10
7
 
11
8
  from orionis.foundation.contracts.application import IApplication
12
9
 
@@ -117,7 +117,7 @@ class BaseExceptionHandler(IBaseExceptionHandler):
117
117
  throwable = await self.destructureException(exception)
118
118
 
119
119
  # Log the CLI error message with arguments
120
- log.error(f"CLI Error: {throwable.message} (Args: {repr(request.all())})")
120
+ log.error(f"CLI Error: {throwable.message} (Args: {repr(request.arguments())})")
121
121
 
122
122
  # Output the exception traceback to the console
123
123
  console.newLine()
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.649.0"
8
+ VERSION = "0.651.0"
9
9
 
10
10
  # Full name of the author or maintainer of the project
11
11
  AUTHOR = "Raul Mauricio Uñate Castro"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orionis
3
- Version: 0.649.0
3
+ Version: 0.651.0
4
4
  Summary: Orionis Framework – Elegant, Fast, and Powerful.
5
5
  Home-page: https://github.com/orionis-framework/framework
6
6
  Author: Raul Mauricio Uñate Castro
@@ -12,8 +12,8 @@ orionis/console/commands/__publisher__.py,sha256=xVFMVU4xrhmLK_ztou5UWJ2ONpzPc1f
12
12
  orionis/console/commands/__workflow__.py,sha256=16fpHjkMmdVI9cCemADLqNz3U50oaLoVTapGdbigrYU,3095
13
13
  orionis/console/commands/cache_clear.py,sha256=iwdMdRLw8BAGkR-OcBB3JD9pOidC3jWT-W-DUrENywQ,3048
14
14
  orionis/console/commands/help.py,sha256=VFIn3UqQm4pxwjfSQohVwKNpc7F-6XRcwSZQwDSLEaU,3739
15
- orionis/console/commands/log_clear.py,sha256=qTiUhWMbEZFbWaxk4pVdWujkfq0TebiBUflsNDXoYJs,4060
16
- orionis/console/commands/make_command.py,sha256=EbTicRHGf7uZ78MSDwZpQMDTB0MvwATclWNTK4vbkZ4,6076
15
+ orionis/console/commands/log_clear.py,sha256=5klGge3vZL2A9iOgD2rXGAW5CwzeAdayL4vS4j40obQ,4036
16
+ orionis/console/commands/make_command.py,sha256=WTEcEeGednBpymdIRvDShB4sX8vlkJX9-Lk8ZcxFMCo,5956
17
17
  orionis/console/commands/scheduler_list.py,sha256=Wtjy73fpcjI6GGsJg6BHWVUXItzHbY1QLEhryXpCLcs,4770
18
18
  orionis/console/commands/scheduler_work.py,sha256=iPTgP7gOmTPr__TltYQWiqbDXbCP2njuO_2fCzwmMuc,5778
19
19
  orionis/console/commands/test.py,sha256=LXtl918TmYhg0sjBiCfbsvaXUmCLqwCXTazmy7AJhlE,2445
@@ -97,7 +97,7 @@ orionis/container/validators/lifetime.py,sha256=IQ43fDNrxYHMlZH2zlYDJnlkLO_eS4U7
97
97
  orionis/failure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
98
98
  orionis/failure/catch.py,sha256=O6C_KsSPI-ZZb8upzwGagkJMhQ6FWX7J2q9BWweMgQE,3286
99
99
  orionis/failure/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
100
- orionis/failure/base/handler.py,sha256=LrYLbg31CwS93bT7MhVEklppGpaUy8ygLxHCwpChVNw,4818
100
+ orionis/failure/base/handler.py,sha256=G-SygxqdEQmlV1Bpx78n9fY3HbobZlc0l30up7U29vA,4824
101
101
  orionis/failure/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
102
102
  orionis/failure/contracts/catch.py,sha256=me7o9QIliD6A62f1nTGjPapbULjhC1ZRh136s1HpF24,1193
103
103
  orionis/failure/contracts/handler.py,sha256=AeJfkJfD3hTkOIYAtADq6GnQfq-qWgDfUc7bYMdYKAU,2240
@@ -217,7 +217,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=IrPQJwvQVLRm5Qnz0Cxon4
217
217
  orionis/foundation/providers/testing_provider.py,sha256=eI1p2lUlxl25b5Z487O4nmqLE31CTDb4c3Q21xFadkE,1615
218
218
  orionis/foundation/providers/workers_provider.py,sha256=GdHENYV_yGyqmHJHn0DCyWmWId5xWjD48e6Zq2PGCWY,1674
219
219
  orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
220
- orionis/metadata/framework.py,sha256=gI4Ag6LAJ9jCcnmoA9_zhRISxwe7C2TuuwZYK-rshKg,4089
220
+ orionis/metadata/framework.py,sha256=fp2JS6twbQLr_mroF8uKJfv9U1S8Gc67se4Z7VSVj6M,4089
221
221
  orionis/metadata/package.py,sha256=k7Yriyp5aUcR-iR8SK2ec_lf0_Cyc-C7JczgXa-I67w,16039
222
222
  orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
223
223
  orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -404,8 +404,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
404
404
  orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
405
405
  orionis/test/view/render.py,sha256=R55ykeRs0wDKcdTf4O1YZ8GDHTFmJ0IK6VQkbJkYUvo,5571
406
406
  orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
407
- orionis-0.649.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
408
- orionis-0.649.0.dist-info/METADATA,sha256=6D9of_YNLr6nrNTcT4I0ehJoZs6QiCnRBPN_37zUg8Y,4772
409
- orionis-0.649.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
410
- orionis-0.649.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
411
- orionis-0.649.0.dist-info/RECORD,,
407
+ orionis-0.651.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
408
+ orionis-0.651.0.dist-info/METADATA,sha256=TLevEpD31eIGH5VdliEHg8hsaVvugiry2GQbXn8oDNc,4772
409
+ orionis-0.651.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
410
+ orionis-0.651.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
411
+ orionis-0.651.0.dist-info/RECORD,,