karakeep-python-api 1.2.1__py3-none-any.whl → 1.2.2__py3-none-any.whl
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.
- karakeep_python_api/karakeep_api.py +1 -1
- karakeep_python_api/openapi_reference.json +153 -1
- {karakeep_python_api-1.2.1.dist-info → karakeep_python_api-1.2.2.dist-info}/METADATA +2 -2
- karakeep_python_api-1.2.2.dist-info/RECORD +11 -0
- karakeep_python_api-1.2.1.dist-info/RECORD +0 -11
- {karakeep_python_api-1.2.1.dist-info → karakeep_python_api-1.2.2.dist-info}/WHEEL +0 -0
- {karakeep_python_api-1.2.1.dist-info → karakeep_python_api-1.2.2.dist-info}/entry_points.txt +0 -0
- {karakeep_python_api-1.2.1.dist-info → karakeep_python_api-1.2.2.dist-info}/licenses/LICENSE +0 -0
- {karakeep_python_api-1.2.1.dist-info → karakeep_python_api-1.2.2.dist-info}/top_level.txt +0 -0
|
@@ -174,6 +174,10 @@
|
|
|
174
174
|
"type": "string",
|
|
175
175
|
"nullable": true
|
|
176
176
|
},
|
|
177
|
+
"contentAssetId": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"nullable": true
|
|
180
|
+
},
|
|
177
181
|
"crawledAt": {
|
|
178
182
|
"type": "string",
|
|
179
183
|
"nullable": true
|
|
@@ -291,6 +295,7 @@
|
|
|
291
295
|
"assetType": {
|
|
292
296
|
"type": "string",
|
|
293
297
|
"enum": [
|
|
298
|
+
"linkHtmlContent",
|
|
294
299
|
"screenshot",
|
|
295
300
|
"assetScreenshot",
|
|
296
301
|
"bannerImage",
|
|
@@ -1551,6 +1556,7 @@
|
|
|
1551
1556
|
"assetType": {
|
|
1552
1557
|
"type": "string",
|
|
1553
1558
|
"enum": [
|
|
1559
|
+
"linkHtmlContent",
|
|
1554
1560
|
"screenshot",
|
|
1555
1561
|
"assetScreenshot",
|
|
1556
1562
|
"bannerImage",
|
|
@@ -1584,6 +1590,7 @@
|
|
|
1584
1590
|
"assetType": {
|
|
1585
1591
|
"type": "string",
|
|
1586
1592
|
"enum": [
|
|
1593
|
+
"linkHtmlContent",
|
|
1587
1594
|
"screenshot",
|
|
1588
1595
|
"assetScreenshot",
|
|
1589
1596
|
"bannerImage",
|
|
@@ -3038,6 +3045,145 @@
|
|
|
3038
3045
|
},
|
|
3039
3046
|
"numHighlights": {
|
|
3040
3047
|
"type": "number"
|
|
3048
|
+
},
|
|
3049
|
+
"bookmarksByType": {
|
|
3050
|
+
"type": "object",
|
|
3051
|
+
"properties": {
|
|
3052
|
+
"link": {
|
|
3053
|
+
"type": "number"
|
|
3054
|
+
},
|
|
3055
|
+
"text": {
|
|
3056
|
+
"type": "number"
|
|
3057
|
+
},
|
|
3058
|
+
"asset": {
|
|
3059
|
+
"type": "number"
|
|
3060
|
+
}
|
|
3061
|
+
},
|
|
3062
|
+
"required": [
|
|
3063
|
+
"link",
|
|
3064
|
+
"text",
|
|
3065
|
+
"asset"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3068
|
+
"topDomains": {
|
|
3069
|
+
"type": "array",
|
|
3070
|
+
"items": {
|
|
3071
|
+
"type": "object",
|
|
3072
|
+
"properties": {
|
|
3073
|
+
"domain": {
|
|
3074
|
+
"type": "string"
|
|
3075
|
+
},
|
|
3076
|
+
"count": {
|
|
3077
|
+
"type": "number"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
"required": [
|
|
3081
|
+
"domain",
|
|
3082
|
+
"count"
|
|
3083
|
+
]
|
|
3084
|
+
},
|
|
3085
|
+
"maxItems": 10
|
|
3086
|
+
},
|
|
3087
|
+
"totalAssetSize": {
|
|
3088
|
+
"type": "number"
|
|
3089
|
+
},
|
|
3090
|
+
"assetsByType": {
|
|
3091
|
+
"type": "array",
|
|
3092
|
+
"items": {
|
|
3093
|
+
"type": "object",
|
|
3094
|
+
"properties": {
|
|
3095
|
+
"type": {
|
|
3096
|
+
"type": "string"
|
|
3097
|
+
},
|
|
3098
|
+
"count": {
|
|
3099
|
+
"type": "number"
|
|
3100
|
+
},
|
|
3101
|
+
"totalSize": {
|
|
3102
|
+
"type": "number"
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
"required": [
|
|
3106
|
+
"type",
|
|
3107
|
+
"count",
|
|
3108
|
+
"totalSize"
|
|
3109
|
+
]
|
|
3110
|
+
}
|
|
3111
|
+
},
|
|
3112
|
+
"bookmarkingActivity": {
|
|
3113
|
+
"type": "object",
|
|
3114
|
+
"properties": {
|
|
3115
|
+
"thisWeek": {
|
|
3116
|
+
"type": "number"
|
|
3117
|
+
},
|
|
3118
|
+
"thisMonth": {
|
|
3119
|
+
"type": "number"
|
|
3120
|
+
},
|
|
3121
|
+
"thisYear": {
|
|
3122
|
+
"type": "number"
|
|
3123
|
+
},
|
|
3124
|
+
"byHour": {
|
|
3125
|
+
"type": "array",
|
|
3126
|
+
"items": {
|
|
3127
|
+
"type": "object",
|
|
3128
|
+
"properties": {
|
|
3129
|
+
"hour": {
|
|
3130
|
+
"type": "number"
|
|
3131
|
+
},
|
|
3132
|
+
"count": {
|
|
3133
|
+
"type": "number"
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3136
|
+
"required": [
|
|
3137
|
+
"hour",
|
|
3138
|
+
"count"
|
|
3139
|
+
]
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
3142
|
+
"byDayOfWeek": {
|
|
3143
|
+
"type": "array",
|
|
3144
|
+
"items": {
|
|
3145
|
+
"type": "object",
|
|
3146
|
+
"properties": {
|
|
3147
|
+
"day": {
|
|
3148
|
+
"type": "number"
|
|
3149
|
+
},
|
|
3150
|
+
"count": {
|
|
3151
|
+
"type": "number"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3154
|
+
"required": [
|
|
3155
|
+
"day",
|
|
3156
|
+
"count"
|
|
3157
|
+
]
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
"required": [
|
|
3162
|
+
"thisWeek",
|
|
3163
|
+
"thisMonth",
|
|
3164
|
+
"thisYear",
|
|
3165
|
+
"byHour",
|
|
3166
|
+
"byDayOfWeek"
|
|
3167
|
+
]
|
|
3168
|
+
},
|
|
3169
|
+
"tagUsage": {
|
|
3170
|
+
"type": "array",
|
|
3171
|
+
"items": {
|
|
3172
|
+
"type": "object",
|
|
3173
|
+
"properties": {
|
|
3174
|
+
"name": {
|
|
3175
|
+
"type": "string"
|
|
3176
|
+
},
|
|
3177
|
+
"count": {
|
|
3178
|
+
"type": "number"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3181
|
+
"required": [
|
|
3182
|
+
"name",
|
|
3183
|
+
"count"
|
|
3184
|
+
]
|
|
3185
|
+
},
|
|
3186
|
+
"maxItems": 10
|
|
3041
3187
|
}
|
|
3042
3188
|
},
|
|
3043
3189
|
"required": [
|
|
@@ -3046,7 +3192,13 @@
|
|
|
3046
3192
|
"numArchived",
|
|
3047
3193
|
"numTags",
|
|
3048
3194
|
"numLists",
|
|
3049
|
-
"numHighlights"
|
|
3195
|
+
"numHighlights",
|
|
3196
|
+
"bookmarksByType",
|
|
3197
|
+
"topDomains",
|
|
3198
|
+
"totalAssetSize",
|
|
3199
|
+
"assetsByType",
|
|
3200
|
+
"bookmarkingActivity",
|
|
3201
|
+
"tagUsage"
|
|
3050
3202
|
]
|
|
3051
3203
|
}
|
|
3052
3204
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: karakeep_python_api
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
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
|
|
@@ -12,7 +12,7 @@ Requires-Python: >=3.9
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
Requires-Dist: requests>=2.32.3
|
|
15
|
-
Requires-Dist: loguru
|
|
15
|
+
Requires-Dist: loguru>=0.7.3
|
|
16
16
|
Requires-Dist: pydantic>=2.0
|
|
17
17
|
Requires-Dist: click>=8.0
|
|
18
18
|
Provides-Extra: dev
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
karakeep_python_api/__init__.py,sha256=qk3MeIIvnCNAyYzJrv8dMKVXvA4ejLU3mhB3xFzdLDY,606
|
|
2
|
+
karakeep_python_api/__main__.py,sha256=PHcipqwnpFQ-OyEclCKPuoWz-CQFn3hFhphUDcutF_Y,32713
|
|
3
|
+
karakeep_python_api/datatypes.py,sha256=VHUuSTifTnVnxYOA9TUGvGK4GiZLcXgQA8AqBQ6Kqgs,3529
|
|
4
|
+
karakeep_python_api/karakeep_api.py,sha256=xkX51u0gYPj2ZK8hlU1maZUQxu2LBRqE0EjKyHzII6o,91802
|
|
5
|
+
karakeep_python_api/openapi_reference.json,sha256=YVb0koQNvX7BzWbQ_Fsg0a80h7sxw_JtugRQqp8YACY,88055
|
|
6
|
+
karakeep_python_api-1.2.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
7
|
+
karakeep_python_api-1.2.2.dist-info/METADATA,sha256=1KBI0TMxO_wCdQCe5N7jhvBdtP6Qi_rBQXik0HXWCew,15977
|
|
8
|
+
karakeep_python_api-1.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
karakeep_python_api-1.2.2.dist-info/entry_points.txt,sha256=n0leQp_IX2NivoWuUcaR9ZHwAvl_6yt-NcHWuCJyxNo,62
|
|
10
|
+
karakeep_python_api-1.2.2.dist-info/top_level.txt,sha256=X3VKqh9YAbPQp144db0Ko2C5Q2y6-nwpPgtnuCiSDmU,20
|
|
11
|
+
karakeep_python_api-1.2.2.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
karakeep_python_api/__init__.py,sha256=qk3MeIIvnCNAyYzJrv8dMKVXvA4ejLU3mhB3xFzdLDY,606
|
|
2
|
-
karakeep_python_api/__main__.py,sha256=PHcipqwnpFQ-OyEclCKPuoWz-CQFn3hFhphUDcutF_Y,32713
|
|
3
|
-
karakeep_python_api/datatypes.py,sha256=VHUuSTifTnVnxYOA9TUGvGK4GiZLcXgQA8AqBQ6Kqgs,3529
|
|
4
|
-
karakeep_python_api/karakeep_api.py,sha256=7rBhI-NBVyv6mclWaMmq3jWD2Iqf1-kZpS0SsQYPmFE,91802
|
|
5
|
-
karakeep_python_api/openapi_reference.json,sha256=sam_CC907Waa15xvRKPHfpcC5r1ohfqrqAOpUmDNO6E,82650
|
|
6
|
-
karakeep_python_api-1.2.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
7
|
-
karakeep_python_api-1.2.1.dist-info/METADATA,sha256=6s2wahh8QLKdhQ8Ti525A9mhFY4KM1tTpFxX2FArMBU,15970
|
|
8
|
-
karakeep_python_api-1.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
karakeep_python_api-1.2.1.dist-info/entry_points.txt,sha256=n0leQp_IX2NivoWuUcaR9ZHwAvl_6yt-NcHWuCJyxNo,62
|
|
10
|
-
karakeep_python_api-1.2.1.dist-info/top_level.txt,sha256=X3VKqh9YAbPQp144db0Ko2C5Q2y6-nwpPgtnuCiSDmU,20
|
|
11
|
-
karakeep_python_api-1.2.1.dist-info/RECORD,,
|
|
File without changes
|
{karakeep_python_api-1.2.1.dist-info → karakeep_python_api-1.2.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{karakeep_python_api-1.2.1.dist-info → karakeep_python_api-1.2.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|