fabricatio 0.2.6.dev2__cp312-cp312-manylinux_2_34_x86_64.whl → 0.2.6.dev3__cp312-cp312-manylinux_2_34_x86_64.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.
- fabricatio/_rust.cpython-312-x86_64-linux-gnu.so +0 -0
- fabricatio/_rust.pyi +15 -1
- fabricatio-0.2.6.dev3.data/scripts/tdown +0 -0
- {fabricatio-0.2.6.dev2.dist-info → fabricatio-0.2.6.dev3.dist-info}/METADATA +1 -1
- {fabricatio-0.2.6.dev2.dist-info → fabricatio-0.2.6.dev3.dist-info}/RECORD +7 -7
- fabricatio-0.2.6.dev2.data/scripts/tdown +0 -0
- {fabricatio-0.2.6.dev2.dist-info → fabricatio-0.2.6.dev3.dist-info}/WHEEL +0 -0
- {fabricatio-0.2.6.dev2.dist-info → fabricatio-0.2.6.dev3.dist-info}/licenses/LICENSE +0 -0
Binary file
|
fabricatio/_rust.pyi
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
from pathlib import Path
|
2
2
|
from typing import Any, Dict, List, Optional
|
3
3
|
|
4
|
+
|
4
5
|
class TemplateManager:
|
5
6
|
"""Template rendering engine using Handlebars templates.
|
6
7
|
|
@@ -9,8 +10,9 @@ class TemplateManager:
|
|
9
10
|
|
10
11
|
See: https://crates.io/crates/handlebars
|
11
12
|
"""
|
13
|
+
|
12
14
|
def __init__(
|
13
|
-
|
15
|
+
self, template_dirs: List[Path], suffix: Optional[str] = None, active_loading: Optional[bool] = None
|
14
16
|
) -> None:
|
15
17
|
"""Initialize the template manager.
|
16
18
|
|
@@ -54,6 +56,7 @@ class TemplateManager:
|
|
54
56
|
RuntimeError: If template rendering fails
|
55
57
|
"""
|
56
58
|
|
59
|
+
|
57
60
|
def blake3_hash(content: bytes) -> str:
|
58
61
|
"""Calculate the BLAKE3 cryptographic hash of data.
|
59
62
|
|
@@ -64,6 +67,7 @@ def blake3_hash(content: bytes) -> str:
|
|
64
67
|
Hex-encoded BLAKE3 hash string
|
65
68
|
"""
|
66
69
|
|
70
|
+
|
67
71
|
class BibManager:
|
68
72
|
"""BibTeX bibliography manager for parsing and querying citation data."""
|
69
73
|
|
@@ -100,3 +104,13 @@ class BibManager:
|
|
100
104
|
Uses nucleo_matcher for high-quality fuzzy text searching
|
101
105
|
See: https://crates.io/crates/nucleo-matcher
|
102
106
|
"""
|
107
|
+
|
108
|
+
def list_titles(self, is_verbatim: Optional[bool] = False) -> List[str]:
|
109
|
+
"""List all titles in the bibliography.
|
110
|
+
|
111
|
+
Args:
|
112
|
+
is_verbatim: Whether to return verbatim titles (without formatting)
|
113
|
+
|
114
|
+
Returns:
|
115
|
+
List of all titles in the bibliography
|
116
|
+
"""
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
|
-
fabricatio-0.2.6.
|
2
|
-
fabricatio-0.2.6.
|
3
|
-
fabricatio-0.2.6.
|
1
|
+
fabricatio-0.2.6.dev3.dist-info/METADATA,sha256=XZLihVn6oc8nOpYFgKiYXuIRD1QC6ogi03G4ED2xuVQ,13693
|
2
|
+
fabricatio-0.2.6.dev3.dist-info/WHEEL,sha256=RIvmwLDYujv60MYBx2jxyP4vdn1DD7X0kBgz1TQvZuc,108
|
3
|
+
fabricatio-0.2.6.dev3.dist-info/licenses/LICENSE,sha256=yDZaTLnOi03bi3Dk6f5IjhLUc5old2yOsihHWU0z-i0,1067
|
4
4
|
fabricatio/decorators.py,sha256=cJHsxxbnMhc4SzPl4454CPLuDP3H0qbTrzV_U2rLPrs,6372
|
5
5
|
fabricatio/core.py,sha256=MaEKZ6DDmbdScAY-7F1gwGA6fr7ADX6Mz5rNVi2msFA,6277
|
6
6
|
fabricatio/models/generic.py,sha256=WxT4KBGGZTpqGPSPVwD5mkmhYBjxggZ7n-HKi-Hed4M,13619
|
@@ -36,7 +36,7 @@ fabricatio/capabilities/rating.py,sha256=ZQrKKmmIgnN4zgNnG_GmWa5Nyxpk03JYW32RJ4R
|
|
36
36
|
fabricatio/capabilities/review.py,sha256=TX7av4b2N7MRDHMowsIZfiujXRRNxjUMNHtCFVA1UTM,10824
|
37
37
|
fabricatio/capabilities/propose.py,sha256=4QvONVVUp1rs34Te2Rjams6NioEt6FhEAxDWiveQnSg,1544
|
38
38
|
fabricatio/capabilities/task.py,sha256=uAp4tC9cbq3Ux-VQHjYdEzKLE3Jr8vhB6HKLPbhozIo,4494
|
39
|
-
fabricatio/_rust.pyi,sha256=
|
40
|
-
fabricatio/_rust.cpython-312-x86_64-linux-gnu.so,sha256=
|
41
|
-
fabricatio-0.2.6.
|
42
|
-
fabricatio-0.2.6.
|
39
|
+
fabricatio/_rust.pyi,sha256=HeZoS32FMvuCBeSjUtzFE_2yHUJatWIO63sqqSsDTM0,3377
|
40
|
+
fabricatio/_rust.cpython-312-x86_64-linux-gnu.so,sha256=3fbtHUY9vCdKAyhn-ZoTII7ddg-G33HXGTCD5BvrfF0,1910296
|
41
|
+
fabricatio-0.2.6.dev3.data/scripts/tdown,sha256=xtxnxCR31GJEl1qF0Z1UDI43FK7kzGxzpRkMnVaZSP0,4575216
|
42
|
+
fabricatio-0.2.6.dev3.dist-info/RECORD,,
|
Binary file
|
File without changes
|
File without changes
|