orionis 0.342.0__py3-none-any.whl → 0.343.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.
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.342.0"
8
+ VERSION = "0.343.0"
9
9
 
10
10
  # Full name of the author or maintainer of the project
11
11
  AUTHOR = "Raul Mauricio Uñate Castro"
@@ -1,8 +0,0 @@
1
- # Import pattern implementations
2
- from .singleton import Singleton
3
-
4
- # Define the public API of this module
5
- __all__ = [
6
- # Singleton pattern
7
- "Singleton",
8
- ]
@@ -1,11 +1,7 @@
1
1
  # Importing necessary modules for asynchrony services in Orionis framework
2
2
  from .coroutines import Coroutine
3
- from .exceptions import OrionisCoroutineException
4
- from .contracts import ICoroutine
5
3
 
6
4
  # Defining the public API of this module
7
5
  __all__ = [
8
- "Coroutine",
9
- "OrionisCoroutineException",
10
- "ICoroutine"
6
+ "Coroutine"
11
7
  ]
@@ -2,7 +2,7 @@ import asyncio
2
2
  from typing import Any, Coroutine as TypingCoroutine, TypeVar, Union
3
3
  from orionis.services.asynchrony.contracts import ICoroutine
4
4
  from orionis.services.asynchrony.exceptions import OrionisCoroutineException
5
- from orionis.services.introspection.inspection import Inspection
5
+ from orionis.services.introspection import Inspection
6
6
 
7
7
  T = TypeVar("T")
8
8
 
@@ -3,27 +3,9 @@ from .dot_env import DotEnv
3
3
  from .env import Env
4
4
  from .types import EnvTypes
5
5
 
6
- # Import environment contracts
7
- from .contracts import IEnv, IEnvTypes
8
-
9
- # Import environment exceptions
10
- from .exceptions import (
11
- OrionisEnvironmentValueError,
12
- OrionisEnvironmentValueException
13
- )
14
-
15
6
  # Define the public API of this module
16
7
  __all__ = [
17
- # Environment services
18
8
  "DotEnv",
19
9
  "Env",
20
- "EnvTypes",
21
-
22
- # Environment contracts
23
- "IEnv",
24
- "IEnvTypes",
25
-
26
- # Environment exceptions
27
- "OrionisEnvironmentValueError",
28
- "OrionisEnvironmentValueException",
10
+ "EnvTypes"
29
11
  ]
@@ -5,9 +5,8 @@ import threading
5
5
  from pathlib import Path
6
6
  from typing import Any, Optional, Union
7
7
  from dotenv import dotenv_values, load_dotenv, set_key, unset_key
8
- from orionis.patterns.singleton.meta_class import Singleton
9
- from orionis.services.environment.exceptions.environment_value_exception import OrionisEnvironmentValueException
10
- from orionis.services.environment.exceptions.environment_value_error import OrionisEnvironmentValueError
8
+ from orionis.patterns.singleton import Singleton
9
+ from orionis.services.environment.exceptions import OrionisEnvironmentValueException, OrionisEnvironmentValueError
11
10
  from orionis.services.environment.types import EnvTypes
12
11
 
13
12
  class DotEnv(metaclass=Singleton):
@@ -1,4 +1,4 @@
1
- from orionis.services.environment.contracts.env import IEnv
1
+ from orionis.services.environment.contracts import IEnv
2
2
  from orionis.services.environment.dot_env import DotEnv
3
3
  from typing import Any, Dict
4
4
 
@@ -1,6 +1,5 @@
1
1
  from orionis.services.environment.contracts.types import IEnvTypes
2
- from orionis.services.environment.exceptions.environment_value_error import OrionisEnvironmentValueError
3
- from orionis.services.environment.exceptions.environment_value_exception import OrionisEnvironmentValueException
2
+ from orionis.services.environment.exceptions import OrionisEnvironmentValueError, OrionisEnvironmentValueException
4
3
 
5
4
  class EnvTypes(IEnvTypes):
6
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orionis
3
- Version: 0.342.0
3
+ Version: 0.343.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
@@ -223,22 +223,22 @@ orionis/foundation/exceptions/__init__.py,sha256=IqjZ970Nsck5dMaaknbyn5X4cj796Jq
223
223
  orionis/foundation/exceptions/integrity.py,sha256=mc4pL1UMoYRHEmphnpW2oGk5URhu7DJRREyzHaV-cs8,472
224
224
  orionis/foundation/exceptions/value_error.py,sha256=hQhXybXEnaa59ba7JxG65jceHt3mnql9MyekF-TChpM,465
225
225
  orionis/metadata/__init__.py,sha256=4E7FOLUw8NMYkEjQ1-IA-x5PyfA3qsMnhx6QBkVzBKk,594
226
- orionis/metadata/framework.py,sha256=7clVxPcBZ3gGcSrxwl7KlxhGEDt9aiTDErYV40pVKww,4960
226
+ orionis/metadata/framework.py,sha256=6e0S34CnZoBIAewJPghzwwR0NyMIFHN9m1TAZRlfhLg,4960
227
227
  orionis/metadata/package.py,sha256=tqLfBRo-w1j_GN4xvzUNFyweWYFS-qhSgAEc-AmCH1M,5452
228
- orionis/patterns/__init__.py,sha256=7OuCK1tjqHHU3xr_dQCWVQgdvWaYpeiNSAuQRsvCC0Y,167
228
+ orionis/patterns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
229
229
  orionis/patterns/singleton/__init__.py,sha256=5mdiQLrkfJ8uAryx_EjdREf8z-c9oIr8hanbr3E-dKA,152
