fabricatio 0.10.0__cp312-cp312-win_amd64.whl → 0.11.0__cp312-cp312-win_amd64.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.
@@ -54,9 +54,10 @@ if find_spec("fabricatio_digest"):
54
54
  __all__ += ["Digest"]
55
55
 
56
56
  if find_spec("fabricatio_anki"):
57
+ from fabricatio_anki.capabilities.generate_analysis import GenerateAnalysis
57
58
  from fabricatio_anki.capabilities.generate_deck import GenerateDeck
58
59
 
59
- __all__ += ["GenerateDeck"]
60
+ __all__ += ["GenerateAnalysis", "GenerateDeck"]
60
61
 
61
62
  if find_spec("fabricatio_tagging"):
62
63
  from fabricatio_tagging.capabilities.tagging import Tagging
@@ -36,8 +36,9 @@ if find_spec("fabricatio_digest"):
36
36
  if find_spec("fabricatio_anki"):
37
37
  from fabricatio_anki.models.deck import Deck, Model
38
38
  from fabricatio_anki.models.template import Template
39
+ from fabricatio_anki.models.topic_analysis import TopicAnalysis
39
40
 
40
- __all__ += ["Deck", "Model", "Template"]
41
+ __all__ += ["Deck", "Model", "Template", "TopicAnalysis"]
41
42
 
42
43
  if find_spec("fabricatio_question"):
43
44
  from fabricatio_question.models.questions import SelectionQuestion
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fabricatio
3
- Version: 0.10.0
3
+ Version: 0.11.0
4
4
  Classifier: License :: OSI Approved :: MIT License
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Programming Language :: Python :: 3.12
@@ -62,24 +62,69 @@ Project-URL: Issues, https://github.com/Whth/fabricatio/issues
62
62
 
63
63
 
64
64
 
65
+ <p align="center">
66
+ <a href="LICENSE">
67
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License">
68
+ </a>
69
+ <a href="https://pypi.org/project/fabricatio/">
70
+ <img src="https://img.shields.io/pypi/pyversions/fabricatio" alt="Python Versions">
71
+ </a>
72
+ <a href="https://pypi.org/project/fabricatio/">
73
+ <img src="https://img.shields.io/pypi/v/fabricatio" alt="PyPI Version">
74
+ </a>
75
+ <a href="https://deepwiki.com/Whth/fabricatio">
76
+ <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
77
+ </a>
78
+ <a href="https://pepy.tech/projects/fabricatio">
79
+ <img src="https://static.pepy.tech/badge/fabricatio/week" alt="PyPI Downloads (Week)">
80
+ </a>
81
+ <a href="https://pepy.tech/projects/fabricatio">
82
+ <img src="https://static.pepy.tech/badge/fabricatio" alt="PyPI Downloads">
83
+ </a>
84
+ <a href="https://github.com/PyO3/pyo3">
85
+ <img src="https://img.shields.io/badge/bindings-pyo3-green" alt="Bindings: PyO3">
86
+ </a>
87
+ <a href="https://github.com/BerriAI/litellm">
88
+ <img src="https://img.shields.io/badge/Powered%20by-LiteLLM-blue" alt="Powered by LiteLLM">
89
+ </a>
90
+ <a href="https://github.com/astral-sh/uv">
91
+ <img src="https://img.shields.io/badge/built%20with-uv%20%2B%20maturin-orange" alt="Build Tool: uv + maturin">
92
+ </a>
93
+
94
+ </p>
95
+
96
+
97
+ <p align="center">
98
+
99
+ <a href="https://fabricatio.readthedocs.io/en/latest/?badge=fabricatio">
100
+ <img src="https://readthedocs.org/projects/fabricatio/badge/?version=latest" alt="Documentation Status">
101
+ </a>
102
+ <a href="https://github.com/Whth/fabricatio/actions/workflows/build-package.yaml">
103
+ <img src="https://github.com/Whth/fabricatio/actions/workflows/build-package.yaml/badge.svg" alt="Build Package">
104
+ </a>
105
+ <a href="https://github.com/Whth/fabricatio/actions/workflows/ruff.yaml">
106
+ <img src="https://github.com/Whth/fabricatio/actions/workflows/ruff.yaml/badge.svg" alt="Ruff Lint">
107
+ </a>
108
+ <a href="https://github.com/Whth/fabricatio/actions/workflows/tests.yaml">
109
+ <img src="https://github.com/Whth/fabricatio/actions/workflows/tests.yaml/badge.svg" alt="Tests">
110
+ </a>
111
+ <a href="https://coveralls.io/github/Whth/fabricatio?branch=master">
112
+ <img src="https://coveralls.io/repos/github/Whth/fabricatio/badge.svg?branch=master" alt="Coverage Status">
113
+ </a>
114
+ <a href="https://github.com/Whth/fabricatio/issues">
115
+ <img src="https://img.shields.io/github/issues/Whth/fabricatio" alt="GitHub Issues">
116
+ </a>
117
+ <a href="https://github.com/Whth/fabricatio/pulls">
118
+ <img src="https://img.shields.io/github/issues-pr/Whth/fabricatio" alt="GitHub Pull Requests">
119
+ </a>
120
+ <a href="https://github.com/Whth/fabricatio/stargazers">
121
+ <img src="https://img.shields.io/github/stars/Whth/fabricatio" alt="GitHub Stars">
122
+ </a>
123
+ </p>
124
+
125
+
126
+
65
127
 
