fabricatio 0.10.0__cp312-cp312-manylinux_2_34_x86_64.whl → 0.10.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fabricatio
3
- Version: 0.10.0
3
+ Version: 0.10.1
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
@@ -1,12 +1,12 @@
1
- fabricatio-0.10.0.data/scripts/tdown,sha256=uf4WNpcPS3VUOH0oaHsbMoiXjDl8R3qKecz9Op0etug,5117240
2
- fabricatio-0.10.0.dist-info/METADATA,sha256=HwJc48bkXdtYT4012ugYwHyJ5CnPMcJmiI5gp_Oqy6I,7588
3
- fabricatio-0.10.0.dist-info/WHEEL,sha256=MegmbKpmfItx05_jJ5VsxUKelo4nKw5OVeAu8XxdjGw,108
4
- fabricatio-0.10.0.dist-info/licenses/LICENSE,sha256=yDZaTLnOi03bi3Dk6f5IjhLUc5old2yOsihHWU0z-i0,1067
1
+ fabricatio-0.10.1.data/scripts/tdown,sha256=CIKdmdxJjUHGAtIp8rxshQaJ6qGl9J9COSo121b7dZI,5141600
2
+ fabricatio-0.10.1.dist-info/METADATA,sha256=T1h8q1Qys4pK9HSmKY80QwNufg14sPeXBdG7fdkU21w,8382
3
+ fabricatio-0.10.1.dist-info/WHEEL,sha256=MegmbKpmfItx05_jJ5VsxUKelo4nKw5OVeAu8XxdjGw,108
4
+ fabricatio-0.10.1.dist-info/licenses/LICENSE,sha256=yDZaTLnOi03bi3Dk6f5IjhLUc5old2yOsihHWU0z-i0,1067
5
5
  fabricatio/__init__.py,sha256=4a_7gabZhl9dzonBxcF-8peCGTLNxYJSDfInf1VhRsY,568
6
6
  fabricatio/actions/__init__.py,sha256=4xR1wiPq2HPnVABXy6R3wOxcg9LZKD7g-h9IdTcNKvY,2106
7
7
  fabricatio/capabilities/__init__.py,sha256=aDi5idkxe2TttrdxZsTJrzbdeQz5aN_C7YIg8FtOwZE,2558
8
8
  fabricatio/models/__init__.py,sha256=-T9QeEjg-Qyz-BofvLdpCDvd0ut9k6H0r25sIHMqDCI,1517
9
9
  fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- fabricatio/rust.cpython-312-x86_64-linux-gnu.so,sha256=Ltk5ihyVSgJ9t4UDHMISMCM5TVM4k4GprB-XygfzgSU,513784
10
+ fabricatio/rust.cpython-312-x86_64-linux-gnu.so,sha256=SquhL8ILTDYfZK5ZPgIpP6Up07ABbay_k2K8pgqMr18,513784
11
11
  fabricatio/workflows/__init__.py,sha256=sr-0tgpNPdN5t2pDQa-gp-KUE7K0QDtjP9QGvWYLZ9A,305
12
- fabricatio-0.10.0.dist-info/RECORD,,
12
+ fabricatio-0.10.1.dist-info/RECORD,,