orionis 0.3.0__tar.gz → 0.4.0__tar.gz

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.
Files changed (147) hide show
  1. orionis-0.4.0/MANIFEST.in +3 -0
  2. orionis-0.4.0/PKG-INFO +45 -0
  3. orionis-0.4.0/README.md +20 -0
  4. {orionis-0.3.0 → orionis-0.4.0}/orionis/framework.py +1 -1
  5. orionis-0.4.0/orionis/luminate/static/logos/OrionisFramework.jpg +0 -0
  6. orionis-0.4.0/orionis/luminate/static/logos/OrionisFramework.png +0 -0
  7. orionis-0.4.0/orionis/luminate/static/logos/OrionisFramework.psd +0 -0
  8. orionis-0.4.0/orionis/luminate/static/logos/OrionisFramework2.png +0 -0
  9. orionis-0.4.0/orionis.egg-info/PKG-INFO +45 -0
  10. {orionis-0.3.0 → orionis-0.4.0}/orionis.egg-info/SOURCES.txt +4 -1
  11. orionis-0.3.0/MANIFEST.in +0 -3
  12. orionis-0.3.0/PKG-INFO +0 -27
  13. orionis-0.3.0/README.md +0 -2
  14. orionis-0.3.0/orionis/luminate/static/logos/flaskavel.png +0 -0
  15. orionis-0.3.0/orionis.egg-info/PKG-INFO +0 -27
  16. {orionis-0.3.0 → orionis-0.4.0}/LICENCE +0 -0
  17. {orionis-0.3.0 → orionis-0.4.0}/orionis/__init__.py +0 -0
  18. {orionis-0.3.0 → orionis-0.4.0}/orionis/cli_manager.py +0 -0
  19. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/__init__.py +0 -0
  20. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/app.py +0 -0
  21. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/bootstrap/__init__.py +0 -0
  22. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/bootstrap/parser.py +0 -0
  23. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/bootstrap/register.py +0 -0
  24. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/cache/__init__.py +0 -0
  25. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/cache/app/__init__.py +0 -0
  26. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/cache/app/config.py +0 -0
  27. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/cache/console/__init__.py +0 -0
  28. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/cache/console/commands.py +0 -0
  29. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/__init__.py +0 -0
  30. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/__init__.py +0 -0
  31. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/app.py +0 -0
  32. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/auth.py +0 -0
  33. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/cache.py +0 -0
  34. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/cors.py +0 -0
  35. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/database.py +0 -0
  36. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/filesystems.py +0 -0
  37. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/logging.py +0 -0
  38. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/mail.py +0 -0
  39. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/queue.py +0 -0
  40. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/dataclass/session.py +0 -0
  41. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/environment.py +0 -0
  42. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/config/sections.py +0 -0
  43. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/__init__.py +0 -0
  44. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/base/__init__.py +0 -0
  45. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/base/command.py +0 -0
  46. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/cache.py +0 -0
  47. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/command.py +0 -0
  48. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/command_filter.py +0 -0
  49. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/commands/__init__.py +0 -0
  50. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/commands/cache_clear.py +0 -0
  51. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/commands/help.py +0 -0
  52. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/commands/schedule_work.py +0 -0
  53. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/commands/tests.py +0 -0
  54. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/commands/version.py +0 -0
  55. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/exceptions/__init__.py +0 -0
  56. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/exceptions/cli_exception.py +0 -0
  57. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/kernel.py +0 -0
  58. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/output/__init__.py +0 -0
  59. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/output/console.py +0 -0
  60. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/output/executor.py +0 -0
  61. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/output/progress_bar.py +0 -0
  62. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/output/styles.py +0 -0
  63. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/parser.py +0 -0
  64. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/register.py +0 -0
  65. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/runner.py +0 -0
  66. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/scripts/__init__.py +0 -0
  67. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/scripts/management.py +0 -0
  68. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/tasks/__init__.py +0 -0
  69. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/console/tasks/scheduler.py +0 -0
  70. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/__init__.py +0 -0
  71. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/bootstrap/parser_interface.py +0 -0
  72. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/cache/__init__.py +0 -0
  73. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/cache/cache_commands_interface.py +0 -0
  74. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/config/__init__.py +0 -0
  75. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/config/config_interface.py +0 -0
  76. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/config/environment_interface.py +0 -0
  77. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/__init__.py +0 -0
  78. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/base_command_interface.py +0 -0
  79. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/cli_cache_interface.py +0 -0
  80. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/command_filter_interface.py +0 -0
  81. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/command_interface.py +0 -0
  82. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/console_interface.py +0 -0
  83. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/executor_interface.py +0 -0
  84. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/kernel_interface.py +0 -0
  85. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/management_interface.py +0 -0
  86. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/parser_interface.py +0 -0
  87. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/progress_bar_interface.py +0 -0
  88. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/register_interface.py +0 -0
  89. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/runner_interface.py +0 -0
  90. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/schedule_interface.py +0 -0
  91. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/console/task_manager_interface.py +0 -0
  92. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/facades/__init__.py +0 -0
  93. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/facades/env_interface.py +0 -0
  94. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/facades/log_interface.py +0 -0
  95. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/facades/paths_interface.py +0 -0
  96. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/facades/tests_interface.py +0 -0
  97. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/files/__init__.py +0 -0
  98. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/files/paths_interface.py +0 -0
  99. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/installer/__init__.py +0 -0
  100. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/installer/output_interface.py +0 -0
  101. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/installer/setup_interface.py +0 -0
  102. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/installer/upgrade_interface.py +0 -0
  103. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/log/__init__.py +0 -0
  104. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/log/logger_interface.py +0 -0
  105. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/pipelines/cli_pipeline_interface.py +0 -0
  106. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/publisher/__init__.py +0 -0
  107. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/publisher/pypi_publisher_interface.py +0 -0
  108. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/test/__init__.py +0 -0
  109. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/test/unit_test_interface.py +0 -0
  110. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/tools/__init__.py +0 -0
  111. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/tools/reflection_interface.py +0 -0
  112. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/contracts/tools/std_interface.py +0 -0
  113. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/facades/__init__.py +0 -0
  114. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/facades/environment.py +0 -0
  115. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/facades/log.py +0 -0
  116. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/facades/paths.py +0 -0
  117. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/facades/tests.py +0 -0
  118. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/files/__init__.py +0 -0
  119. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/files/paths.py +0 -0
  120. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/installer/__init__.py +0 -0
  121. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/installer/icon.ascii +0 -0
  122. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/installer/info.ascii +0 -0
  123. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/installer/output.py +0 -0
  124. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/installer/setup.py +0 -0
  125. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/installer/upgrade.py +0 -0
  126. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/log/__init__.py +0 -0
  127. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/log/logger.py +0 -0
  128. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/pipelines/__init__.py +0 -0
  129. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/pipelines/cli_pipeline.py +0 -0
  130. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/publisher/__init__.py +0 -0
  131. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/publisher/pypi.py +0 -0
  132. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/test/__init__.py +0 -0
  133. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/test/exception.py +0 -0
  134. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/test/unit_test.py +0 -0
  135. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/tools/__init__.py +0 -0
  136. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/tools/reflection.py +0 -0
  137. {orionis-0.3.0 → orionis-0.4.0}/orionis/luminate/tools/std.py +0 -0
  138. {orionis-0.3.0 → orionis-0.4.0}/orionis.egg-info/dependency_links.txt +0 -0
  139. {orionis-0.3.0 → orionis-0.4.0}/orionis.egg-info/entry_points.txt +0 -0
  140. {orionis-0.3.0 → orionis-0.4.0}/orionis.egg-info/requires.txt +0 -0
  141. {orionis-0.3.0 → orionis-0.4.0}/orionis.egg-info/top_level.txt +0 -0
  142. {orionis-0.3.0 → orionis-0.4.0}/setup.cfg +0 -0
  143. {orionis-0.3.0 → orionis-0.4.0}/setup.py +0 -0
  144. {orionis-0.3.0 → orionis-0.4.0}/tests/__init__.py +0 -0
  145. {orionis-0.3.0 → orionis-0.4.0}/tests/tools/__init__.py +0 -0
  146. {orionis-0.3.0 → orionis-0.4.0}/tests/tools/class_example.py +0 -0
  147. {orionis-0.3.0 → orionis-0.4.0}/tests/tools/test_reflection.py +0 -0
