roysh 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- roysh/shell.py +3 -1
- {roysh-0.1.1.dist-info → roysh-0.1.2.dist-info}/METADATA +1 -1
- roysh-0.1.2.dist-info/RECORD +7 -0
- roysh-0.1.1.dist-info/RECORD +0 -7
- {roysh-0.1.1.dist-info → roysh-0.1.2.dist-info}/WHEEL +0 -0
- {roysh-0.1.1.dist-info → roysh-0.1.2.dist-info}/entry_points.txt +0 -0
- {roysh-0.1.1.dist-info → roysh-0.1.2.dist-info}/top_level.txt +0 -0
roysh/shell.py
CHANGED
@@ -229,10 +229,12 @@ def main():
|
|
229
229
|
today = datetime.now()
|
230
230
|
if today.month == 2 and today.day == 14:
|
231
231
|
print("Happy Valentine's Day")
|
232
|
+
elif today.month == 2 and today.day == 15:
|
233
|
+
print("Happy late Valentine's Day")
|
232
234
|
elif today.month == 4 and today.day == 3:
|
233
235
|
print("Happy Birthday Madam")
|
234
236
|
else:
|
235
|
-
print("
|
237
|
+
print(f"{cmd}: not found")
|
236
238
|
else:
|
237
239
|
found = False
|
238
240
|
extensions = ['.exe', '.bat', '.cmd', ''] if os.name == 'nt' else ['']
|
@@ -0,0 +1,7 @@
|
|
1
|
+
roysh/__init__.py,sha256=8YND5SC_fWqv0C_bZCp0c56HU-wQCUlI1xzBY7fWHq4,49
|
2
|
+
roysh/shell.py,sha256=17T_YcWfP1iY6xxHR0N1pMDe0JHpdXL8pRXZ7jVRlxk,11220
|
3
|
+
roysh-0.1.2.dist-info/METADATA,sha256=cDB2aiRcijd5YXwVSD8V1G7oXd8JNB3BOeAbe15jHAo,2306
|
4
|
+
roysh-0.1.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
5
|
+
roysh-0.1.2.dist-info/entry_points.txt,sha256=ujz21BagQ6boNinTjOmAxCypk9ShJJW6NimV0Ukh9IY,37
|
6
|
+
roysh-0.1.2.dist-info/top_level.txt,sha256=g9yff3iyVU5f3JdBFdMYcIcKLRPL7iMCukSbrGmdA3A,6
|
7
|
+
roysh-0.1.2.dist-info/RECORD,,
|
roysh-0.1.1.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
roysh/__init__.py,sha256=8YND5SC_fWqv0C_bZCp0c56HU-wQCUlI1xzBY7fWHq4,49
|
2
|
-
roysh/shell.py,sha256=HRGFt6pxl9nDEgWhJrW5W1JgBCMB8Zwm1q29bG3Kw9g,11107
|
3
|
-
roysh-0.1.1.dist-info/METADATA,sha256=sDKk1poRC7u9LWL-BjorNMRGW9QBABjsX8A5j5es7VM,2306
|
4
|
-
roysh-0.1.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
5
|
-
roysh-0.1.1.dist-info/entry_points.txt,sha256=ujz21BagQ6boNinTjOmAxCypk9ShJJW6NimV0Ukh9IY,37
|
6
|
-
roysh-0.1.1.dist-info/top_level.txt,sha256=g9yff3iyVU5f3JdBFdMYcIcKLRPL7iMCukSbrGmdA3A,6
|
7
|
-
roysh-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|