umpaper-fetch 1.0.4__py3-none-any.whl → 1.0.5__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.
- umpaper_fetch/__init__.py +1 -1
- umpaper_fetch/cli.py +1 -1
- {umpaper_fetch-1.0.4.dist-info → umpaper_fetch-1.0.5.dist-info}/METADATA +2 -2
- {umpaper_fetch-1.0.4.dist-info → umpaper_fetch-1.0.5.dist-info}/RECORD +8 -8
- {umpaper_fetch-1.0.4.dist-info → umpaper_fetch-1.0.5.dist-info}/WHEEL +0 -0
- {umpaper_fetch-1.0.4.dist-info → umpaper_fetch-1.0.5.dist-info}/entry_points.txt +0 -0
- {umpaper_fetch-1.0.4.dist-info → umpaper_fetch-1.0.5.dist-info}/licenses/LICENSE +0 -0
- {umpaper_fetch-1.0.4.dist-info → umpaper_fetch-1.0.5.dist-info}/top_level.txt +0 -0
umpaper_fetch/__init__.py
CHANGED
@@ -5,7 +5,7 @@ This package provides tools to automatically download past year exam papers
|
|
5
5
|
from University Malaya's repository through an automated browser interface.
|
6
6
|
"""
|
7
7
|
|
8
|
-
__version__ = "1.0.
|
8
|
+
__version__ = "1.0.5"
|
9
9
|
__author__ = "Marcus Mah"
|
10
10
|
__email__ = "marcusmah6969@gmail.com"
|
11
11
|
__description__ = "Automated downloader for University Malaya past year exam papers"
|
umpaper_fetch/cli.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: umpaper-fetch
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.5
|
4
4
|
Summary: Automated downloader for University Malaya past year exam papers
|
5
5
|
Home-page: https://github.com/MarcusMQF/umpaper-fetch
|
6
6
|
Author: Marcus Mah
|
@@ -47,7 +47,7 @@ Dynamic: home-page
|
|
47
47
|
Dynamic: license-file
|
48
48
|
Dynamic: requires-python
|
49
49
|
|
50
|
-
# 🎓 Open
|
50
|
+
# 🎓 Open Source UM PastYear Paper Downloader
|
51
51
|
|
52
52
|
**One-click bulk download solution for University Malaya (UM) past year exam papers**
|
53
53
|
|
@@ -5,8 +5,8 @@ downloader/__init__.py,sha256=Qq3Oex541SjsJBe4Tx2lR7BjCHbPZaGGAscWaU3gUB4,21
|
|
5
5
|
downloader/pdf_downloader.py,sha256=5g9_suFe6rG7Vjny7gScRkCSVPiYxKwB7NH8PTPR2Z0,7957
|
6
6
|
scraper/__init__.py,sha256=cNGEi--R5BTUOwpnANA2BsR2yfnmG9qrwagEOtzI0E4,18
|
7
7
|
scraper/paper_scraper.py,sha256=NNnJ6eFxgueJfYwZFbTbsnxMAUUbIM0A72q0QNubaVk,12970
|
8
|
-
umpaper_fetch/__init__.py,sha256=
|
9
|
-
umpaper_fetch/cli.py,sha256=
|
8
|
+
umpaper_fetch/__init__.py,sha256=mz1hFGg1Myk_ybBfedTXXMvgaPMKTDrbEBhqz-0BvN8,830
|
9
|
+
umpaper_fetch/cli.py,sha256=GL-PvyfYMPFtGZBMc8Gqqhj21hzeeygtyGNsXo18KNU,13545
|
10
10
|
umpaper_fetch/auth/__init__.py,sha256=AMRDJpqoFyQt3kcRcihx7LMAIFmWeJe_wfy-i4JyUXs,25
|
11
11
|
umpaper_fetch/auth/chrome_fix.py,sha256=sSTvUIWLme5e-raXCM_AJ2IkK3PHSrxNv_g7itSolkg,3828
|
12
12
|
umpaper_fetch/auth/um_authenticator.py,sha256=Rii9E6-2MvE_orcMW4u93tSY8QaT21P_HJeJPExDUzQ,24165
|
@@ -17,12 +17,12 @@ umpaper_fetch/scraper/paper_scraper.py,sha256=NNnJ6eFxgueJfYwZFbTbsnxMAUUbIM0A72
|
|
17
17
|
umpaper_fetch/utils/__init__.py,sha256=oukU0ufroPRd8_N8d2xiFes9CTxSaw4NA6p2nS1kkSg,16
|
18
18
|
umpaper_fetch/utils/logger.py,sha256=LJhnN3KoAB9bX4BdfK6bk2urnQEVwG1FFlOeFGbVg7U,2098
|
19
19
|
umpaper_fetch/utils/zip_creator.py,sha256=44dnsMdJRvOktjl4ajDqaxTiYfznbkERzzpcnGogS5I,10731
|
20
|
-
umpaper_fetch-1.0.
|
20
|
+
umpaper_fetch-1.0.5.dist-info/licenses/LICENSE,sha256=bwdpp_9mjxdcCEY-7f8XVEQDoyImNLNDUtYGezKFbFk,1113
|
21
21
|
utils/__init__.py,sha256=oukU0ufroPRd8_N8d2xiFes9CTxSaw4NA6p2nS1kkSg,16
|
22
22
|
utils/logger.py,sha256=LJhnN3KoAB9bX4BdfK6bk2urnQEVwG1FFlOeFGbVg7U,2098
|
23
23
|
utils/zip_creator.py,sha256=Mr5rT52vEyNQJB0Cg99r6QTNJBnzqGnnqd3wPK4uaxY,10704
|
24
|
-
umpaper_fetch-1.0.
|
25
|
-
umpaper_fetch-1.0.
|
26
|
-
umpaper_fetch-1.0.
|
27
|
-
umpaper_fetch-1.0.
|
28
|
-
umpaper_fetch-1.0.
|
24
|
+
umpaper_fetch-1.0.5.dist-info/METADATA,sha256=qNVoCI3koao3zCSxE5wmQ9sajrdEzkLVzhTHAj5rWM8,12296
|
25
|
+
umpaper_fetch-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
26
|
+
umpaper_fetch-1.0.5.dist-info/entry_points.txt,sha256=8XnqR8M2yO02n6DcUdJXoSVpgBG4TvaSRNBqi4A_XcQ,53
|
27
|
+
umpaper_fetch-1.0.5.dist-info/top_level.txt,sha256=NU9S9Nnj8CJvOZvkoKbicMNk0apwlHJjdL6yjU7pnWs,44
|
28
|
+
umpaper_fetch-1.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|