@@ -0,0 +1,3 @@
1
+ include README.md
2
+ include LICENSE
3
+ recursive-include orionis *.py *.stub *.png *.ascii *.psd *.jpg *.jpeg *.txt *.json
orionis-0.4.0/PKG-INFO ADDED
@@ -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
+
@@ -0,0 +1,20 @@
1
+ # **Orionis Framework – An Opinionated Python Framework**
2
+
3
+ 🚀 **Orionis Framework – Elegant, Fast, and Powerful** ⚡
4
+
5
+ 🔬 **(Currently in Beta – Evolving Towards Perfection!)**
6
+
7
+ ---
8
+
9
+ ## What is Orionis?
10
+
11
+ 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.**
12
+
13
+ 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.
14
+
15
+ Then came the breakthrough: **What if we built something in Python that felt like home?**
16
+
17
+ 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.
18
+
19
+ 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.
20
+
@@ -6,7 +6,7 @@ NAME = "orionis"
6
6
  #--------------------------------------------------------------------------
7
7
  # Current version of the project or framework
8
8
  #--------------------------------------------------------------------------
9
- VERSION = "0.3.0"
9
+ VERSION = "0.4.0"
10
10
 
11
11
  #--------------------------------------------------------------------------
12
12
  # Full name of the author or maintainer of the project
@@ -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
+
@@ -124,7 +124,10 @@ orionis/luminate/pipelines/__init__.py
124
124
  orionis/luminate/pipelines/cli_pipeline.py
125
125
  orionis/luminate/publisher/__init__.py
126
126
  orionis/luminate/publisher/pypi.py
127
- orionis/luminate/static/logos/flaskavel.png
127
+ orionis/luminate/static/logos/OrionisFramework.jpg
128
+ orionis/luminate/static/logos/OrionisFramework.png
129
+ orionis/luminate/static/logos/OrionisFramework.psd
130
+ orionis/luminate/static/logos/OrionisFramework2.png
128
131
  orionis/luminate/test/__init__.py
129
132
  orionis/luminate/test/exception.py
130
133
  orionis/luminate/test/unit_test.py
orionis-0.3.0/MANIFEST.in DELETED
@@ -1,3 +0,0 @@
1
- include README.md
2
- include LICENSE
3
- recursive-include orionis *.py *.stub *.png *.ascii
orionis-0.3.0/PKG-INFO 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 🚀**
orionis-0.3.0/README.md DELETED
@@ -1,2 +0,0 @@
1
- # **Orionis Framework – An Opinionated Python Framework**
2
- **⚡ Orionis Framework – Elegant, Fast, and Powerful 🚀**
@@ -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
File without changes
File without changes
File without changes
File without changes