Skip to content

Commit bacc19e

Browse files
author
Raphael Londner
committed
- added name in setting.json
- updated README
1 parent be05d40 commit bacc19e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# PythonSampleScripts
2-
Example Python scripts for Pure Storage FlashArray and FlashBlade
1+
# Pure Storage Python SDKs Sample Scripts
2+
3+
This repositoy contains a collection of sample Python scripts leveraging the following Pure Storage Python SDKs:
4+
- [Pure Storage FlashArray REST 1.x Python SDK](https://pypi.org/project/purestorage)
5+
- [Pure Storage FlashBlade REST 1.x Python SDK](https://pypi.org/project/purity-fb)
6+
- [Pure Storage Unified Python SDK](https://pypi.org/project/py-pure-client)

settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"id": "python-scripts",
3+
"name": "Python SDKs sample scripts",
34
"filter": "devops",
45
"image": "http://code.purestorage.com/images/8_python%20script.png",
5-
"featured": 0,
6+
"featured": 1,
67
"priority": 3
78
}

0 commit comments

Comments
 (0)