karakeep-python-api 0.2.2__tar.gz → 0.2.3__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 (18) hide show
  1. {karakeep_python_api-0.2.2/karakeep_python_api.egg-info → karakeep_python_api-0.2.3}/PKG-INFO +7 -2
  2. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/README.md +6 -1
  3. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api/karakeep_api.py +1 -1
  4. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3/karakeep_python_api.egg-info}/PKG-INFO +7 -2
  5. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/setup.py +1 -1
  6. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/LICENSE +0 -0
  7. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/MANIFEST.in +0 -0
  8. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api/__init__.py +0 -0
  9. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api/__main__.py +0 -0
  10. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api/datatypes.py +0 -0
  11. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api/openapi_reference.json +0 -0
  12. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api.egg-info/SOURCES.txt +0 -0
  13. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api.egg-info/dependency_links.txt +0 -0
  14. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api.egg-info/entry_points.txt +0 -0
  15. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api.egg-info/requires.txt +0 -0
  16. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/karakeep_python_api.egg-info/top_level.txt +0 -0
  17. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/setup.cfg +0 -0
  18. {karakeep_python_api-0.2.2 → karakeep_python_api-0.2.3}/tests/test_karakeep_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: karakeep_python_api
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Community python client for the Karakeep API.
5
5
  Home-page: https://github.com/thiswillbeyourgithub/karakeep_python_api/
6
6
  License: GPLv3
@@ -243,7 +243,12 @@ except Exception as e:
243
243
 
244
244
  Examples of the API being used can be found in the [`./examples`](./examples) folder. Don't hesitate to submit yours!
245
245
 
246
- - **Omnivore Archiving Status Updater**: A script to fix the archive status of bookmarks imported from Omnivore into Karakeep. See [`examples/omnivore_archiving_status_updater/README.md`](./examples/omnivore_archiving_status_updater/README.md) for details.
246
+ | Example Script | Description | Documentation |
247
+ |----------------|-------------|---------------|
248
+ | **Add Time-to-Read Tags** | Automatically adds time-to-read tags (`0-5m`, `5-10m`, etc.) to bookmarks based on content length analysis. | [`README.md`](./examples/add_time_to_read_tag/README.md) |
249
+ | **List to Tag Converter** | Converts a Karakeep list into tags by adding a specified tag to all bookmarks within that list. | [`README.md`](./examples/list_to_tag/README.md) |
250
+ | **Omnivore Archiving Status Updater** | Fixes the archived status of bookmarks imported from Omnivore by reading export data and updating Karakeep accordingly. | [`README.md`](./examples/omnivore_archiving_status_updater/README.md) |
251
+ | **Pocket Archiving Status Updater** | Fixes the archived status of bookmarks imported from Pocket by reading export data and updating Karakeep accordingly. | [`README.md`](./examples/pocket_archiving_status_updater/README.md) |
247
252
 
248
253
  ## Development
249
254
 
@@ -208,7 +208,12 @@ except Exception as e:
208
208
 
209
209
  Examples of the API being used can be found in the [`./examples`](./examples) folder. Don't hesitate to submit yours!
210
210
 
211
- - **Omnivore Archiving Status Updater**: A script to fix the archive status of bookmarks imported from Omnivore into Karakeep. See [`examples/omnivore_archiving_status_updater/README.md`](./examples/omnivore_archiving_status_updater/README.md) for details.
211
+ | Example Script | Description | Documentation |
212
+ |----------------|-------------|---------------|
213
+ | **Add Time-to-Read Tags** | Automatically adds time-to-read tags (`0-5m`, `5-10m`, etc.) to bookmarks based on content length analysis. | [`README.md`](./examples/add_time_to_read_tag/README.md) |
214
+ | **List to Tag Converter** | Converts a Karakeep list into tags by adding a specified tag to all bookmarks within that list. | [`README.md`](./examples/list_to_tag/README.md) |
215
+ | **Omnivore Archiving Status Updater** | Fixes the archived status of bookmarks imported from Omnivore by reading export data and updating Karakeep accordingly. | [`README.md`](./examples/omnivore_archiving_status_updater/README.md) |
216
+ | **Pocket Archiving Status Updater** | Fixes the archived status of bookmarks imported from Pocket by reading export data and updating Karakeep accordingly. | [`README.md`](./examples/pocket_archiving_status_updater/README.md) |
212
217
 
213
218
  ## Development
214
219
 
@@ -85,7 +85,7 @@ class KarakeepAPI:
85
85
  """
86
86
 
87
87
  # Version reflects the client library version, updated by bumpver
88
- VERSION: str = "0.2.2"
88
+ VERSION: str = "0.2.3"
89
89
 
90
90
  def __init__(
91
91
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: karakeep_python_api
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Community python client for the Karakeep API.
5
5
  Home-page: https://github.com/thiswillbeyourgithub/karakeep_python_api/
6
6
  License: GPLv3
@@ -243,7 +243,12 @@ except Exception as e:
243
243
 
244
244
  Examples of the API being used can be found in the [`./examples`](./examples) folder. Don't hesitate to submit yours!
245
245
 
246
- - **Omnivore Archiving Status Updater**: A script to fix the archive status of bookmarks imported from Omnivore into Karakeep. See [`examples/omnivore_archiving_status_updater/README.md`](./examples/omnivore_archiving_status_updater/README.md) for details.
246
+ | Example Script | Description | Documentation |
247
+ |----------------|-------------|---------------|
248
+ | **Add Time-to-Read Tags** | Automatically adds time-to-read tags (`0-5m`, `5-10m`, etc.) to bookmarks based on content length analysis. | [`README.md`](./examples/add_time_to_read_tag/README.md) |
249
+ | **List to Tag Converter** | Converts a Karakeep list into tags by adding a specified tag to all bookmarks within that list. | [`README.md`](./examples/list_to_tag/README.md) |
250
+ | **Omnivore Archiving Status Updater** | Fixes the archived status of bookmarks imported from Omnivore by reading export data and updating Karakeep accordingly. | [`README.md`](./examples/omnivore_archiving_status_updater/README.md) |
251
+ | **Pocket Archiving Status Updater** | Fixes the archived status of bookmarks imported from Pocket by reading export data and updating Karakeep accordingly. | [`README.md`](./examples/pocket_archiving_status_updater/README.md) |
247
252
 
248
253
  ## Development
249
254
 
@@ -7,7 +7,7 @@ with open("README.md", "r") as readme:
7
7
 
8
8
  setup(
9
9
  name="karakeep_python_api",
10
- version="0.2.2",
10
+ version="0.2.3",
11
11
  description="Community python client for the Karakeep API.", # Simplified description
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",