umpaper-fetch 1.0.1__tar.gz → 1.0.2__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 (44) hide show
  1. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/PKG-INFO +1 -1
  2. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/pyproject.toml +1 -1
  3. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/setup.py +1 -1
  4. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/__init__.py +1 -1
  5. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/cli.py +4 -4
  6. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch.egg-info/PKG-INFO +1 -1
  7. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/.gitignore +0 -0
  8. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/DEMO.md +0 -0
  9. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/LICENSE +0 -0
  10. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/MANIFEST.in +0 -0
  11. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/PUBLISHING_GUIDE.md +0 -0
  12. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/PYPI_README.md +0 -0
  13. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/README.md +0 -0
  14. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/TESTING_GUIDE.md +0 -0
  15. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/TROUBLESHOOTING.md +0 -0
  16. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/auth/__init__.py +0 -0
  17. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/auth/chrome_fix.py +0 -0
  18. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/auth/um_authenticator.py +0 -0
  19. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/downloader/__init__.py +0 -0
  20. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/downloader/pdf_downloader.py +0 -0
  21. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/requirements.txt +0 -0
  22. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/scraper/__init__.py +0 -0
  23. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/scraper/paper_scraper.py +0 -0
  24. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/search_response.html +0 -0
  25. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/setup.cfg +0 -0
  26. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/auth/__init__.py +0 -0
  27. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/auth/chrome_fix.py +0 -0
  28. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/auth/um_authenticator.py +0 -0
  29. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/downloader/__init__.py +0 -0
  30. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/downloader/pdf_downloader.py +0 -0
  31. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/scraper/__init__.py +0 -0
  32. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/scraper/paper_scraper.py +0 -0
  33. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/utils/__init__.py +0 -0
  34. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/utils/logger.py +0 -0
  35. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch/utils/zip_creator.py +0 -0
  36. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch.egg-info/SOURCES.txt +0 -0
  37. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch.egg-info/dependency_links.txt +0 -0
  38. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch.egg-info/entry_points.txt +0 -0
  39. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch.egg-info/not-zip-safe +0 -0
  40. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch.egg-info/requires.txt +0 -0
  41. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/umpaper_fetch.egg-info/top_level.txt +0 -0
  42. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/utils/__init__.py +0 -0
  43. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/utils/logger.py +0 -0
  44. {umpaper_fetch-1.0.1 → umpaper_fetch-1.0.2}/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.1
3
+ Version: 1.0.2
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "umpaper-fetch"
7
- version = "1.0.1"
7
+ version = "1.0.2"
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.1",
32
+ version="1.0.2",
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.1"
8
+ __version__ = "1.0.2"
9
9
  __author__ = "Marcus Mah"
10
10
  __email__ = "marcusmah6969@gmail.com"
11
11
  __description__ = "Automated downloader for University Malaya past year exam papers"
@@ -273,10 +273,10 @@ def main():
273
273
  print(f"📄 FOUND {len(papers)} PAST YEAR PAPERS FOR {subject_code}")
274
274
  print(f"{'='*80}")
275
275
  for i, paper in enumerate(papers, 1):
276
- print(f"{i:2d}. {paper['title']}")
277
- print(f" 📅 Year: {paper['year']}, Semester: {paper['semester']}")
278
- print(f" 📝 Type: {paper['paper_type']}")
279
- print(f" 🔗 URL: {paper['pdf_url']}")
276
+ print(f"{i:2d}. {paper.title}")
277
+ print(f" 📅 Year: {paper.year}, Semester: {paper.semester}")
278
+ print(f" 📝 Type: {paper.paper_type}")
279
+ print(f" 🔗 URL: {paper.download_url}")
280
280
  print()
281
281
 
282
282
  # Ask user if they want to download all papers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: umpaper-fetch
3
- Version: 1.0.1
3
+ Version: 1.0.2
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes