orionis 0.278.0__py3-none-any.whl → 0.279.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.
orionis/framework.py CHANGED
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.278.0"
8
+ VERSION = "0.279.0"
9
9
 
10
10
  # Full name of the author or maintainer of the project
11
11
  AUTHOR = "Raul Mauricio Uñate Castro"
orionis/framework_api.py CHANGED
@@ -1,4 +1,5 @@
1
1
  import requests
2
+ from orionis.framework import API
2
3
 
3
4
  class OrionisFrameworkApi:
4
5
  """
@@ -42,7 +43,7 @@ class OrionisFrameworkApi:
42
43
  Initializes the class by setting the base URL for the Orionis PyPI package,
43
44
  initializing the information dictionary, and retrieving all package data.
44
45
  """
45
- self._baseUrl = "https://pypi.org/pypi/orionis/json"
46
+ self._baseUrl = API
46
47
  self._info = {}
47
48
  self.getAllData()
48
49
 
@@ -60,7 +61,7 @@ class OrionisFrameworkApi:
60
61
  try:
61
62
  response = requests.get(self._baseUrl, timeout=10)
62
63
  response.raise_for_status()
63
- data = response.json()
64
+ data:dict = response.json()
64
65
  self._info = data.get("info", {})
65
66
  if not self._info:
66
67
  raise ValueError("No 'info' key found in PyPI response.")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orionis
3
- Version: 0.278.0
3
+ Version: 0.279.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
@@ -1,8 +1,8 @@
1
1
  orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  orionis/_application.py,sha256=dMjJ0nFcIIOBGb5zr-tHNzcgTOZ1vJ7iMdFAlqSQph0,9405
3
3
  orionis/application.py,sha256=KrIj21LSoQCrpkkc8O_UeHrEMEJvSGVJuMGx-srrOXE,413
4
- orionis/framework.py,sha256=V1oWol7QfqGLdAPOGOCLwLDiW1fkXTm660qqEH4_Rgk,4960
5
- orionis/framework_api.py,sha256=MjbJ8AsLD5ODz0QGYe_sDxTHCaX4q6qIDhdGJFRUkLI,6698
4
+ orionis/framework.py,sha256=uetO5CMPalBt4DJqUCYeWB7NMDXFuggQZXGQXFbUj1k,4960
5
+ orionis/framework_api.py,sha256=sbTUPVKHUYnlDYWyad6ncB5iU2t7slA2gSJoKaiBse8,6705
6
6
  orionis/unittesting.py,sha256=VzNyVcLWTFP5dAWLQ_A1Zfzwv_Oeb9LbvNYNSbTEFbs,1626
7
7
  orionis/_container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  orionis/_container/container.py,sha256=0AOqTNwpN_OtWbq9mBI99qfJ7LMkN71y0lP0JWKzut0,18289
@@ -321,7 +321,7 @@ orionis/test/suites/test_unit.py,sha256=u2sWLLyh0I41kanRjkNOt9p-do_Qh5IW5bHSx9N-
321
321
  orionis/test/suites/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
322
322
  orionis/test/suites/contracts/test_suite.py,sha256=arJSxWGjOHTVGiJrmqdqDrb9Ymt3SitDPZKVMBsWCf8,888
323
323
  orionis/test/suites/contracts/test_unit.py,sha256=5gaGXqCx07aDlAQJi8J-GF83kVj3uIx_fdPF1HYMKcg,5596
324
- orionis-0.278.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
324
+ orionis-0.279.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
325
325
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
326
326
  tests/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
327
327
  tests/example/test_example.py,sha256=DUZU6lWVFsyHtBEXx0cBxMrSCpOtAOL3PUoi9-tXAas,583
@@ -419,8 +419,8 @@ tests/support/inspection/fakes/fake_reflection_instance_with_abstract.py,sha256=
419
419
  tests/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
420
420
  tests/testing/test_testing_result.py,sha256=54QDn6_v9feIcDcA6LPXcvYhlt_X8JqLGTYWS9XjKXM,3029
421
421
  tests/testing/test_testing_unit.py,sha256=MeVL4gc4cGRPXdVOOKJx6JPKducrZ8cN7F52Iiciixg,5443
422
- orionis-0.278.0.dist-info/METADATA,sha256=BWJWp_ZuvHc4Nmi6pZsQl1Xd0RK1z0iE0Jyx0E4ZCiw,4772
423
- orionis-0.278.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
424
- orionis-0.278.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
425
- orionis-0.278.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
426
- orionis-0.278.0.dist-info/RECORD,,
422
+ orionis-0.279.0.dist-info/METADATA,sha256=PaUj6JJLKN53oxPz9npQkfdw8MCYwdM0IiESE03goyk,4772
423
+ orionis-0.279.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
424
+ orionis-0.279.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
425
+ orionis-0.279.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
426
+ orionis-0.279.0.dist-info/RECORD,,