biblemate 0.0.14__py3-none-any.whl → 0.0.15__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.
- biblemate/core/systems.py +5 -0
- biblemate/requirements.txt +1 -1
- {biblemate-0.0.14.dist-info → biblemate-0.0.15.dist-info}/METADATA +2 -2
- {biblemate-0.0.14.dist-info → biblemate-0.0.15.dist-info}/RECORD +7 -7
- {biblemate-0.0.14.dist-info → biblemate-0.0.15.dist-info}/WHEEL +0 -0
- {biblemate-0.0.14.dist-info → biblemate-0.0.15.dist-info}/entry_points.txt +0 -0
- {biblemate-0.0.14.dist-info → biblemate-0.0.15.dist-info}/top_level.txt +0 -0
biblemate/core/systems.py
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
import os
|
2
2
|
from agentmake import PACKAGE_PATH, AGENTMAKE_USER_DIR, readTextFile
|
3
|
+
from pathlib import Path
|
4
|
+
|
5
|
+
# set up user_directory for customisation
|
6
|
+
user_directory = os.path.join(AGENTMAKE_USER_DIR, "biblemate")
|
7
|
+
Path(user_directory).mkdir(parents=True, exist_ok=True)
|
3
8
|
|
4
9
|
def get_system_suggestion(master_plan: str) -> str:
|
5
10
|
"""
|
biblemate/requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: biblemate
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.15
|
4
4
|
Summary: BibleMate AI - Automate Your Bible Study
|
5
5
|
Home-page: https://toolmate.ai
|
6
6
|
Author: Eliran Wong
|
@@ -23,7 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
25
25
|
Requires-Python: >=3.8, <3.13
|
26
|
-
Requires-Dist: agentmake >=1.0.
|
26
|
+
Requires-Dist: agentmake >=1.0.65
|
27
27
|
Requires-Dist: agentmakemcp >=0.0.8
|
28
28
|
Requires-Dist: alive-progress
|
29
29
|
Requires-Dist: fastmcp[cli]
|
@@ -4,12 +4,12 @@ biblemate/bible_study_mcp.py,sha256=3CsDgR4Gf1f0ULsRf92WeN9WDogSEbW9k4kAIr1clys,
|
|
4
4
|
biblemate/config.py,sha256=ktpLv_5qdbf3FErxUIdCvVc9MO6kQH4Zt_omoJ7msIs,15
|
5
5
|
biblemate/main.py,sha256=lTUr9nY5Obbj75b3re6TG7tOJ8_ncjIqIhMoXQ2piq0,18483
|
6
6
|
biblemate/package_name.txt,sha256=WkkuEEkgw7EKpXV8GshpzhZlwRor1wpotTS7vP24b_g,9
|
7
|
-
biblemate/requirements.txt,sha256=
|
8
|
-
biblemate/core/systems.py,sha256=
|
7
|
+
biblemate/requirements.txt,sha256=_R2QI82CzbgXzl3QGlowj7R_L6LE47w2XUnM2NN_dFE,70
|
8
|
+
biblemate/core/systems.py,sha256=nG_NgcLSRhdaHuxuCPN5ZfJUhP88kdfwhRCvRk4RLjI,1874
|
9
9
|
biblemate/ui/info.py,sha256=QRCno0CYUHVoOtVkZIxVamZONmtI7KRmOT2YoUagY5s,811
|
10
10
|
biblemate/ui/prompts.py,sha256=mxdC5BU7NMok9MOm1E39MHSrxB9gSRqGY7HsOc--rRg,3484
|
11
|
-
biblemate-0.0.
|
12
|
-
biblemate-0.0.
|
13
|
-
biblemate-0.0.
|
14
|
-
biblemate-0.0.
|
15
|
-
biblemate-0.0.
|
11
|
+
biblemate-0.0.15.dist-info/METADATA,sha256=gjwisZfW4fbQNtjRWtcutqnnfXlhZttB3GTcfV1j55M,5631
|
12
|
+
biblemate-0.0.15.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
13
|
+
biblemate-0.0.15.dist-info/entry_points.txt,sha256=tbEfTFr6LhPR1E_zP3CsPwJsmG-G4MCnJ3FcQEMiqo0,50
|
14
|
+
biblemate-0.0.15.dist-info/top_level.txt,sha256=pq9uX0tAS0bizZcZ5GW5zIoDLQBa-b5QDlDGsdHNgiU,10
|
15
|
+
biblemate-0.0.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|