uw-course 0.1.2__py3-none-any.whl → 0.2.0__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.
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uw-course
3
- Version: 0.1.2
3
+ Version: 0.2.0
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
@@ -22,11 +22,7 @@ Requires-Dist: reportlab
22
22
  # uw-course
23
23
 
24
24
  [![PyPI version](https://badge.fury.io/py/uw-course.svg)](https://badge.fury.io/py/uw-course)
25
- [![Downloads](https://pepy.tech/badge/uw-course)](https://pepy.tech/project/uw-course)
26
- [![Downloads](https://pepy.tech/badge/uw-course/month)](https://pepy.tech/project/uw-course)
27
- [![Downloads](https://pepy.tech/badge/uw-course/week)](https://pepy.tech/project/uw-course)
28
25
 
29
- [![GitHub issues](https://img.shields.io/github/issues/zangjiucheng/UWaterlooCourseHelperEngine)](
30
26
 
31
27
  This is a project for UWaterloo students to help them get course information and generate a schedule for the next term.
32
28
 
@@ -2,14 +2,17 @@ uw_course/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  uw_course/main.py,sha256=TNC3drvnAA4EZ0YWBdNGm75ct08iem6VT8cxZ7wSzMU,2655
3
3
  uw_course/setting.py,sha256=MSJVr85Kc3XMFKW-rFKx34TDJWtbK4axj7TpzO0mTqM,177
4
4
  uw_course/ClassSchedule/SearchInfo.py,sha256=Us5LMFCn7CrWpGuatcGUIxznwvXyNIRe08Zo9EBnxs8,2166
5
+ uw_course/ClassSchedule/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
6
  uw_course/ClassSchedule/runner.py,sha256=3M6iR95ycqpq5sK46FlrA7zihfJTwLhvESkjf8GBx6E,2321
7
+ uw_course/DB/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
8
  uw_course/DB/dbClass.py,sha256=VxzcZEwGnVZDAJnad_Z654Vwv6zSa4nGcPIw58GxMfE,1004
9
+ uw_course/Utiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
10
  uw_course/Utiles/colorMessage.py,sha256=HlTn2saR96Sh5jRjBZ_P8EvHrzORxOR6-Zzu0ATHuw0,176
8
11
  uw_course/Utiles/manageDBClass.py,sha256=0V721lervaRzJyiFHgQrUovNKNYba8uiD9WIEeQLAe4,641
9
12
  uw_course/Utiles/randomColor.py,sha256=4zubPBcRxos5Rqb8O-ZmkYYKvzPP9NjSdzZwdTZOmy0,467
10
- uw_course-0.1.2.dist-info/LICENSE,sha256=3gvYdtz3_nCjhGpKAbUQzU1CT9anApYNOrn-bF6ZhI8,1073
11
- uw_course-0.1.2.dist-info/METADATA,sha256=e17Y8HxtsP09J6OJBYJ47MgsrYyWhyQJ4OIlgaPgQjk,2810
12
- uw_course-0.1.2.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
13
- uw_course-0.1.2.dist-info/entry_points.txt,sha256=jmijLKvAtiXIUz-KXwSo0roUlHhUuvYNXsfSIfvm-nk,64
14
- uw_course-0.1.2.dist-info/top_level.txt,sha256=b760hy15dn_4qeUiKj9gQ8jnO9caaRoD-4ks28p81NY,10
15
- uw_course-0.1.2.dist-info/RECORD,,
13
+ uw_course-0.2.0.dist-info/LICENSE,sha256=3gvYdtz3_nCjhGpKAbUQzU1CT9anApYNOrn-bF6ZhI8,1073
14
+ uw_course-0.2.0.dist-info/METADATA,sha256=mYcwG2VNyvz8VQIHhSM89-gTPJKJqwVM7RH8ltquxXY,2439
15
+ uw_course-0.2.0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
16
+ uw_course-0.2.0.dist-info/entry_points.txt,sha256=KwZTcAbhGgjmTdkqwUtMDKzhZ1iqGY5OmaH6F7XNgRk,50
17
+ uw_course-0.2.0.dist-info/top_level.txt,sha256=b760hy15dn_4qeUiKj9gQ8jnO9caaRoD-4ks28p81NY,10
18
+ uw_course-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ uw-course = uw_course.main:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- perspective-transformer = uw_course.main:main