230
230
  orionis/patterns/singleton/meta_class.py,sha256=YN5mSSQeIX_Gh_TK5HD-ms6IYBTRsRcuzoUtpX-9kYY,2134
231
231
  orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
232
- orionis/services/asynchrony/__init__.py,sha256=vm-zqotHdX2npOp4VPhoXmhKtyT1ZOw-BN1Os3bWu_E,325
233
- orionis/services/asynchrony/coroutines.py,sha256=IVpsS-_7zHQSDTqBrZgbw_ESL7OOnynoGvvK9a_jgu8,2363
232
+ orionis/services/asynchrony/__init__.py,sha256=VojgnK7BrSl7fKaJApG90-ioCxWeXXYntGqKuFUNAcc,186
233
+ orionis/services/asynchrony/coroutines.py,sha256=S6s_Kk5JxGCm44NpgBdZ_YNSamBl8Julpd8FJV1laEM,2352
234
234
  orionis/services/asynchrony/contracts/__init__.py,sha256=SclRf6P6lLJ6s4p66kf8MZI1ykSZguXfooNCWNut_Co,202
235
235
  orionis/services/asynchrony/contracts/coroutines.py,sha256=Wuwp2k4HXAX-tQ3waVIT8AmzX_HeIbjliRchKIqy2k0,688
236
236
  orionis/services/asynchrony/exceptions/__init__.py,sha256=VZUzDi10kGx_A2be7jDBs7Fkq_dHGOvI25gBMRDXj2I,229
237
237
  orionis/services/asynchrony/exceptions/coroutine_exception.py,sha256=eopQpl-2chut-iN1drBy-53EDKava1icwtcWUF4S1Cc,472
238
- orionis/services/environment/__init__.py,sha256=aDpBxkv_qAdmN7eI6EW03tNcqwRypd7a-EGae8NQhxw,623
239
- orionis/services/environment/dot_env.py,sha256=Giq_HZ7nww_1H_peQkX8LLYZgTVTreIDe4ozbvCBZlg,10256
240
- orionis/services/environment/env.py,sha256=jbELcOGNvTslgs96j3PNisEy6967SifV3rourHnnxR4,2799
241
- orionis/services/environment/types.py,sha256=3lw1luvdligW54YPbPTHo36AZQjoQY1HHSgielbPGqA,18440
238
+ orionis/services/environment/__init__.py,sha256=ou4il5aIfLOeBv98dtYfHxime-2KwSmepPlvm4-Ai2g,210
239
+ orionis/services/environment/dot_env.py,sha256=CGTwddKJKlQShggCu3R5OdIdJVQdfDNergGtFVHYHJg,10141
240
+ orionis/services/environment/env.py,sha256=GzpyOQZF6ql5WFStgKuJq86dVaJMAa5TuWaLuKlHrvs,2795
241
+ orionis/services/environment/types.py,sha256=nf7HJjm-1S-BH2YnuBQNNWvb3Aqu-QYPUTfJRgVYZ1Y,18336
242
242
  orionis/services/environment/contracts/__init__.py,sha256=NJe6DDdq8XKbrI2-BDEN8aB_G8bp0QORO1J1ECzZqgA,172
243
243
  orionis/services/environment/contracts/env.py,sha256=7lezGxABAG63pEEvzAmHXgr9izBI6TCp05Trx_SRvc4,2054
244
244
  orionis/services/environment/contracts/types.py,sha256=n0USxUblz0Ofbo1ef0hnGHGkuGjSiWk-SBWVPXv33mE,1994
@@ -338,7 +338,7 @@ orionis/test/suite/__init__.py,sha256=5jgkmkeLwF26x3UxGXHZ7WZzlLMpuAQu9Fo1Rng0iE
338
338
  orionis/test/suite/unit_test.py,sha256=4xFDYUW6GYoyCAh5MRMilwQN-BYB7CeWkDSf6IyBqLM,52137
339
339
  orionis/test/view/__init__.py,sha256=2LWCbH_jT9Dc5a-wV3uxddDxgb6ZLayFQ84w_Cwae6o,84
340
340
  orionis/test/view/render.py,sha256=N1zUp4wruevaYwvHB1T8CizrTLDL0UgP7B4zoKJia1w,4891
341
- orionis-0.342.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
341
+ orionis-0.343.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
342
342
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
343
343
  tests/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
344
  tests/example/test_example.py,sha256=4ebBTg7vjtA8INm1lhi0NFPpZBLr8TfI5qqU-73g4vc,585
@@ -439,8 +439,8 @@ tests/support/wrapper/test_services_wrapper_docdict.py,sha256=5cnxPqMWLAqKQck7wh
439
439
  tests/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
440
440
  tests/testing/test_testing_result.py,sha256=ypIHgSoWCy2GGJQU-RVYJ3adhPqlCSr0OrTlemQ6Wzc,4308
441
441
  tests/testing/test_testing_unit.py,sha256=2mPUcogIM6hOuWXDQhStVrUyBzwkVl1ucqOT2WD7kN8,7390
442
- orionis-0.342.0.dist-info/METADATA,sha256=C_r6UlPVsRicr255N-wPUe3BFsULR7rEIRA3UqD4wpE,4772
443
- orionis-0.342.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
444
- orionis-0.342.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
445
- orionis-0.342.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
446
- orionis-0.342.0.dist-info/RECORD,,
442
+ orionis-0.343.0.dist-info/METADATA,sha256=QBHua9TDEUmOMp1_20iJnSN4062toqkNQVwk5ZvqCOk,4772
443
+ orionis-0.343.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
444
+ orionis-0.343.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
445
+ orionis-0.343.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
446
+ orionis-0.343.0.dist-info/RECORD,,