coursera-transcripts 0.1.3__tar.gz → 0.1.4__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 (16) hide show
  1. {coursera_transcripts-0.1.3/src/coursera_transcripts.egg-info → coursera_transcripts-0.1.4}/PKG-INFO +2 -1
  2. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/README.md +1 -0
  3. coursera_transcripts-0.1.4/src/coursera_transcripts/__init__.py +1 -0
  4. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts/cli.py +1 -0
  5. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4/src/coursera_transcripts.egg-info}/PKG-INFO +2 -1
  6. coursera_transcripts-0.1.3/src/coursera_transcripts/__init__.py +0 -1
  7. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/LICENSE +0 -0
  8. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/pyproject.toml +0 -0
  9. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/setup.cfg +0 -0
  10. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts/api.py +0 -0
  11. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts/downloader.py +0 -0
  12. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts.egg-info/SOURCES.txt +0 -0
  13. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts.egg-info/dependency_links.txt +0 -0
  14. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts.egg-info/entry_points.txt +0 -0
  15. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts.egg-info/requires.txt +0 -0
  16. {coursera_transcripts-0.1.3 → coursera_transcripts-0.1.4}/src/coursera_transcripts.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: coursera-transcripts
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: CLI tool to extract Coursera course transcripts/subtitles
5
5
  Author-email: Kavin <your-email@example.com>
6
6
  License: MIT
@@ -26,6 +26,7 @@ A beautiful CLI tool to bulk-download transcripts and subtitles from any Courser
26
26
 
27
27
  ![Python](https://img.shields.io/badge/Python-3.10+-3776AB?logo=python&logoColor=white)
28
28
  ![License](https://img.shields.io/badge/License-MIT-brightgreen)
29
+ [![PyPI Downloads](https://static.pepy.tech/personalized-badge/coursera-transcripts?period=total&units=NONE&left_color=BLACK&right_color=RED&left_text=downloads)](https://pepy.tech/projects/coursera-transcripts)
29
30
 
30
31
  ---
31
32
 
@@ -6,6 +6,7 @@ A beautiful CLI tool to bulk-download transcripts and subtitles from any Courser
6
6
 
7
7
  ![Python](https://img.shields.io/badge/Python-3.10+-3776AB?logo=python&logoColor=white)
8
8
  ![License](https://img.shields.io/badge/License-MIT-brightgreen)
9
+ [![PyPI Downloads](https://static.pepy.tech/personalized-badge/coursera-transcripts?period=total&units=NONE&left_color=BLACK&right_color=RED&left_text=downloads)](https://pepy.tech/projects/coursera-transcripts)
9
10
 
10
11
  ---
11
12
 
@@ -0,0 +1 @@
1
+ __version__ = "0.1.4"
@@ -10,6 +10,7 @@ from rich.theme import Theme
10
10
 
11
11
  from .api import CourseAPI
12
12
  from .downloader import TranscriptDownloader
13
+ from . import __version__
13
14
 
14
15
  # ── Custom theme ──────────────────────────────────────────────────────
15
16
  custom_theme = Theme({
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: coursera-transcripts
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: CLI tool to extract Coursera course transcripts/subtitles
5
5
  Author-email: Kavin <your-email@example.com>
6
6
  License: MIT
@@ -26,6 +26,7 @@ A beautiful CLI tool to bulk-download transcripts and subtitles from any Courser
26
26
 
27
27
  ![Python](https://img.shields.io/badge/Python-3.10+-3776AB?logo=python&logoColor=white)
28
28
  ![License](https://img.shields.io/badge/License-MIT-brightgreen)
29
+ [![PyPI Downloads](https://static.pepy.tech/personalized-badge/coursera-transcripts?period=total&units=NONE&left_color=BLACK&right_color=RED&left_text=downloads)](https://pepy.tech/projects/coursera-transcripts)
29
30
 
30
31
  ---
31
32
 
@@ -1 +0,0 @@
1
- __version__ = "0.1.3"