supermemory 3.7.0__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.
Files changed (84) hide show
  1. supermemory/__init__.py +102 -0
  2. supermemory/_base_client.py +1995 -0
  3. supermemory/_client.py +683 -0
  4. supermemory/_compat.py +219 -0
  5. supermemory/_constants.py +14 -0
  6. supermemory/_exceptions.py +108 -0
  7. supermemory/_files.py +123 -0
  8. supermemory/_models.py +857 -0
  9. supermemory/_qs.py +150 -0
  10. supermemory/_resource.py +43 -0
  11. supermemory/_response.py +832 -0
  12. supermemory/_streaming.py +331 -0
  13. supermemory/_types.py +260 -0
  14. supermemory/_utils/__init__.py +64 -0
  15. supermemory/_utils/_compat.py +45 -0
  16. supermemory/_utils/_datetime_parse.py +136 -0
  17. supermemory/_utils/_logs.py +25 -0
  18. supermemory/_utils/_proxy.py +65 -0
  19. supermemory/_utils/_reflection.py +42 -0
  20. supermemory/_utils/_resources_proxy.py +24 -0
  21. supermemory/_utils/_streams.py +12 -0
  22. supermemory/_utils/_sync.py +58 -0
  23. supermemory/_utils/_transform.py +457 -0
  24. supermemory/_utils/_typing.py +156 -0
  25. supermemory/_utils/_utils.py +421 -0
  26. supermemory/_version.py +4 -0
  27. supermemory/lib/.keep +4 -0
  28. supermemory/py.typed +0 -0
  29. supermemory/resources/__init__.py +75 -0
  30. supermemory/resources/connections.py +807 -0
  31. supermemory/resources/documents.py +830 -0
  32. supermemory/resources/memories.py +830 -0
  33. supermemory/resources/search.py +657 -0
  34. supermemory/resources/settings.py +278 -0
  35. supermemory/types/__init__.py +51 -0
  36. supermemory/types/add_response.py +13 -0
  37. supermemory/types/client_add_params.py +36 -0
  38. supermemory/types/client_profile_params.py +21 -0
  39. supermemory/types/connection_create_params.py +21 -0
  40. supermemory/types/connection_create_response.py +19 -0
  41. supermemory/types/connection_delete_by_id_response.py +11 -0
  42. supermemory/types/connection_delete_by_provider_params.py +15 -0
  43. supermemory/types/connection_delete_by_provider_response.py +11 -0
  44. supermemory/types/connection_get_by_id_response.py +25 -0
  45. supermemory/types/connection_get_by_tags_params.py +15 -0
  46. supermemory/types/connection_get_by_tags_response.py +25 -0
  47. supermemory/types/connection_import_params.py +15 -0
  48. supermemory/types/connection_import_response.py +7 -0
  49. supermemory/types/connection_list_documents_params.py +15 -0
  50. supermemory/types/connection_list_documents_response.py +29 -0
  51. supermemory/types/connection_list_params.py +15 -0
  52. supermemory/types/connection_list_response.py +29 -0
  53. supermemory/types/document_add_params.py +36 -0
  54. supermemory/types/document_add_response.py +13 -0
  55. supermemory/types/document_get_response.py +103 -0
  56. supermemory/types/document_list_params.py +52 -0
  57. supermemory/types/document_list_response.py +94 -0
  58. supermemory/types/document_update_params.py +55 -0
  59. supermemory/types/document_update_response.py +13 -0
  60. supermemory/types/document_upload_file_params.py +44 -0
  61. supermemory/types/document_upload_file_response.py +13 -0
  62. supermemory/types/memory_add_params.py +36 -0
  63. supermemory/types/memory_add_response.py +13 -0
  64. supermemory/types/memory_get_response.py +103 -0
  65. supermemory/types/memory_list_params.py +52 -0
  66. supermemory/types/memory_list_response.py +94 -0
  67. supermemory/types/memory_update_params.py +55 -0
  68. supermemory/types/memory_update_response.py +13 -0
  69. supermemory/types/memory_upload_file_params.py +44 -0
  70. supermemory/types/memory_upload_file_response.py +13 -0
  71. supermemory/types/profile_response.py +35 -0
  72. supermemory/types/search_documents_params.py +93 -0
  73. supermemory/types/search_documents_response.py +60 -0
  74. supermemory/types/search_execute_params.py +93 -0
  75. supermemory/types/search_execute_response.py +60 -0
  76. supermemory/types/search_memories_params.py +75 -0
  77. supermemory/types/search_memories_response.py +123 -0
  78. supermemory/types/setting_get_response.py +43 -0
  79. supermemory/types/setting_update_params.py +44 -0
  80. supermemory/types/setting_update_response.py +51 -0
  81. supermemory-3.7.0.dist-info/METADATA +447 -0
  82. supermemory-3.7.0.dist-info/RECORD +84 -0
  83. supermemory-3.7.0.dist-info/WHEEL +4 -0
  84. supermemory-3.7.0.dist-info/licenses/LICENSE +201 -0
@@ -0,0 +1,447 @@
1
+ Metadata-Version: 2.3
2
+ Name: supermemory
3
+ Version: 3.7.0
4
+ Summary: The official Python library for the supermemory API
5
+ Project-URL: Homepage, https://github.com/supermemoryai/python-sdk
6
+ Project-URL: Repository, https://github.com/supermemoryai/python-sdk
7
+ Author-email: Supermemory <dhravya@supermemory.com>
8
+ License: Apache-2.0
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Operating System :: MacOS
12
+ Classifier: Operating System :: Microsoft :: Windows
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Operating System :: POSIX
15
+ Classifier: Operating System :: POSIX :: Linux
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Programming Language :: Python :: 3.14
22
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
23
+ Classifier: Typing :: Typed
24
+ Requires-Python: >=3.9
25
+ Requires-Dist: anyio<5,>=3.5.0
26
+ Requires-Dist: distro<2,>=1.7.0
27
+ Requires-Dist: httpx<1,>=0.23.0
28
+ Requires-Dist: pydantic<3,>=1.9.0
29
+ Requires-Dist: sniffio
30
+ Requires-Dist: typing-extensions<5,>=4.10
31
+ Provides-Extra: aiohttp
32
+ Requires-Dist: aiohttp; extra == 'aiohttp'
33
+ Requires-Dist: httpx-aiohttp>=0.1.9; extra == 'aiohttp'
34
+ Description-Content-Type: text/markdown
35
+
36
+ # Supermemory Python API library
37
+
38
+ <!-- prettier-ignore -->
39
+ [![PyPI version](https://img.shields.io/pypi/v/supermemory.svg?label=pypi%20(stable))](https://pypi.org/project/supermemory/)
40
+
41
+ The Supermemory Python library provides convenient access to the Supermemory REST API from any Python 3.9+
42
+ application. The library includes type definitions for all request params and response fields,
43
+ and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
44
+
45
+ It is generated with [Stainless](https://www.stainless.com/).
46
+
47
+ ## Documentation
48
+
49
+ The REST API documentation can be found on [docs.supermemory.ai](https://docs.supermemory.ai). The full API of this library can be found in [api.md](https://github.com/supermemoryai/python-sdk/tree/main/api.md).
50
+
51
+ ## Installation
52
+
53
+ ```sh
54
+ # install from PyPI
55
+ pip install supermemory
56
+ ```
57
+
58
+ ## Usage
59
+
60
+ The full API of this library can be found in [api.md](https://github.com/supermemoryai/python-sdk/tree/main/api.md).
61
+
62
+ ```python
63
+ import os
64
+ from supermemory import Supermemory
65
+
66
+ client = Supermemory(
67
+ api_key=os.environ.get("SUPERMEMORY_API_KEY"), # This is the default and can be omitted
68
+ )
69
+
70
+ response = client.search.documents(
71
+ q="documents related to python",
72
+ )
73
+ print(response.results)
74
+ ```
75
+
76
+ While you can provide an `api_key` keyword argument,
77
+ we recommend using [python-dotenv](https://pypi.org/project/python-dotenv/)
78
+ to add `SUPERMEMORY_API_KEY="My API Key"` to your `.env` file
79
+ so that your API Key is not stored in source control.
80
+
81
+ ## Async usage
82
+
83
+ Simply import `AsyncSupermemory` instead of `Supermemory` and use `await` with each API call:
84
+
85
+ ```python
86
+ import os
87
+ import asyncio
88
+ from supermemory import AsyncSupermemory
89
+
90
+ client = AsyncSupermemory(
91
+ api_key=os.environ.get("SUPERMEMORY_API_KEY"), # This is the default and can be omitted
92
+ )
93
+
94
+
95
+ async def main() -> None:
96
+ response = await client.search.documents(
97
+ q="documents related to python",
98
+ )
99
+ print(response.results)
100
+
101
+
102
+ asyncio.run(main())
103
+ ```
104
+
105
+ Functionality between the synchronous and asynchronous clients is otherwise identical.
106
+
107
+ ### With aiohttp
108
+
109
+ By default, the async client uses `httpx` for HTTP requests. However, for improved concurrency performance you may also use `aiohttp` as the HTTP backend.
110
+
111
+ You can enable this by installing `aiohttp`:
112
+
113
+ ```sh
114
+ # install from PyPI
115
+ pip install supermemory[aiohttp]
116
+ ```
117
+
118
+ Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
119
+
120
+ ```python
121
+ import asyncio
122
+ from supermemory import DefaultAioHttpClient
123
+ from supermemory import AsyncSupermemory
124
+
125
+
126
+ async def main() -> None:
127
+ async with AsyncSupermemory(
128
+ api_key="My API Key",
129
+ http_client=DefaultAioHttpClient(),
130
+ ) as client:
131
+ response = await client.search.documents(
132
+ q="documents related to python",
133
+ )
134
+ print(response.results)
135
+
136
+
137
+ asyncio.run(main())
138
+ ```
139
+
140
+ ## Using types
141
+
142
+ Nested request parameters are [TypedDicts](https://docs.python.org/3/library/typing.html#typing.TypedDict). Responses are [Pydantic models](https://docs.pydantic.dev) which also provide helper methods for things like:
143
+
144
+ - Serializing back into JSON, `model.to_json()`
145
+ - Converting to a dictionary, `model.to_dict()`
146
+
147
+ Typed requests and responses provide autocomplete and documentation within your editor. If you would like to see type errors in VS Code to help catch bugs earlier, set `python.analysis.typeCheckingMode` to `basic`.
148
+
149
+ ## Nested params
150
+
151
+ Nested parameters are dictionaries, typed using `TypedDict`, for example:
152
+
153
+ ```python
154
+ from supermemory import Supermemory
155
+
156
+ client = Supermemory()
157
+
158
+ response = client.search.memories(
159
+ q="machine learning concepts",
160
+ include={},
161
+ )
162
+ print(response.include)
163
+ ```
164
+
165
+ ## File uploads
166
+
167
+ Request parameters that correspond to file uploads can be passed as `bytes`, or a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance or a tuple of `(filename, contents, media type)`.
168
+
169
+ ```python
170
+ from pathlib import Path
171
+ from supermemory import Supermemory
172
+
173
+ client = Supermemory()
174
+
175
+ client.memories.upload_file(
176
+ file=Path("/path/to/file"),
177
+ )
178
+ ```
179
+
180
+ The async client uses the exact same interface. If you pass a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance, the file contents will be read asynchronously automatically.
181
+
182
+ ## Handling errors
183
+
184
+ When the library is unable to connect to the API (for example, due to network connection problems or a timeout), a subclass of `supermemory.APIConnectionError` is raised.
185
+
186
+ When the API returns a non-success status code (that is, 4xx or 5xx
187
+ response), a subclass of `supermemory.APIStatusError` is raised, containing `status_code` and `response` properties.
188
+
189
+ All errors inherit from `supermemory.APIError`.
190
+
191
+ ```python
192
+ import supermemory
193
+ from supermemory import Supermemory
194
+
195
+ client = Supermemory()
196
+
197
+ try:
198
+ client.add(
199
+ content="content",
200
+ )
201
+ except supermemory.APIConnectionError as e:
202
+ print("The server could not be reached")
203
+ print(e.__cause__) # an underlying Exception, likely raised within httpx.
204
+ except supermemory.RateLimitError as e:
205
+ print("A 429 status code was received; we should back off a bit.")
206
+ except supermemory.APIStatusError as e:
207
+ print("Another non-200-range status code was received")
208
+ print(e.status_code)
209
+ print(e.response)
210
+ ```
211
+
212
+ Error codes are as follows:
213
+
214
+ | Status Code | Error Type |
215
+ | ----------- | -------------------------- |
216
+ | 400 | `BadRequestError` |
217
+ | 401 | `AuthenticationError` |
218
+ | 403 | `PermissionDeniedError` |
219
+ | 404 | `NotFoundError` |
220
+ | 422 | `UnprocessableEntityError` |
221
+ | 429 | `RateLimitError` |
222
+ | >=500 | `InternalServerError` |
223
+ | N/A | `APIConnectionError` |
224
+
225
+ ### Retries
226
+
227
+ Certain errors are automatically retried 2 times by default, with a short exponential backoff.
228
+ Connection errors (for example, due to a network connectivity problem), 408 Request Timeout, 409 Conflict,
229
+ 429 Rate Limit, and >=500 Internal errors are all retried by default.
230
+
231
+ You can use the `max_retries` option to configure or disable retry settings:
232
+
233
+ ```python
234
+ from supermemory import Supermemory
235
+
236
+ # Configure the default for all requests:
237
+ client = Supermemory(
238
+ # default is 2
239
+ max_retries=0,
240
+ )
241
+
242
+ # Or, configure per-request:
243
+ client.with_options(max_retries=5).add(
244
+ content="content",
245
+ )
246
+ ```
247
+
248
+ ### Timeouts
249
+
250
+ By default requests time out after 1 minute. You can configure this with a `timeout` option,
251
+ which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
252
+
253
+ ```python
254
+ from supermemory import Supermemory
255
+
256
+ # Configure the default for all requests:
257
+ client = Supermemory(
258
+ # 20 seconds (default is 1 minute)
259
+ timeout=20.0,
260
+ )
261
+
262
+ # More granular control:
263
+ client = Supermemory(
264
+ timeout=httpx.Timeout(60.0, read=5.0, write=10.0, connect=2.0),
265
+ )
266
+
267
+ # Override per-request:
268
+ client.with_options(timeout=5.0).add(
269
+ content="content",
270
+ )
271
+ ```
272
+
273
+ On timeout, an `APITimeoutError` is thrown.
274
+
275
+ Note that requests that time out are [retried twice by default](https://github.com/supermemoryai/python-sdk/tree/main/#retries).
276
+
277
+ ## Advanced
278
+
279
+ ### Logging
280
+
281
+ We use the standard library [`logging`](https://docs.python.org/3/library/logging.html) module.
282
+
283
+ You can enable logging by setting the environment variable `SUPERMEMORY_LOG` to `info`.
284
+
285
+ ```shell
286
+ $ export SUPERMEMORY_LOG=info
287
+ ```
288
+
289
+ Or to `debug` for more verbose logging.
290
+
291
+ ### How to tell whether `None` means `null` or missing
292
+
293
+ In an API response, a field may be explicitly `null`, or missing entirely; in either case, its value is `None` in this library. You can differentiate the two cases with `.model_fields_set`:
294
+
295
+ ```py
296
+ if response.my_field is None:
297
+ if 'my_field' not in response.model_fields_set:
298
+ print('Got json like {}, without a "my_field" key present at all.')
299
+ else:
300
+ print('Got json like {"my_field": null}.')
301
+ ```
302
+
303
+ ### Accessing raw response data (e.g. headers)
304
+
305
+ The "raw" Response object can be accessed by prefixing `.with_raw_response.` to any HTTP method call, e.g.,
306
+
307
+ ```py
308
+ from supermemory import Supermemory
309
+
310
+ client = Supermemory()
311
+ response = client.with_raw_response.add(
312
+ content="content",
313
+ )
314
+ print(response.headers.get('X-My-Header'))
315
+
316
+ client = response.parse() # get the object that `add()` would have returned
317
+ print(client.id)
318
+ ```
319
+
320
+ These methods return an [`APIResponse`](https://github.com/supermemoryai/python-sdk/tree/main/src/supermemory/_response.py) object.
321
+
322
+ The async client returns an [`AsyncAPIResponse`](https://github.com/supermemoryai/python-sdk/tree/main/src/supermemory/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
323
+
324
+ #### `.with_streaming_response`
325
+
326
+ The above interface eagerly reads the full response body when you make the request, which may not always be what you want.
327
+
328
+ To stream the response body, use `.with_streaming_response` instead, which requires a context manager and only reads the response body once you call `.read()`, `.text()`, `.json()`, `.iter_bytes()`, `.iter_text()`, `.iter_lines()` or `.parse()`. In the async client, these are async methods.
329
+
330
+ ```python
331
+ with client.with_streaming_response.add(
332
+ content="content",
333
+ ) as response:
334
+ print(response.headers.get("X-My-Header"))
335
+
336
+ for line in response.iter_lines():
337
+ print(line)
338
+ ```
339
+
340
+ The context manager is required so that the response will reliably be closed.
341
+
342
+ ### Making custom/undocumented requests
343
+
344
+ This library is typed for convenient access to the documented API.
345
+
346
+ If you need to access undocumented endpoints, params, or response properties, the library can still be used.
347
+
348
+ #### Undocumented endpoints
349
+
350
+ To make requests to undocumented endpoints, you can make requests using `client.get`, `client.post`, and other
351
+ http verbs. Options on the client will be respected (such as retries) when making this request.
352
+
353
+ ```py
354
+ import httpx
355
+
356
+ response = client.post(
357
+ "/foo",
358
+ cast_to=httpx.Response,
359
+ body={"my_param": True},
360
+ )
361
+
362
+ print(response.headers.get("x-foo"))
363
+ ```
364
+
365
+ #### Undocumented request params
366
+
367
+ If you want to explicitly send an extra param, you can do so with the `extra_query`, `extra_body`, and `extra_headers` request
368
+ options.
369
+
370
+ #### Undocumented response properties
371
+
372
+ To access undocumented response properties, you can access the extra fields like `response.unknown_prop`. You
373
+ can also get all the extra fields on the Pydantic model as a dict with
374
+ [`response.model_extra`](https://docs.pydantic.dev/latest/api/base_model/#pydantic.BaseModel.model_extra).
375
+
376
+ ### Configuring the HTTP client
377
+
378
+ You can directly override the [httpx client](https://www.python-httpx.org/api/#client) to customize it for your use case, including:
379
+
380
+ - Support for [proxies](https://www.python-httpx.org/advanced/proxies/)
381
+ - Custom [transports](https://www.python-httpx.org/advanced/transports/)
382
+ - Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
383
+
384
+ ```python
385
+ import httpx
386
+ from supermemory import Supermemory, DefaultHttpxClient
387
+
388
+ client = Supermemory(
389
+ # Or use the `SUPERMEMORY_BASE_URL` env var
390
+ base_url="http://my.test.server.example.com:8083",
391
+ http_client=DefaultHttpxClient(
392
+ proxy="http://my.test.proxy.example.com",
393
+ transport=httpx.HTTPTransport(local_address="0.0.0.0"),
394
+ ),
395
+ )
396
+ ```
397
+
398
+ You can also customize the client on a per-request basis by using `with_options()`:
399
+
400
+ ```python
401
+ client.with_options(http_client=DefaultHttpxClient(...))
402
+ ```
403
+
404
+ ### Managing HTTP resources
405
+
406
+ By default the library closes underlying HTTP connections whenever the client is [garbage collected](https://docs.python.org/3/reference/datamodel.html#object.__del__). You can manually close the client using the `.close()` method if desired, or with a context manager that closes when exiting.
407
+
408
+ ```py
409
+ from supermemory import Supermemory
410
+
411
+ with Supermemory() as client:
412
+ # make requests here
413
+ ...
414
+
415
+ # HTTP client is now closed
416
+ ```
417
+
418
+ ## Versioning
419
+
420
+ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
421
+
422
+ 1. Changes that only affect static types, without breaking runtime behavior.
423
+ 2. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_
424
+ 3. Changes that we do not expect to impact the vast majority of users in practice.
425
+
426
+ We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
427
+
428
+ We are keen for your feedback; please open an [issue](https://www.github.com/supermemoryai/python-sdk/issues) with questions, bugs, or suggestions.
429
+
430
+ ### Determining the installed version
431
+
432
+ If you've upgraded to the latest version but aren't seeing any new features you were expecting then your python environment is likely still using an older version.
433
+
434
+ You can determine the version that is being used at runtime with:
435
+
436
+ ```py
437
+ import supermemory
438
+ print(supermemory.__version__)
439
+ ```
440
+
441
+ ## Requirements
442
+
443
+ Python 3.9 or higher.
444
+
445
+ ## Contributing
446
+
447
+ See [the contributing documentation](https://github.com/supermemoryai/python-sdk/tree/main/./CONTRIBUTING.md).
@@ -0,0 +1,84 @@
1
+ supermemory/__init__.py,sha256=QronGAy8njt_jX9fFbHOAUb2g0kAY5dKIupNvIaQL7k,2710
2
+ supermemory/_base_client.py,sha256=K7v8m6bR0RLXbp33WXnKcnr6ArJlMwX18Wh7uP7rZjg,67052
3
+ supermemory/_client.py,sha256=LDOvOqGKJj5YhMNKFmgSvFWoJOB1bPYh5XbUAkfwJuk,26627
4
+ supermemory/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
5
+ supermemory/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
6
+ supermemory/_exceptions.py,sha256=5nnX7W8L_eA6LkX3SBl7csJy5d9QEcDqRVuwDq8wVh8,3230
7
+ supermemory/_files.py,sha256=9QITJCyATjxJqhMXckfLrrOKltxCpKhbrlZX_NcL9WQ,3616
8
+ supermemory/_models.py,sha256=3D65psj_C02Mw0K2zpBWrn1khmrvtEXgTTQ6P4r3tUY,31837
9
+ supermemory/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
10
+ supermemory/_resource.py,sha256=_wuaB1exMy-l-qqdJJdTv15hH5qBSN2Rj9CFwjXTZJU,1130
11
+ supermemory/_response.py,sha256=Yh869-U8INkojKZHFsNw69z5Y2BrK2isgRJ8mifEURM,28848
12
+ supermemory/_streaming.py,sha256=DPkh5qaMwNFDbqA_13aKn5aZ0GnQx9aD5JxmdJPhOeY,10169
13
+ supermemory/_types.py,sha256=KHnNDTZJ8YzCPCGZTNkEXcpiWp7FdH9skhEaOQb9uMM,7241
14
+ supermemory/_version.py,sha256=Keyu0stpciXT08FYYHNSjGXc3_C-Z9jrSYsEJE6Hcqw,163
15
+ supermemory/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ supermemory/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
17
+ supermemory/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
18
+ supermemory/_utils/_datetime_parse.py,sha256=bABTs0Bc6rabdFvnIwXjEhWL15TcRgWZ_6XGTqN8xUk,4204
19
+ supermemory/_utils/_logs.py,sha256=iceljYaEUb4Q4q1SgbSzwSrlJA64ISbaccczzZ8Z9Vg,789
20
+ supermemory/_utils/_proxy.py,sha256=aglnj2yBTDyGX9Akk2crZHrl10oqRmceUy2Zp008XEs,1975
21
+ supermemory/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
22
+ supermemory/_utils/_resources_proxy.py,sha256=9MqlmhIEoyeVraNz90vnq1pS6EOxSqvYVlVK-CvLMmQ,614
23
+ supermemory/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
24
+ supermemory/_utils/_sync.py,sha256=HBnZkkBnzxtwOZe0212C4EyoRvxhTVtTrLFDz2_xVCg,1589
25
+ supermemory/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
26
+ supermemory/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
27
+ supermemory/_utils/_utils.py,sha256=ugfUaneOK7I8h9b3656flwf5u_kthY0gvNuqvgOLoSU,12252
28
+ supermemory/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
29
+ supermemory/resources/__init__.py,sha256=qLgw280drj5DMESoNQyiaS6fO-NMC4hq3jcdFvLu3Hs,2508
30
+ supermemory/resources/connections.py,sha256=xGcsWE6n40k1lfYHXKHHERSMi_lCIOjg2P8_VFs6VaI,33357
31
+ supermemory/resources/documents.py,sha256=Y5lYPeuiYGnDg0pPUJUqPlEYN8ZtB9CBtascX7wLR18,33676
32
+ supermemory/resources/memories.py,sha256=e04KaSIJyvuM6Y9591zecuGL0Yt2dNmmrgVdcuDlUms,33516
33
+ supermemory/resources/search.py,sha256=a2J4LaqPNpW0cP1semwr4Ds35vfTSiIlOeduhf0Y8kE,27826
34
+ supermemory/resources/settings.py,sha256=WLDupwUkhBb8IH2G7P0tOwr3wqFHKotQ99cDkOJ8Nq4,11823
35
+ supermemory/types/__init__.py,sha256=RkvpwPWlCtpVncNECNVBTqwSwZhU1w5hxpeiqza9g6k,3976
36
+ supermemory/types/add_response.py,sha256=Yilb3Y1Hs5E-S3GT0UeQw-l_G0lvAZ0_59aa09PnZ7M,284
37
+ supermemory/types/client_add_params.py,sha256=fnOBAPuMKu8-b-p0AJpOrqfiZRfCqVYaaEgt8d57mR8,1133
38
+ supermemory/types/client_profile_params.py,sha256=AFCMORlkPIT8UcJfJb2-HlYDQ-pm_t1Q00d3znN1lwE,634
39
+ supermemory/types/connection_create_params.py,sha256=nhbXyd7hLyh7AuH4JrdfeWmiCj1H3YV22ycZzu4ggmk,670
40
+ supermemory/types/connection_create_response.py,sha256=i4sb0DSRs7wVVd8xDBOtr7vw-YbaeZ7MydlQLYvlvJs,468
41
+ supermemory/types/connection_delete_by_id_response.py,sha256=guD1vxqV2wiQnwnWCZSQH0z2HYXQOtvicRzouPVkHXA,243
42
+ supermemory/types/connection_delete_by_provider_params.py,sha256=inmWn18C-FCevq-mcsIRzcHwT5BEcH9LqOrlifBtnSQ,550
43
+ supermemory/types/connection_delete_by_provider_response.py,sha256=PgMQuSIhVFSF2LVa0FBei2bj3gyVRB7FyOi_-M-Rugc,255
44
+ supermemory/types/connection_get_by_id_response.py,sha256=Pk-eN3Kdj80OVcfBquDaHEUK2sCDaXHrmn_Z0OUvYpI,610
45
+ supermemory/types/connection_get_by_tags_params.py,sha256=c8u58EaxhEZrCERMix5H3lkVJqud0DIHd2Vsc8-mhok,526
46
+ supermemory/types/connection_get_by_tags_response.py,sha256=ri7XYyl8b71fJocgEfBgkf2JetbpLX7KSGpNbL8GH6M,614
47
+ supermemory/types/connection_import_params.py,sha256=mUIuaeXLJe14_6vuFizs9sG_csibvQmn6eAdPll3pjA,510
48
+ supermemory/types/connection_import_response.py,sha256=W3Jn98_wmYGSAr4H553uoiutdWL49-myc6MDa0mFEog,210
49
+ supermemory/types/connection_list_documents_params.py,sha256=MBKSgfdV-Gx02DpV4ENk2ME8F1bz2JcXd7j6sYbooIk,522
50
+ supermemory/types/connection_list_documents_response.py,sha256=0IdHufx0yErjfmoXYeY0KJ2QID9C-_58joyGEuu8gd4,682
51
+ supermemory/types/connection_list_params.py,sha256=hg7wKFASpFqDnJ3Kycyziajimvx1p2q2fKJqfexxTF8,504
52
+ supermemory/types/connection_list_response.py,sha256=04XgComodVr8WK-PQ_E23zl08E4MCnQqf_c2x3ruEEM,755
53
+ supermemory/types/document_add_params.py,sha256=ZQoltQ6VrZUWC17Fq8ov2W7UF03p5EJ5vy6bVqW6kbM,1137
54
+ supermemory/types/document_add_response.py,sha256=gcs5UIckbJqST-58Ue-6mJuHqZj--bv9m6-wOCe74GU,300
55
+ supermemory/types/document_get_response.py,sha256=_tLT0JT6CPn66yeaW7HrTU8acKvyvZhJwpj0Y9qZwS0,3162
56
+ supermemory/types/document_list_params.py,sha256=mIwpWSXw3HtWswOVtPji3T14dQD5cvNwOGbVyVg_H0Q,1565
57
+ supermemory/types/document_list_response.py,sha256=woYPTp69NG_9wke7wGCMvL7W6b7biP09_sLiXbl3-8U,2742
58
+ supermemory/types/document_update_params.py,sha256=5C6k4AGybnLF3nM9jFD7w_vjOSjhpY04bAG3H_8kEoA,1898
59
+ supermemory/types/document_update_response.py,sha256=ujnGXGhPO-ktSJ963-_OebgJvdCs_dSyeaslhbHfRtI,306
60
+ supermemory/types/document_upload_file_params.py,sha256=ACCzgluc5K5VMIr4-3ojhYEO-WmxElLsZ1PPvJSn1-E,1450
61
+ supermemory/types/document_upload_file_response.py,sha256=RpLhI7ab7x3_cXtywcvCKyicuSU7wug5DTqX8XVW0vU,314
62
+ supermemory/types/memory_add_params.py,sha256=i3qqBukQHdZxN6E6Ncvh6rPqHAxA-Lx9-B0jP9o1UjI,1133
63
+ supermemory/types/memory_add_response.py,sha256=F1KJGzoLx0S-2eJ7T8VxusvT3eAb1I6OGsY1RxBm0oQ,296
64
+ supermemory/types/memory_get_response.py,sha256=L6SghhNGIVVMPw9Dge0y6PFyWDG4qY-lsccYthgpQCo,3158
65
+ supermemory/types/memory_list_params.py,sha256=Wfvl9P10Yp8Wdi-13Yl7A48ggtnN7OfRbAgufcPwLvI,1561
66
+ supermemory/types/memory_list_response.py,sha256=JfLKS2fkjQ8sTRGvutYkBoj9TFavXviTrC6Pf2W3kRU,2738
67
+ supermemory/types/memory_update_params.py,sha256=qHC1iCX7-lUdgsUzIoysltyHtRquMmg2Z5GfKr4uu3I,1894
68
+ supermemory/types/memory_update_response.py,sha256=TyVned9XDrd4g1nPHAQ839m9co2obYoSZ5ProwhxSOY,302
69
+ supermemory/types/memory_upload_file_params.py,sha256=5iS-wKc0DUmNEpU1QqKi93u-AFRpXRuUBO6oALIeZto,1446
70
+ supermemory/types/memory_upload_file_response.py,sha256=j1SSmuif6qXT_Q79AVmHiOdSsJV5ze4dab5cylK9O4o,310
71
+ supermemory/types/profile_response.py,sha256=79f6OPQtzZBHpwGS2L88wd56h0rfrfF0nh6qqGzgzqY,886
72
+ supermemory/types/search_documents_params.py,sha256=w0pgYBxzWELyE4X54AYszQMS4zLOESN8PW8z3dnqWKw,3146
73
+ supermemory/types/search_documents_response.py,sha256=UTqPu0qLynNA5Me-IAUK-cSZkLey2tjrJ94vc35IwzQ,1424
74
+ supermemory/types/search_execute_params.py,sha256=nrlTOvx-g2BqBI5kan6g6IYrbL4IQZcL5OlXgEC0uYI,3142
75
+ supermemory/types/search_execute_response.py,sha256=gVDFlfvI6qRr2hFqb1BnjMfLMoA7NnrmMHDCokW268U,1420
76
+ supermemory/types/search_memories_params.py,sha256=HbURp2jE9rSh_SRz2GpsfAameEnAYlaGebrn-PUdAjY,2200
77
+ supermemory/types/search_memories_response.py,sha256=7BX6qYfmASMWrZONoLEikeQFf1P14jR41rK7LlkiZt0,3233
78
+ supermemory/types/setting_get_response.py,sha256=S-I64GR4hnmA8MLzI9Px7Al9Ele9pCkDiGiXiKhKhkg,1724
79
+ supermemory/types/setting_update_params.py,sha256=3-NcmbhcYesDDw0DC80DuEv_TVF54O45tk0RXjyKAog,1785
80
+ supermemory/types/setting_update_response.py,sha256=4xXuerIZl6KJjHsvk0l-02Sz3LoYqJfa3IbLiuvuaHE,1882
81
+ supermemory-3.7.0.dist-info/METADATA,sha256=3Bjw7Jv782oIm13Pd6J2NPbKyOOshs0O39H-IRz2I2Y,14749
82
+ supermemory-3.7.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
83
+ supermemory-3.7.0.dist-info/licenses/LICENSE,sha256=M2NcpYEBpakciOULpWzo-xO2Lincf74gGwfaU00Sct0,11341
84
+ supermemory-3.7.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.26.3
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any