orionis 0.570.0__py3-none-any.whl → 0.572.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.
@@ -1389,7 +1389,7 @@ class Schedule(ISchedule):
1389
1389
 
1390
1390
  Raises
1391
1391
  ------
1392
- ValueError
1392
+ CLIOrionisValueError
1393
1393
  If the 'at' parameter is not a valid datetime object or 'wait' is not boolean,
1394
1394
  or if the scheduled time is not in the future.
1395
1395
  CLIOrionisRuntimeError
@@ -1398,11 +1398,11 @@ class Schedule(ISchedule):
1398
1398
 
1399
1399
  # Validate that the 'at' parameter is a datetime object
1400
1400
  if not isinstance(at, datetime):
1401
- raise ValueError("The 'at' parameter must be a datetime object.")
1401
+ raise CLIOrionisValueError("The 'at' parameter must be a datetime object.")
1402
1402
 
1403
1403
  # Validate that the 'wait' parameter is a boolean
1404
1404
  if not isinstance(wait, bool):
1405
- raise ValueError("The 'wait' parameter must be a boolean value.")
1405
+ raise CLIOrionisValueError("The 'wait' parameter must be a boolean value.")
1406
1406
 
1407
1407
  # Define an async function to shut down the scheduler
1408
1408
  async def schedule_shutdown():
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.570.0"
8
+ VERSION = "0.572.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.570.0
3
+ Version: 0.572.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
@@ -65,7 +65,7 @@ orionis/console/request/cli_request.py,sha256=lO7088xlVK1VP-NhCIgAo7qXGzCW3nXVOJ
65
65
  orionis/console/stub/command.stub,sha256=IfQ0bTrpataVFcT1ZdHyyiYNZ67D5Aox_QvgVJLeJnI,1240
66
66
  orionis/console/stub/listener.stub,sha256=DbX-ghx2-vb73kzQ6L20lyg5vSKn58jSLTwFuwNQU9k,4331
67
67
  orionis/console/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
- orionis/console/tasks/schedule.py,sha256=r0m_AESx18ahcQyuJvdhKkjmXOMIpkRYWC8eFNWNDoU,83362
68
+ orionis/console/tasks/schedule.py,sha256=g7eX4uuxT1EK8-uBulx2Xzies98-5FEGdc_20O8ORn8,83392
69
69
  orionis/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
70
70
  orionis/container/container.py,sha256=9beW1IQzgZkgVIMo0ePBAkTz7bnNz3GNZZDRogMp8AI,96902
71
71
  orionis/container/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -224,7 +224,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=1do4B09bU_6xbFHHVYYTGM
224
224
  orionis/foundation/providers/testing_provider.py,sha256=SrJRpdvcblx9WvX7x9Y3zc7OQfiTf7la0HAJrm2ESlE,3725
225
225
  orionis/foundation/providers/workers_provider.py,sha256=oa_2NIDH6UxZrtuGkkoo_zEoNIMGgJ46vg5CCgAm7wI,3926
226
226
  orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
227
- orionis/metadata/framework.py,sha256=PvBzxcYMkCAgFIWhiKDnsnUqZ-HyxW29e8XWP5A8J-g,4109
227
+ orionis/metadata/framework.py,sha256=t69-GLDY6gW3niOVhnwA8yts4S6Z182_7OMinroqWCA,4109
228
228
  orionis/metadata/package.py,sha256=k7Yriyp5aUcR-iR8SK2ec_lf0_Cyc-C7JczgXa-I67w,16039
229
229
  orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
230
230
  orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -417,8 +417,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
417
417
  orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
418
418
  orionis/test/view/render.py,sha256=f-zNhtKSg9R5Njqujbg2l2amAs2-mRVESneLIkWOZjU,4082
419
419
  orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
420
- orionis-0.570.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
421
- orionis-0.570.0.dist-info/METADATA,sha256=Aub2KA8pRRjibn16Glp4KTRb_osC81120vYIG996MUg,4801
422
- orionis-0.570.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
423
- orionis-0.570.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
424
- orionis-0.570.0.dist-info/RECORD,,
420
+ orionis-0.572.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
421
+ orionis-0.572.0.dist-info/METADATA,sha256=FS9US0b2aoBQiyx1TygV9_fo9Yju0On0Fi35K9-lGXc,4801
422
+ orionis-0.572.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
423
+ orionis-0.572.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
424
+ orionis-0.572.0.dist-info/RECORD,,