-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPIKE - Installation assistant #150
Comments
Update reportThe different parts of the code have been reviewed to assess the feasibility of using Python as the programming language, particularly concerning the external dependencies it may require. This investigation is tentative for now, as the installation assistant for version
This division in the investigation reflects the priority of the different parts, with the Core Code being the most critical for decision-making and the Deprecated Code being the least significant. |
Dependencies of the Installation AssistantTypes of DependenciesThe installation assistant has two types of dependencies:
These libraries are:
Minimum Python version to useMost of the libraries to be used have been part of Python for quite some time. However, the minimum version required, for now, would be 3.4, as Important It is also important to note that elements such as ConclusionAfter completing the investigation, it can be concluded that all dependencies of the installation assistant are native to Python, so no additional dependencies need to be installed for its proper functioning. Note The most commonly used library for making HTTP requests in Python is DisclaimerAs shown, there are currently no external libraries required in the installation assistant's code. However, this does not mean that external libraries won't need to be added as the code evolves, such as the use of Pydantic, among others. |
Description
As part of the DevOps overhaul objective, we need to research, analyze alternatives, and design how to implement the following changes:
Simplification:
Package Usage:
Configuration Standardization:
Requirements Validation:
Tool Optimization:
Testing Improvements:
Implementation restrictions
Plan
Research & Analysis:
Simplification:
Package & Configuration Updates:
Requirements Validation:
Tool Integration:
Testing Enhancements:
Documentation Updates:
Validation & Feedback:
The text was updated successfully, but these errors were encountered: