Skip to content

Commit 20fb1f4

Browse files
committed
created the folder with templated files
1 parent bcdccd5 commit 20fb1f4

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

json_to_xml/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Package/Script Name
2+
3+
Short description of package/script
4+
5+
- If package, list of functionalities/scripts it can perform
6+
- If standalone script, short description of script explaining what it achieves
7+
8+
## Setup instructions
9+
10+
Explain how to setup and run your package/script in user's system
11+
12+
## Detailed explanation of script, if needed
13+
14+
If code is not explainable using comments, use this sections to explain your script
15+
16+
## Output
17+
18+
Display images/gifs/videos of output/result of your script so that users can visualize it
19+
20+
## Author(s)
21+
22+
LindaWang7
23+
24+
## Disclaimers, if any
25+
26+
Use this section to mention if any particular disclaimer is required

json_to_xml/json_to_xml.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def test():
2+
print("hi")
3+
if __name__ == "__main__":
4+
test()

json_to_xml/requirements.txt

Whitespace-only changes.

json_to_xml/test-input.json

Whitespace-only changes.

0 commit comments

Comments
 (0)