uw-course 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
uw_course/main.py CHANGED
@@ -37,7 +37,7 @@ def parse_arguments():
37
37
  "-f", "--file", type=str, help="Specify a file with collection of courses."
38
38
  )
39
39
  parser.add_argument(
40
- "-e", "--export", action=str, help="Export the schedule to pdf (.out only)."
40
+ "-e", "--export", type=str, help="Export the schedule to pdf (.out only)."
41
41
  )
42
42
  parser.add_argument(
43
43
  "-g", "--gray", action="store_true", help="Enable gray color mode for output."
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uw-course
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: A course helper tool for managing UW courses schedule
5
5
  Author-email: Jiucheng Zang <zangjiucheng@gmail.com>
6
6
  License: MIT
@@ -30,7 +30,7 @@ MongoDB DashBoard: [LINK](https://charts.mongodb.com/charts-project-0-cbzai/publ
30
30
 
31
31
  ### Example Schedule:
32
32
 
33
- ![Image text](https://raw.githubusercontent.com/zangjiucheng/UWaterlooCourseHelperEngine/Release/schedule.jpg)
33
+ ![Image text](demo.png)
34
34
 
35
35
  ---
36
36
 
@@ -82,7 +82,7 @@ AMATH 250, 5967
82
82
  uw-course -f schedule.txt
83
83
  ```
84
84
  (If you want to get the schedule with gray printables, you can add the ```-g``` flag)
85
- ```bash
85
+
86
86
  4. The program will generate a ```schedule.pdf``` file in the same folder, which is the schedule you want to see
87
87
 
88
88
  #### Any Idea or Question, welcome send me an email via: j7zang@uwaterloo.ca
@@ -1,5 +1,5 @@
1
1
  uw_course/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- uw_course/main.py,sha256=6uYr5NVlzXG6NO-i9WCJNVnnTPVyCrf1JSOgqiNj9nw,2890
2
+ uw_course/main.py,sha256=xcNbcu1OHSGwCEQmdAjzSasy0Or2l3f7JENtmmmx4Po,2888
3
3
  uw_course/setting.py,sha256=MSJVr85Kc3XMFKW-rFKx34TDJWtbK4axj7TpzO0mTqM,177
4
4
  uw_course/ClassSchedule/SearchInfo.py,sha256=TWYieCibMtn-AISSSgBUXnuh4fLrsDv1Yn2IIfhI8SM,2168
5
5
  uw_course/ClassSchedule/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -10,9 +10,9 @@ uw_course/Utiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
10
10
  uw_course/Utiles/colorMessage.py,sha256=HlTn2saR96Sh5jRjBZ_P8EvHrzORxOR6-Zzu0ATHuw0,176
11
11
  uw_course/Utiles/manageDBClass.py,sha256=0V721lervaRzJyiFHgQrUovNKNYba8uiD9WIEeQLAe4,641
12
12
  uw_course/Utiles/randomColor.py,sha256=4zubPBcRxos5Rqb8O-ZmkYYKvzPP9NjSdzZwdTZOmy0,467
13
- uw_course-1.0.1.dist-info/LICENSE,sha256=3gvYdtz3_nCjhGpKAbUQzU1CT9anApYNOrn-bF6ZhI8,1073
14
- uw_course-1.0.1.dist-info/METADATA,sha256=XRANyqigvG3jePeKs40lFC7bGVLBa0CvkecYeNMv0KE,2439
15
- uw_course-1.0.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
16
- uw_course-1.0.1.dist-info/entry_points.txt,sha256=KwZTcAbhGgjmTdkqwUtMDKzhZ1iqGY5OmaH6F7XNgRk,50
17
- uw_course-1.0.1.dist-info/top_level.txt,sha256=b760hy15dn_4qeUiKj9gQ8jnO9caaRoD-4ks28p81NY,10
18
- uw_course-1.0.1.dist-info/RECORD,,
13
+ uw_course-1.0.2.dist-info/LICENSE,sha256=3gvYdtz3_nCjhGpKAbUQzU1CT9anApYNOrn-bF6ZhI8,1073
14
+ uw_course-1.0.2.dist-info/METADATA,sha256=ez_s3KIPEbWu4oZ1-G4d-dHklirhTc2ZWJLPNnqRwgA,2345
15
+ uw_course-1.0.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
16
+ uw_course-1.0.2.dist-info/entry_points.txt,sha256=KwZTcAbhGgjmTdkqwUtMDKzhZ1iqGY5OmaH6F7XNgRk,50
17
+ uw_course-1.0.2.dist-info/top_level.txt,sha256=b760hy15dn_4qeUiKj9gQ8jnO9caaRoD-4ks28p81NY,10
18
+ uw_course-1.0.2.dist-info/RECORD,,