orionis 0.724.0__py3-none-any.whl → 0.725.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/metadata/framework.py +5 -3
- {orionis-0.724.0.dist-info → orionis-0.725.0.dist-info}/METADATA +3 -2
- {orionis-0.724.0.dist-info → orionis-0.725.0.dist-info}/RECORD +6 -6
- {orionis-0.724.0.dist-info → orionis-0.725.0.dist-info}/WHEEL +0 -0
- {orionis-0.724.0.dist-info → orionis-0.725.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.724.0.dist-info → orionis-0.725.0.dist-info}/top_level.txt +0 -0
orionis/metadata/framework.py
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
NAME = "orionis"
|
|
7
7
|
|
|
8
8
|
# Current version of the framework
|
|
9
|
-
VERSION = "0.
|
|
9
|
+
VERSION = "0.725.0"
|
|
10
10
|
|
|
11
11
|
# Full name of the author or maintainer of the project
|
|
12
12
|
AUTHOR = "Raul Mauricio Uñate Castro"
|
|
@@ -74,8 +74,9 @@ KEYWORDS = [
|
|
|
74
74
|
"framework",
|
|
75
75
|
"python",
|
|
76
76
|
"orionis-framework",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"granian",
|
|
78
|
+
"asgi",
|
|
79
|
+
"rsgi"
|
|
79
80
|
]
|
|
80
81
|
|
|
81
82
|
#---------------------------------------------------------------------------
|
|
@@ -95,6 +96,7 @@ REQUIRES = [
|
|
|
95
96
|
'twine>=5.0.0',
|
|
96
97
|
'pyclean>=3.1.0',
|
|
97
98
|
'dotty-dict>=1.3.1',
|
|
99
|
+
'granian>=2.5.5',
|
|
98
100
|
]
|
|
99
101
|
|
|
100
102
|
#---------------------------------------------------------------------------
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: orionis
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.725.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
|
|
7
7
|
Author-email: raulmauriciounate@gmail.com
|
|
8
8
|
License: MIT
|
|
9
|
-
Keywords: orionis,framework,python,orionis-framework,
|
|
9
|
+
Keywords: orionis,framework,python,orionis-framework,granian,asgi,rsgi
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Environment :: Web Environment
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -37,6 +37,7 @@ Requires-Dist: wheel>=0.42.0
|
|
|
37
37
|
Requires-Dist: twine>=5.0.0
|
|
38
38
|
Requires-Dist: pyclean>=3.1.0
|
|
39
39
|
Requires-Dist: dotty-dict>=1.3.1
|
|
40
|
+
Requires-Dist: granian>=2.5.5
|
|
40
41
|
Dynamic: author
|
|
41
42
|
Dynamic: author-email
|
|
42
43
|
Dynamic: classifier
|
|
@@ -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=
|
|
210
|
+
orionis/metadata/framework.py,sha256=qSqfkPJcUrvfrYF3lGeuXVg380szqejJ14UdE6v8PO8,4720
|
|
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
|
|
@@ -402,8 +402,8 @@ orionis/test/validators/workers.py,sha256=HcZ3cnrk6u7cvM1xZpn_lsglHAq69_jx9RcTSv
|
|
|
402
402
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
403
403
|
orionis/test/view/render.py,sha256=arysoswhkV2vUd2aVMZRPpmH317jaWbgjDpQ_AWQ5AE,5663
|
|
404
404
|
orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
|
|
405
|
-
orionis-0.
|
|
406
|
-
orionis-0.
|
|
407
|
-
orionis-0.
|
|
408
|
-
orionis-0.
|
|
409
|
-
orionis-0.
|
|
405
|
+
orionis-0.725.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
|
406
|
+
orionis-0.725.0.dist-info/METADATA,sha256=cqAlQIy-FyztgUfLFmgGSXvhkTvWUYI5PBShmSVZyo4,4962
|
|
407
|
+
orionis-0.725.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
408
|
+
orionis-0.725.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
|
|
409
|
+
orionis-0.725.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|