instapaper-scraper 1.2.0__tar.gz → 1.2.0rc1__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 (25) hide show
  1. {instapaper_scraper-1.2.0/src/instapaper_scraper.egg-info → instapaper_scraper-1.2.0rc1}/PKG-INFO +5 -9
  2. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/README.md +4 -8
  3. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/pyproject.toml +1 -1
  4. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1/src/instapaper_scraper.egg-info}/PKG-INFO +5 -9
  5. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/LICENSE +0 -0
  6. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/setup.cfg +0 -0
  7. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/__init__.py +0 -0
  8. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/api.py +0 -0
  9. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/auth.py +0 -0
  10. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/cli.py +0 -0
  11. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/constants.py +0 -0
  12. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/exceptions.py +0 -0
  13. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/output.py +0 -0
  14. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/SOURCES.txt +0 -0
  15. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/dependency_links.txt +0 -0
  16. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/entry_points.txt +0 -0
  17. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/requires.txt +0 -0
  18. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/top_level.txt +0 -0
  19. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_api.py +0 -0
  20. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_auth.py +0 -0
  21. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_cli.py +0 -0
  22. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_cli_config_flags.py +0 -0
  23. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_cli_priority.py +0 -0
  24. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_init.py +0 -0
  25. {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_output.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instapaper-scraper
3
- Version: 1.2.0
3
+ Version: 1.2.0rc1
4
4
  Summary: A tool to scrape articles from Instapaper.
5
5
  Project-URL: Homepage, https://github.com/chriskyfung/InstapaperScraper
6
6
  Project-URL: Source, https://github.com/chriskyfung/InstapaperScraper
@@ -72,20 +72,16 @@ Dynamic: license-file
72
72
  <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
73
73
  <img src="https://img.shields.io/github/license/chriskyfung/InstapaperScraper" alt="GitHub License">
74
74
  </a>
75
- </p>
76
-
77
- A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
78
-
79
- <!-- Sponsors -->
80
- <p align="center">
81
75
  <a href="https://github.com/sponsors/chriskyfung" title="Sponsor on GitHub">
82
- <img src="https://img.shields.io/badge/Sponsor-GitHub-blue?style=for-the-badge&logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
76
+ <img src="https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
83
77
  </a>
84
78
  <a href="https://www.buymeacoffee.com/chriskyfung" title="Support Coffee">
85
- <img src="https://img.shields.io/badge/Support-Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
79
+ <img src="https://img.shields.io/badge/Support-Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
86
80
  </a>
87
81
  </p>
88
82
 
83
+ A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
84
+
89
85
  ## ✨ Features
90
86
 
91
87
  - Scrapes all bookmarks from your Instapaper account.
@@ -24,20 +24,16 @@
24
24
  <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
25
25
  <img src="https://img.shields.io/github/license/chriskyfung/InstapaperScraper" alt="GitHub License">
26
26
  </a>
27
- </p>
28
-
29
- A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
30
-
31
- <!-- Sponsors -->
32
- <p align="center">
33
27
  <a href="https://github.com/sponsors/chriskyfung" title="Sponsor on GitHub">
34
- <img src="https://img.shields.io/badge/Sponsor-GitHub-blue?style=for-the-badge&logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
28
+ <img src="https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
35
29
  </a>
36
30
  <a href="https://www.buymeacoffee.com/chriskyfung" title="Support Coffee">
37
- <img src="https://img.shields.io/badge/Support-Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
31
+ <img src="https://img.shields.io/badge/Support-Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
38
32
  </a>
39
33
  </p>
40
34
 
35
+ A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
36
+
41
37
  ## ✨ Features
42
38
 
43
39
  - Scrapes all bookmarks from your Instapaper account.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "instapaper-scraper"
7
- version = "1.2.0"
7
+ version = "1.2.0rc1"
8
8
  description = "A tool to scrape articles from Instapaper."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: instapaper-scraper
3
- Version: 1.2.0
3
+ Version: 1.2.0rc1
4
4
  Summary: A tool to scrape articles from Instapaper.
5
5
  Project-URL: Homepage, https://github.com/chriskyfung/InstapaperScraper
6
6
  Project-URL: Source, https://github.com/chriskyfung/InstapaperScraper
@@ -72,20 +72,16 @@ Dynamic: license-file
72
72
  <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
73
73
  <img src="https://img.shields.io/github/license/chriskyfung/InstapaperScraper" alt="GitHub License">
74
74
  </a>
75
- </p>
76
-
77
- A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
78
-
79
- <!-- Sponsors -->
80
- <p align="center">
81
75
  <a href="https://github.com/sponsors/chriskyfung" title="Sponsor on GitHub">
82
- <img src="https://img.shields.io/badge/Sponsor-GitHub-blue?style=for-the-badge&logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
76
+ <img src="https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
83
77
  </a>
84
78
  <a href="https://www.buymeacoffee.com/chriskyfung" title="Support Coffee">
85
- <img src="https://img.shields.io/badge/Support-Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
79
+ <img src="https://img.shields.io/badge/Support-Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
86
80
  </a>
87
81
  </p>
88
82
 
83
+ A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
84
+
89
85
  ## ✨ Features
90
86
 
91
87
  - Scrapes all bookmarks from your Instapaper account.