orionis 0.705.0__py3-none-any.whl → 0.707.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.
@@ -6,7 +6,7 @@
6
6
  NAME = "orionis"
7
7
 
8
8
  # Current version of the framework
9
- VERSION = "0.705.0"
9
+ VERSION = "0.707.0"
10
10
 
11
11
  # Full name of the author or maintainer of the project
12
12
  AUTHOR = "Raul Mauricio Uñate Castro"
@@ -74,7 +74,12 @@ class Imports(IImports):
74
74
  ):
75
75
 
76
76
  # Get relative file path from current working directory
77
- rel_file = os.path.relpath(file, os.getcwd())
77
+ # Handle case where file and cwd are on different drives (Windows)
78
+ try:
79
+ rel_file = os.path.relpath(file, os.getcwd())
80
+ except ValueError:
81
+ # Use absolute path if relative path cannot be calculated (different drives)
82
+ rel_file = file
78
83
  symbols = []
79
84
 
80
85
  # Collect symbols defined in the module (functions, classes, submodules)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orionis
3
- Version: 0.705.0
3
+ Version: 0.707.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
@@ -207,7 +207,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=IrPQJwvQVLRm5Qnz0Cxon4
207
207
  orionis/foundation/providers/testing_provider.py,sha256=eI1p2lUlxl25b5Z487O4nmqLE31CTDb4c3Q21xFadkE,1615
208
208
  orionis/foundation/providers/workers_provider.py,sha256=GdHENYV_yGyqmHJHn0DCyWmWId5xWjD48e6Zq2PGCWY,1674
209
209
  orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
210
- orionis/metadata/framework.py,sha256=2yFvX9ciD_Ea6786zKvYYCqCga1gYKnl8vJrKmAJfk4,4570
210
+ orionis/metadata/framework.py,sha256=qINh9PvVEo4qdXFUHEnkhI9ZDnJ2kJJR2h7rNe1xk8U,4570
211
211
  orionis/metadata/package.py,sha256=s1JeGJPwdVh4jO3IOfmpwMuJ_oX6Vf9NL7jgPEQNf5Y,16050
212
212
  orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
213
  orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -290,7 +290,7 @@ orionis/services/log/handlers/filename.py,sha256=722mnk075vvq02MtpKaDWzLHEUd3sQy
290
290
  orionis/services/log/handlers/size_rotating.py,sha256=VWqTGR3qSYbhuUxGfRf_NNxXAds3tt3EEWSQaV9phEk,1450
291
291
  orionis/services/log/handlers/timed_rotating.py,sha256=2WdQhlLTUfCV48FqtL_igwPpst46XxoajRGHLWLHGuA,1460
292
292
  orionis/services/system/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
293
- orionis/services/system/imports.py,sha256=OEsRLzf1s2rAUqIOuMbCKD9d35ilXrFueYxk6NC5tMs,7061
293
+ orionis/services/system/imports.py,sha256=B_mWsrl-zdbOd_XRSqsJwvUCo3pWPVWUZseOjo8cDiE,7342
294
294
  orionis/services/system/workers.py,sha256=EfGxU_w42xRnZ1yslsui3wVG8pfe__V3GYGEIyo8JxQ,3144
295
295
  orionis/services/system/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
296
296
  orionis/services/system/contracts/imports.py,sha256=wTlr0ck1vcrAoBU91_rgu8cN4dCRnWixsq-ovwXQOn0,2767
@@ -394,8 +394,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
394
394
  orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
395
395
  orionis/test/view/render.py,sha256=arysoswhkV2vUd2aVMZRPpmH317jaWbgjDpQ_AWQ5AE,5663
396
396
  orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
397
- orionis-0.705.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
398
- orionis-0.705.0.dist-info/METADATA,sha256=8Z5Z9nEMh8y4juQEizcAxXI5IfmMsresEP9MdkwMQcM,4772
399
- orionis-0.705.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
400
- orionis-0.705.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
401
- orionis-0.705.0.dist-info/RECORD,,
397
+ orionis-0.707.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
398
+ orionis-0.707.0.dist-info/METADATA,sha256=jngwJHjv-TvPPo16INWDvoq0hWJ4fRbNAjaN3B1QSe4,4772
399
+ orionis-0.707.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
400
+ orionis-0.707.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
401
+ orionis-0.707.0.dist-info/RECORD,,