66
- [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
67
- [![Python Versions](https://img.shields.io/pypi/pyversions/fabricatio)](https://pypi.org/project/fabricatio/)
68
- [![PyPI Version](https://img.shields.io/pypi/v/fabricatio)](https://pypi.org/project/fabricatio/)
69
- [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Whth/fabricatio)
70
- [![PyPI Downloads](https://static.pepy.tech/badge/fabricatio/week)](https://pepy.tech/projects/fabricatio)
71
- [![PyPI Downloads](https://static.pepy.tech/badge/fabricatio)](https://pepy.tech/projects/fabricatio)
72
- [![Bindings: PyO3](https://img.shields.io/badge/bindings-pyo3-green)](https://github.com/PyO3/pyo3)
73
- [![Powered by LiteLLM](https://img.shields.io/badge/Powered%20by-LiteLLM-blue)](https://github.com/BerriAI/litellm)
74
- [![Build Tool: uv + maturin](https://img.shields.io/badge/built%20with-uv%20%2B%20maturin-orange)](https://github.com/astral-sh/uv)
75
- [![Documentation Status](https://readthedocs.org/projects/fabricatio/badge/?version=latest)](https://fabricatio.readthedocs.io/en/latest/?badge=fabricatio)
76
- [![Build Package](https://github.com/Whth/fabricatio/actions/workflows/build-package.yaml/badge.svg)](https://github.com/Whth/fabricatio/actions/workflows/build-package.yaml)
77
- [![Ruff Lint](https://github.com/Whth/fabricatio/actions/workflows/ruff.yaml/badge.svg)](https://github.com/Whth/fabricatio/actions/workflows/ruff.yaml)
78
- [![Tests](https://github.com/Whth/fabricatio/actions/workflows/tests.yaml/badge.svg)](https://github.com/Whth/fabricatio/actions/workflows/tests.yaml)
79
- [![Coverage Status](https://coveralls.io/repos/github/Whth/fabricatio/badge.svg?branch=master)](https://coveralls.io/github/Whth/fabricatio?branch=master)
80
- ![GitHub Issues](https://img.shields.io/github/issues/Whth/fabricatio)
81
- ![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Whth/fabricatio)
82
- ![GitHub Stars](https://img.shields.io/github/stars/Whth/fabricatio)
83
128
  ---
84
129
 
85
130
  ## Overview
@@ -0,0 +1,12 @@
1
+ fabricatio-0.11.0.data/scripts/tdown.exe,sha256=NzHkXuG8UQTaytA1JPM00L5FqEMSdw5LXwZBbRTf9Lw,3834368
2
+ fabricatio-0.11.0.dist-info/METADATA,sha256=mpqgVd1pkADikbTfndUUYmn4XvSau6N8rCQ1w5Q1Nw0,8595
3
+ fabricatio-0.11.0.dist-info/WHEEL,sha256=2Rq0eWWH7u9Ffm_ZQEcE2_DVE8if9XSfMophnE-xWmc,96
4
+ fabricatio-0.11.0.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
5
+ fabricatio/__init__.py,sha256=E4CcZi8ry4WxcO-Ety0lzQtln9VaYM9c0g7s925gR9k,590
6
+ fabricatio/actions/__init__.py,sha256=bT7ixkrKSj5m2PyaM4WhSevOMo29xofOZfrcb8MNj1g,2180
7
+ fabricatio/capabilities/__init__.py,sha256=f1xxc0fbdfjrQb3u2_DxPJbenOgThOXvXvhGq8OIf-g,2737
8
+ fabricatio/models/__init__.py,sha256=Nn1WXRlFOj2hwLB3VD-h0osXu6pL2nAaoga5BRn5Qjo,1659
9
+ fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ fabricatio/rust.cp312-win_amd64.pyd,sha256=_SBznepjt6eZuIPcN1-MAlOEBNcWyETKWECvTja_X_s,281088
11
+ fabricatio/workflows/__init__.py,sha256=Twr7FaI7scUhz0LOlPktB6lf_k3VdcHNabCjpTsw938,315
12
+ fabricatio-0.11.0.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- fabricatio-0.10.0.data/scripts/tdown.exe,sha256=BnEINE-DNYAscdklVA4xWBRc2j4NLMb_4YnRFq6E1h4,3809792
2
- fabricatio-0.10.0.dist-info/METADATA,sha256=dcM7qQ1m2hUdv_pctYcxTSeRXBe75KA6p2cUCSyWE-8,7756
3
- fabricatio-0.10.0.dist-info/WHEEL,sha256=2Rq0eWWH7u9Ffm_ZQEcE2_DVE8if9XSfMophnE-xWmc,96
4
- fabricatio-0.10.0.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
5
- fabricatio/__init__.py,sha256=E4CcZi8ry4WxcO-Ety0lzQtln9VaYM9c0g7s925gR9k,590
6
- fabricatio/actions/__init__.py,sha256=bT7ixkrKSj5m2PyaM4WhSevOMo29xofOZfrcb8MNj1g,2180
7
- fabricatio/capabilities/__init__.py,sha256=Y2qF4nECQCQLkBTf6jVKAS4i7_T9xnTMytV1hj3FSb0,2636
8
- fabricatio/models/__init__.py,sha256=rUahwG60VnclacSl5jzd-evZj5VxXp0LAgn2MUwGgAw,1573
9
- fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- fabricatio/rust.cp312-win_amd64.pyd,sha256=hTA_Ouiio8Wio7Ta2N58i5fdjQxcGtdb02vRUn_M2Ok,281088
11
- fabricatio/workflows/__init__.py,sha256=Twr7FaI7scUhz0LOlPktB6lf_k3VdcHNabCjpTsw938,315
12
- fabricatio-0.10.0.dist-info/RECORD,,