umpaper-fetch 1.0.4__tar.gz → 1.0.5__tar.gz

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.
Files changed (38) hide show
  1. {umpaper_fetch-1.0.4/umpaper_fetch.egg-info → umpaper_fetch-1.0.5}/PKG-INFO +2 -2
  2. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/README.md +1 -1
  3. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/pyproject.toml +1 -1
  4. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/setup.py +1 -1
  5. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/__init__.py +1 -1
  6. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/cli.py +1 -1
  7. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5/umpaper_fetch.egg-info}/PKG-INFO +2 -2
  8. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/.gitignore +0 -0
  9. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/LICENSE +0 -0
  10. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/MANIFEST.in +0 -0
  11. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/auth/__init__.py +0 -0
  12. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/auth/chrome_fix.py +0 -0
  13. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/auth/um_authenticator.py +0 -0
  14. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/downloader/__init__.py +0 -0
  15. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/downloader/pdf_downloader.py +0 -0
  16. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/requirements.txt +0 -0
  17. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/scraper/__init__.py +0 -0
  18. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/scraper/paper_scraper.py +0 -0
  19. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/setup.cfg +0 -0
  20. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/auth/__init__.py +0 -0
  21. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/auth/chrome_fix.py +0 -0
  22. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/auth/um_authenticator.py +0 -0
  23. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/downloader/__init__.py +0 -0
  24. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/downloader/pdf_downloader.py +0 -0
  25. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/scraper/__init__.py +0 -0
  26. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/scraper/paper_scraper.py +0 -0
  27. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/utils/__init__.py +0 -0
  28. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/utils/logger.py +0 -0
  29. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch/utils/zip_creator.py +0 -0
  30. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch.egg-info/SOURCES.txt +0 -0
  31. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch.egg-info/dependency_links.txt +0 -0
  32. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch.egg-info/entry_points.txt +0 -0
  33. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch.egg-info/not-zip-safe +0 -0
  34. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch.egg-info/requires.txt +0 -0
  35. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/umpaper_fetch.egg-info/top_level.txt +0 -0
  36. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/utils/__init__.py +0 -0
  37. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/utils/logger.py +0 -0
  38. {umpaper_fetch-1.0.4 → umpaper_fetch-1.0.5}/utils/zip_creator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umpaper-fetch
3
- Version: 1.0.4
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 Sourse UM PastYear Paper Downloader
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
 
@@ -1,4 +1,4 @@
1
- # 🎓 Open Sourse UM PastYear Paper Downloader
1
+ # 🎓 Open Source UM PastYear Paper Downloader
2
2
 
3
3
  **One-click bulk download solution for University Malaya (UM) past year exam papers**
4
4
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "umpaper-fetch"
7
- version = "1.0.4"
7
+ version = "1.0.5"
8
8
  description = "Automated downloader for University Malaya past year exam papers"
9
9
  authors = [
10
10
  {name = "Marcus Mah", email = "marcusmah6969@gmail.com"}
@@ -29,7 +29,7 @@ except FileNotFoundError:
29
29
 
30
30
  setup(
31
31
  name="umpaper-fetch",
32
- version="1.0.4",
32
+ version="1.0.5",
33
33
  author="Marcus Mah", # Replace with your actual name
34
34
  author_email="marcusmah6969@gmail.com",
35
35
  description="Automated downloader for University Malaya past year exam papers",
@@ -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.4"
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"
@@ -95,7 +95,7 @@ Examples:
95
95
  parser.add_argument(
96
96
  '--version',
97
97
  action='version',
98
- version='%(prog)s 1.0.4'
98
+ version='%(prog)s 1.0.5'
99
99
  )
100
100
 
101
101
  return parser.parse_args()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umpaper-fetch
3
- Version: 1.0.4
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 Sourse UM PastYear Paper Downloader
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
 
File without changes
File without changes
File without changes
File without changes