orionis 0.346.0__py3-none-any.whl → 0.347.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.
@@ -9,7 +9,13 @@ from .framework import (
9
9
  FRAMEWORK,
10
10
  DOCS,
11
11
  API,
12
- PYTHON_REQUIRES
12
+ PYTHON_REQUIRES,
13
+ CLASSIFIERS,
14
+ KEYWORDS,
15
+ REQUIRES,
16
+ get_classifiers,
17
+ get_requires,
18
+ get_svg_assets
13
19
  )
14
20
 
15
21
  # Import package utilities
@@ -28,6 +34,12 @@ __all__ = [
28
34
  "DOCS",
29
35
  "API",
30
36
  "PYTHON_REQUIRES",
37
+ "CLASSIFIERS",
38
+ "KEYWORDS",
39
+ "REQUIRES",
40
+ "get_classifiers",
41
+ "get_requires",
42
+ "get_svg_assets",
31
43
 
32
44
  # Package utilities
33
45
  "PypiPackageApi",
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.346.0"
8
+ VERSION = "0.347.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.346.0
3
+ Version: 0.347.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
@@ -222,8 +222,8 @@ orionis/foundation/contracts/config.py,sha256=Rpz6U6t8OXHO9JJKSTnCimytXE-tfCB-1i
222
222
  orionis/foundation/exceptions/__init__.py,sha256=IqjZ970Nsck5dMaaknbyn5X4cj796JqT3e3GF4zNJcA,242
223
223
  orionis/foundation/exceptions/integrity.py,sha256=mc4pL1UMoYRHEmphnpW2oGk5URhu7DJRREyzHaV-cs8,472
224
224
  orionis/foundation/exceptions/value_error.py,sha256=hQhXybXEnaa59ba7JxG65jceHt3mnql9MyekF-TChpM,465
225
- orionis/metadata/__init__.py,sha256=4E7FOLUw8NMYkEjQ1-IA-x5PyfA3qsMnhx6QBkVzBKk,594
226
- orionis/metadata/framework.py,sha256=jOS_l0FnNOPQyCHIyIGImlrbwTf90pJIqdiXIaWo3KI,4960
225
+ orionis/metadata/__init__.py,sha256=RavhYQjj2FDghzEoU8Y1MHxQRlGu6mcl70ca3kmWRjE,826
226
+ orionis/metadata/framework.py,sha256=tmSAMc7a4vDBIHo_L8CpKJ_WsFOwVbIgk_soAOqZQlg,4960
227
227
  orionis/metadata/package.py,sha256=tqLfBRo-w1j_GN4xvzUNFyweWYFS-qhSgAEc-AmCH1M,5452
228
228
  orionis/patterns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
229
229
  orionis/patterns/singleton/__init__.py,sha256=5mdiQLrkfJ8uAryx_EjdREf8z-c9oIr8hanbr3E-dKA,152
@@ -342,7 +342,7 @@ orionis/test/suite/__init__.py,sha256=5jgkmkeLwF26x3UxGXHZ7WZzlLMpuAQu9Fo1Rng0iE
342
342
  orionis/test/suite/unit_test.py,sha256=4xFDYUW6GYoyCAh5MRMilwQN-BYB7CeWkDSf6IyBqLM,52137
343
343
  orionis/test/view/__init__.py,sha256=2LWCbH_jT9Dc5a-wV3uxddDxgb6ZLayFQ84w_Cwae6o,84
344
344
  orionis/test/view/render.py,sha256=N1zUp4wruevaYwvHB1T8CizrTLDL0UgP7B4zoKJia1w,4891
345
- orionis-0.346.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
345
+ orionis-0.347.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
346
346
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
347
347
  tests/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
348
348
  tests/example/test_example.py,sha256=4ebBTg7vjtA8INm1lhi0NFPpZBLr8TfI5qqU-73g4vc,585
@@ -400,7 +400,7 @@ tests/foundation/config/testing/test_foundation_config_testing.py,sha256=iOtrI4U
400
400
  tests/foundation/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
401
401
  tests/foundation/exceptions/test_foundation_config_exceptions.py,sha256=fHNjPW1Q_oOdpItL_d9IE9-P82MI_wO3JcWH_n-XrZc,4072
402
402
  tests/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
403
- tests/metadata/test_metadata_framework.py,sha256=_YVn_BS5yfXIst3Q_qjNT1fMaI-iMOeWAC3Icz8_rHQ,3250
403
+ tests/metadata/test_metadata_framework.py,sha256=m1_Hg9yWkPtKr-LTJVCkpsamvARC6CcfuLAqktuYU7E,3240
404
404
  tests/metadata/test_metadata_package.py,sha256=EOSGebpQyvRMY0Gv8Ni8M_EZEfj7ReSu_1_AVET-aR4,2815
405
405
  tests/patterns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
406
406
  tests/patterns/singleton/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -443,8 +443,8 @@ tests/support/wrapper/test_services_wrapper_docdict.py,sha256=5cnxPqMWLAqKQck7wh
443
443
  tests/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
444
444
  tests/testing/test_testing_result.py,sha256=ypIHgSoWCy2GGJQU-RVYJ3adhPqlCSr0OrTlemQ6Wzc,4308
445
445
  tests/testing/test_testing_unit.py,sha256=2mPUcogIM6hOuWXDQhStVrUyBzwkVl1ucqOT2WD7kN8,7390
446
- orionis-0.346.0.dist-info/METADATA,sha256=LDL5YzhkhTqlHuFhwrIAALyBSXoLJ9fxJTgmoRytZzQ,4772
447
- orionis-0.346.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
448
- orionis-0.346.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
449
- orionis-0.346.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
450
- orionis-0.346.0.dist-info/RECORD,,
446
+ orionis-0.347.0.dist-info/METADATA,sha256=jyVFonACyzEwpPjp-GGitvLjjkM2AkRA2Qej04CXJ5k,4772
447
+ orionis-0.347.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
448
+ orionis-0.347.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
449
+ orionis-0.347.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
450
+ orionis-0.347.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
- from orionis.metadata.framework import *
1
+ from orionis.metadata import *
2
2
  from orionis.test import TestCase
3
3
 
4
4
  class TestMetadataFramework(TestCase):