orionis 0.3.0__py3-none-any.whl → 0.4.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 +1 -1
- orionis/luminate/static/logos/OrionisFramework.jpg +0 -0
- orionis/luminate/static/logos/OrionisFramework.png +0 -0
- orionis/luminate/static/logos/OrionisFramework.psd +0 -0
- orionis/luminate/static/logos/OrionisFramework2.png +0 -0
- orionis-0.4.0.dist-info/METADATA +45 -0
- {orionis-0.3.0.dist-info → orionis-0.4.0.dist-info}/RECORD +11 -8
- orionis/luminate/static/logos/flaskavel.png +0 -0
- orionis-0.3.0.dist-info/METADATA +0 -27
- {orionis-0.3.0.dist-info → orionis-0.4.0.dist-info}/LICENCE +0 -0
- {orionis-0.3.0.dist-info → orionis-0.4.0.dist-info}/WHEEL +0 -0
- {orionis-0.3.0.dist-info → orionis-0.4.0.dist-info}/entry_points.txt +0 -0
- {orionis-0.3.0.dist-info → orionis-0.4.0.dist-info}/top_level.txt +0 -0
orionis/framework.py
CHANGED
@@ -6,7 +6,7 @@ NAME = "orionis"
|
|
6
6
|
#--------------------------------------------------------------------------
|
7
7
|
# Current version of the project or framework
|
8
8
|
#--------------------------------------------------------------------------
|
9
|
-
VERSION = "0.
|
9
|
+
VERSION = "0.4.0"
|
10
10
|
|
11
11
|
#--------------------------------------------------------------------------
|
12
12
|
# Full name of the author or maintainer of the project
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,45 @@
|
|
1
|
+
Metadata-Version: 2.2
|
2
|
+
Name: orionis
|
3
|
+
Version: 0.4.0
|
4
|
+
Summary: Orionis Framework – Elegant, Fast, and Powerful.
|
5
|
+
Home-page: https://github.com/orionis-framework/framework
|
6
|
+
Author: Raul Mauricio Uñate Castro
|
7
|
+
Author-email: raulmauriciounate@gmail.com
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
10
|
+
Classifier: Operating System :: OS Independent
|
11
|
+
Requires-Python: >=3.12
|
12
|
+
Description-Content-Type: text/markdown
|
13
|
+
License-File: LICENCE
|
14
|
+
Requires-Dist: apscheduler>=3.11.0
|
15
|
+
Requires-Dist: python-dotenv>=1.0.1
|
16
|
+
Dynamic: author
|
17
|
+
Dynamic: author-email
|
18
|
+
Dynamic: classifier
|
19
|
+
Dynamic: description
|
20
|
+
Dynamic: description-content-type
|
21
|
+
Dynamic: home-page
|
22
|
+
Dynamic: requires-dist
|
23
|
+
Dynamic: requires-python
|
24
|
+
Dynamic: summary
|
25
|
+
|
26
|
+
# **Orionis Framework – An Opinionated Python Framework**
|
27
|
+
|
28
|
+
🚀 **Orionis Framework – Elegant, Fast, and Powerful** ⚡
|
29
|
+
|
30
|
+
🔬 **(Currently in Beta – Evolving Towards Perfection!)**
|
31
|
+
|
32
|
+
---
|
33
|
+
|
34
|
+
## What is Orionis?
|
35
|
+
|
36
|
+
Orionis Framework was born from a bold vision: to propel a team of exceptionally talented developers into a new technological era without sacrificing their impact. This team, originally experts in PHP, thrived in an environment that enabled them to craft solutions with speed and precision. But as we looked ahead, we saw the need for something more—something capable of tackling cutting-edge challenges like RPA, AI, Blockchain, Data Analytics, OCR, and Computer Vision. The answer? **Python.**
|
37
|
+
|
38
|
+
Yet, transitioning to Python wasn’t just about switching languages—it was about embracing an entirely new mindset. Unlike their familiar PHP framework, Python’s structure and lifecycle presented challenges: How do we naturally organize classes? How do we manage a request’s lifecycle? And what about Middleware—so crucial in building robust applications? These were critical questions that demanded answers.
|
39
|
+
|
40
|
+
Then came the breakthrough: **What if we built something in Python that felt like home?**
|
41
|
+
|
42
|
+
That’s how **Orionis Framework** was born. We designed it around the methodology this team already mastered, capturing their workflow and translating it into the Python ecosystem. We built initial features tailored to their strengths, allowing them to test-drive Orionis. The result? **A seamless transition.** Not only did they adapt quickly, but they also began to understand the inner workings of each component—transforming from mere users into true architects of their own solutions.
|
43
|
+
|
44
|
+
Orionis Framework is more than just a framework. It’s a movement, a community, and a force that transforms a simple technological shift into a true **evolution of skill.** By blending web craftsmanship with scientific precision, Orionis elevates development into a new frontier within the power of Python.
|
45
|
+
|
@@ -1,6 +1,6 @@
|
|
1
1
|
orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
orionis/cli_manager.py,sha256=9wNVJxB0HyqUbNesUvkwlsqTyUbZwK6R46iVLE5WVBQ,1715
|
3
|
-
orionis/framework.py,sha256=
|
3
|
+
orionis/framework.py,sha256=vHafNRb3SRCEG6AOMYO0gQ2SSEBOZnLCYx9y2Scn-YE,2292
|
4
4
|
orionis/luminate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
orionis/luminate/app.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
orionis/luminate/bootstrap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -114,7 +114,10 @@ orionis/luminate/pipelines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
114
114
|
orionis/luminate/pipelines/cli_pipeline.py,sha256=UpEWClNSxeDnFEpryrBSQZ6z2SFpXrW0GazEQ6ejoEM,3809
|
115
115
|
orionis/luminate/publisher/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
116
116
|
orionis/luminate/publisher/pypi.py,sha256=L6c7Ij8pt5tpZSJnfUhfdft--Aqo2kLrUvSQymS_3hM,8039
|
117
|
-
orionis/luminate/static/logos/
|
117
|
+
orionis/luminate/static/logos/OrionisFramework.jpg,sha256=ezZlrcoknKvtl6YFwSIVfecRFm9fjAMKXHmuabMpImM,716918
|
118
|
+
orionis/luminate/static/logos/OrionisFramework.png,sha256=nmS5HoYu4NwmrcTtVj8gtjutgnW8EstgRkli_Ks1Chs,291370
|
119
|
+
orionis/luminate/static/logos/OrionisFramework.psd,sha256=QFMRe_HENaIgQi9VWMvNV3OHKOFofFGOGwQk6fqebrU,2904849
|
120
|
+
orionis/luminate/static/logos/OrionisFramework2.png,sha256=Z_-yBHNSo33QeSTyi-8GfiFozdRqUomIZ28bGx6Py5c,256425
|
118
121
|
orionis/luminate/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
119
122
|
orionis/luminate/test/exception.py,sha256=5Zyt4luZjtS1tyb6OQLpWmVSL5MP7SC6OY0sAAAz5lU,1437
|
120
123
|
orionis/luminate/test/unit_test.py,sha256=3zemWa150SfxcXhs1n1TjYvbfLgwqJjhwFPnUlLLtgg,3738
|
@@ -125,9 +128,9 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
125
128
|
tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
126
129
|
tests/tools/class_example.py,sha256=dIPD997Y15n6WmKhWoOFSwEldRm9MdOHTZZ49eF1p3c,1056
|
127
130
|
tests/tools/test_reflection.py,sha256=dNN5p_xAosyEf0ddAElmmmTfhcTtBd4zBNl7qzgnsc0,5242
|
128
|
-
orionis-0.
|
129
|
-
orionis-0.
|
130
|
-
orionis-0.
|
131
|
-
orionis-0.
|
132
|
-
orionis-0.
|
133
|
-
orionis-0.
|
131
|
+
orionis-0.4.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
|
132
|
+
orionis-0.4.0.dist-info/METADATA,sha256=OkP5hiCHRzVihjWC8WdKK1oC7onqx2VFnjFzASjMb-A,2819
|
133
|
+
orionis-0.4.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
134
|
+
orionis-0.4.0.dist-info/entry_points.txt,sha256=eef1_CVewfokKjrGBynXa06KabSJYo7LlDKKIKvs1cM,53
|
135
|
+
orionis-0.4.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
136
|
+
orionis-0.4.0.dist-info/RECORD,,
|
Binary file
|
orionis-0.3.0.dist-info/METADATA
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.2
|
2
|
-
Name: orionis
|
3
|
-
Version: 0.3.0
|
4
|
-
Summary: Orionis Framework – Elegant, Fast, and Powerful.
|
5
|
-
Home-page: https://github.com/orionis-framework/framework
|
6
|
-
Author: Raul Mauricio Uñate Castro
|
7
|
-
Author-email: raulmauriciounate@gmail.com
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
|
-
Classifier: Operating System :: OS Independent
|
11
|
-
Requires-Python: >=3.12
|
12
|
-
Description-Content-Type: text/markdown
|
13
|
-
License-File: LICENCE
|
14
|
-
Requires-Dist: apscheduler>=3.11.0
|
15
|
-
Requires-Dist: python-dotenv>=1.0.1
|
16
|
-
Dynamic: author
|
17
|
-
Dynamic: author-email
|
18
|
-
Dynamic: classifier
|
19
|
-
Dynamic: description
|
20
|
-
Dynamic: description-content-type
|
21
|
-
Dynamic: home-page
|
22
|
-
Dynamic: requires-dist
|
23
|
-
Dynamic: requires-python
|
24
|
-
Dynamic: summary
|
25
|
-
|
26
|
-
# **Orionis Framework – An Opinionated Python Framework**
|
27
|
-
**⚡ Orionis Framework – Elegant, Fast, and Powerful 🚀**
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|