-
Notifications
You must be signed in to change notification settings - Fork 10
Azure Family, bcrypt and black added #7
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
base: main
Are you sure you want to change the base?
Conversation
|
Tried the |
|
The |
|
Same for the |
miyamotoh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some minor suggestions.
examples/Azure_example/Example.py
Outdated
| @@ -0,0 +1,125 @@ | |||
| # sample_azure_clients_functions.py | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment should really match the containing .py filename.
| @@ -0,0 +1,18 @@ | |||
| sudo dnf install cargo cmake python3.12 python3.12-devel ncurses gcc gcc-c++ libjpeg-devel gfortran --skip-broken --nobest | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you want -y to install these packages automatically.
examples/Azure_example/sub-test1.py
Outdated
| @@ -0,0 +1,130 @@ | |||
| # test_sample_azure_clients_functions.py | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this comment match the filename.
| @@ -0,0 +1,18 @@ | |||
| sudo dnf install cargo cmake python3.12 python3.12-devel ncurses gcc gcc-c++ libjpeg-devel gfortran --skip-broken --nobest | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding -y to the command.
| @@ -0,0 +1,18 @@ | |||
| sudo dnf install cargo cmake python3.12 python3.12-devel ncurses gcc gcc-c++ libjpeg-devel gfortran --skip-broken --nobest | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding -y to the command.
ibmvitesh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated as per reviews
|
Ran the new |
Added examples for the Azure family packages , bcrypt package and black package.