basic-memory 0.13.0b1__py3-none-any.whl → 0.13.0b2__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.
Potentially problematic release.
This version of basic-memory might be problematic. Click here for more details.
- basic_memory/config.py +0 -1
- {basic_memory-0.13.0b1.dist-info → basic_memory-0.13.0b2.dist-info}/METADATA +1 -1
- {basic_memory-0.13.0b1.dist-info → basic_memory-0.13.0b2.dist-info}/RECORD +6 -6
- {basic_memory-0.13.0b1.dist-info → basic_memory-0.13.0b2.dist-info}/WHEEL +0 -0
- {basic_memory-0.13.0b1.dist-info → basic_memory-0.13.0b2.dist-info}/entry_points.txt +0 -0
- {basic_memory-0.13.0b1.dist-info → basic_memory-0.13.0b2.dist-info}/licenses/LICENSE +0 -0
basic_memory/config.py
CHANGED
|
@@ -9,7 +9,6 @@ from typing import Any, Dict, Literal, Optional, List
|
|
|
9
9
|
from loguru import logger
|
|
10
10
|
from pydantic import Field, field_validator
|
|
11
11
|
from pydantic_settings import BaseSettings, SettingsConfigDict
|
|
12
|
-
from setuptools.command.setopt import config_file
|
|
13
12
|
|
|
14
13
|
import basic_memory
|
|
15
14
|
from basic_memory.utils import setup_logging, generate_permalink
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: basic-memory
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.0b2
|
|
4
4
|
Summary: Local-first knowledge management combining Zettelkasten with knowledge graphs
|
|
5
5
|
Project-URL: Homepage, https://github.com/basicmachines-co/basic-memory
|
|
6
6
|
Project-URL: Repository, https://github.com/basicmachines-co/basic-memory
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
basic_memory/__init__.py,sha256=4JBLRdCwrUwNtv3qPAFmcDiktOIhvAF8hgT-Ku5RL1U,342
|
|
2
|
-
basic_memory/config.py,sha256=
|
|
2
|
+
basic_memory/config.py,sha256=b9_vlE22BByafE-10h3bpeoEyGCn_9yYHfMoei06haI,11113
|
|
3
3
|
basic_memory/db.py,sha256=X4-uyEZdJXVLfFDTpcNZxWzawRZXhDdKoEFWAGgE4Lk,6193
|
|
4
4
|
basic_memory/deps.py,sha256=zXOhqXCoSVIa1iIcO8U6uUiofJn5eT4ycwJkH9I2kX4,12102
|
|
5
5
|
basic_memory/file_utils.py,sha256=eaxTKLLEbTIy_Mb_Iv_Dmt4IXAJSrZGVi-Knrpyci3E,6700
|
|
@@ -125,8 +125,8 @@ basic_memory/sync/sync_service.py,sha256=1uZRs2ohN7RHsMlA3rA8V-bqsk9xDk53AFtc7NF
|
|
|
125
125
|
basic_memory/sync/watch_service.py,sha256=JAumrHUjV1lF9NtEK32jgg0myWBfLXotNXxONeIV9SM,15316
|
|
126
126
|
basic_memory/templates/prompts/continue_conversation.hbs,sha256=begMFHOPN3aCm5sHz5PlKMLOfZ8hlpFxFJ-hgy0T9K4,3075
|
|
127
127
|
basic_memory/templates/prompts/search.hbs,sha256=H1cCIsHKp4VC1GrH2KeUB8pGe5vXFPqb2VPotypmeCA,3098
|
|
128
|
-
basic_memory-0.13.
|
|
129
|
-
basic_memory-0.13.
|
|
130
|
-
basic_memory-0.13.
|
|
131
|
-
basic_memory-0.13.
|
|
132
|
-
basic_memory-0.13.
|
|
128
|
+
basic_memory-0.13.0b2.dist-info/METADATA,sha256=cnjgVfE8jbAiAPfnsMQ7pZCMkjKg3F2raQU6CZe_IOs,15468
|
|
129
|
+
basic_memory-0.13.0b2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
130
|
+
basic_memory-0.13.0b2.dist-info/entry_points.txt,sha256=wvE2mRF6-Pg4weIYcfQ-86NOLZD4WJg7F7TIsRVFLb8,90
|
|
131
|
+
basic_memory-0.13.0b2.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
132
|
+
basic_memory-0.13.0b2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|