fmtr.tools 1.1.26__tar.gz → 1.1.27__tar.gz
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 fmtr.tools might be problematic. Click here for more details.
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/PKG-INFO +42 -42
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/setup_tools/setup_tools.py +2 -2
- fmtr_tools-1.1.27/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr.tools.egg-info/PKG-INFO +42 -42
- fmtr_tools-1.1.26/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/LICENSE +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/README.md +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/__init__.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/constants.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/dns_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/http_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/logging_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/packaging_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/path_tools/__init__.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/path_tools/app_path_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/path_tools/path_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/path_tools/type_path_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/pattern_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/settings_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/setup_tools/__init__.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr.tools.egg-info/requires.txt +41 -41
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/setup.cfg +0 -0
- {fmtr_tools-1.1.26 → fmtr_tools-1.1.27}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.27
|
|
4
4
|
Summary: Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML
|
|
5
5
|
Home-page: https://github.com/fmtr/fmtr.tools
|
|
6
6
|
Author: Frontmatter
|
|
@@ -9,60 +9,60 @@ License: Copyright © 2025 Frontmatter. All rights reserved.
|
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Provides-Extra: test
|
|
12
|
-
Requires-Dist:
|
|
13
|
-
Requires-Dist:
|
|
12
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
13
|
+
Requires-Dist: distributed; extra == "test"
|
|
14
|
+
Requires-Dist: appdirs; extra == "test"
|
|
15
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
14
16
|
Requires-Dist: docker; extra == "test"
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist: ollama; extra == "test"
|
|
17
|
+
Requires-Dist: bokeh; extra == "test"
|
|
17
18
|
Requires-Dist: openpyxl; extra == "test"
|
|
18
|
-
Requires-Dist:
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist: pymupdf; extra == "test"
|
|
19
|
+
Requires-Dist: tabulate; extra == "test"
|
|
20
|
+
Requires-Dist: ollama; extra == "test"
|
|
21
21
|
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist: peft; extra == "test"
|
|
25
|
-
Requires-Dist: flet-video; extra == "test"
|
|
26
|
-
Requires-Dist: appdirs; extra == "test"
|
|
22
|
+
Requires-Dist: openai; extra == "test"
|
|
23
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
27
24
|
Requires-Dist: huggingface_hub; extra == "test"
|
|
28
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
29
|
-
Requires-Dist: httpx; extra == "test"
|
|
30
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
31
25
|
Requires-Dist: pytest-cov; extra == "test"
|
|
32
|
-
Requires-Dist: dnspython[doh]; extra == "test"
|
|
33
|
-
Requires-Dist: regex; extra == "test"
|
|
34
|
-
Requires-Dist: openai; extra == "test"
|
|
35
|
-
Requires-Dist: html2text; extra == "test"
|
|
36
|
-
Requires-Dist: yamlscript; extra == "test"
|
|
37
26
|
Requires-Dist: pydantic-settings; extra == "test"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
28
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
29
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
30
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
31
|
+
Requires-Dist: html2text; extra == "test"
|
|
32
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
33
|
+
Requires-Dist: regex; extra == "test"
|
|
34
|
+
Requires-Dist: fastapi; extra == "test"
|
|
35
|
+
Requires-Dist: httpx; extra == "test"
|
|
40
36
|
Requires-Dist: pandas; extra == "test"
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
37
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
38
|
+
Requires-Dist: diskcache; extra == "test"
|
|
43
39
|
Requires-Dist: torchvision; extra == "test"
|
|
44
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: google-auth; extra == "test"
|
|
41
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
42
|
+
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
45
43
|
Requires-Dist: Unidecode; extra == "test"
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist: distributed; extra == "test"
|
|
48
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
44
|
+
Requires-Dist: pydantic; extra == "test"
|
|
49
45
|
Requires-Dist: faker; extra == "test"
|
|
50
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
51
|
-
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
52
|
-
Requires-Dist: fastapi; extra == "test"
|
|
53
|
-
Requires-Dist: google-api-python-client; extra == "test"
|
|
54
|
-
Requires-Dist: logfire[httpx]; extra == "test"
|
|
55
|
-
Requires-Dist: json_repair; extra == "test"
|
|
56
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
57
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
58
46
|
Requires-Dist: setuptools; extra == "test"
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist: pydantic; extra == "test"
|
|
62
|
-
Requires-Dist: google-auth; extra == "test"
|
|
63
|
-
Requires-Dist: pyyaml; extra == "test"
|
|
47
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
48
|
+
Requires-Dist: flet-video; extra == "test"
|
|
64
49
|
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
50
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
51
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
52
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
65
53
|
Requires-Dist: httpx_retries; extra == "test"
|
|
54
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
55
|
+
Requires-Dist: peft; extra == "test"
|
|
56
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
57
|
+
Requires-Dist: filetype; extra == "test"
|
|
58
|
+
Requires-Dist: semver; extra == "test"
|
|
59
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
60
|
+
Requires-Dist: json_repair; extra == "test"
|
|
61
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
62
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
63
|
+
Requires-Dist: logfire; extra == "test"
|
|
64
|
+
Requires-Dist: logfire[httpx]; extra == "test"
|
|
65
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
66
66
|
Provides-Extra: yaml
|
|
67
67
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
68
68
|
Requires-Dist: pyyaml; extra == "yaml"
|
|
@@ -144,7 +144,7 @@ class Setup(FromCallerMixin):
|
|
|
144
144
|
@property
|
|
145
145
|
def name(self):
|
|
146
146
|
if self.paths.is_namespace:
|
|
147
|
-
return f'{self.paths.
|
|
147
|
+
return f'{self.paths.org_name}.{self.paths.name}'
|
|
148
148
|
return self.paths.name
|
|
149
149
|
|
|
150
150
|
@property
|
|
@@ -199,7 +199,7 @@ class Setup(FromCallerMixin):
|
|
|
199
199
|
|
|
200
200
|
@property
|
|
201
201
|
def url(self):
|
|
202
|
-
return f'https://github.com/{self.
|
|
202
|
+
return f'https://github.com/{self.org}/{self.paths.name}'
|
|
203
203
|
|
|
204
204
|
@property
|
|
205
205
|
def data(self):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.27
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.27
|
|
4
4
|
Summary: Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML
|
|
5
5
|
Home-page: https://github.com/fmtr/fmtr.tools
|
|
6
6
|
Author: Frontmatter
|
|
@@ -9,60 +9,60 @@ License: Copyright © 2025 Frontmatter. All rights reserved.
|
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Provides-Extra: test
|
|
12
|
-
Requires-Dist:
|
|
13
|
-
Requires-Dist:
|
|
12
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
13
|
+
Requires-Dist: distributed; extra == "test"
|
|
14
|
+
Requires-Dist: appdirs; extra == "test"
|
|
15
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
14
16
|
Requires-Dist: docker; extra == "test"
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist: ollama; extra == "test"
|
|
17
|
+
Requires-Dist: bokeh; extra == "test"
|
|
17
18
|
Requires-Dist: openpyxl; extra == "test"
|
|
18
|
-
Requires-Dist:
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist: pymupdf; extra == "test"
|
|
19
|
+
Requires-Dist: tabulate; extra == "test"
|
|
20
|
+
Requires-Dist: ollama; extra == "test"
|
|
21
21
|
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist: peft; extra == "test"
|
|
25
|
-
Requires-Dist: flet-video; extra == "test"
|
|
26
|
-
Requires-Dist: appdirs; extra == "test"
|
|
22
|
+
Requires-Dist: openai; extra == "test"
|
|
23
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
27
24
|
Requires-Dist: huggingface_hub; extra == "test"
|
|
28
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
29
|
-
Requires-Dist: httpx; extra == "test"
|
|
30
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
31
25
|
Requires-Dist: pytest-cov; extra == "test"
|
|
32
|
-
Requires-Dist: dnspython[doh]; extra == "test"
|
|
33
|
-
Requires-Dist: regex; extra == "test"
|
|
34
|
-
Requires-Dist: openai; extra == "test"
|
|
35
|
-
Requires-Dist: html2text; extra == "test"
|
|
36
|
-
Requires-Dist: yamlscript; extra == "test"
|
|
37
26
|
Requires-Dist: pydantic-settings; extra == "test"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
28
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
29
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
30
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
31
|
+
Requires-Dist: html2text; extra == "test"
|
|
32
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
33
|
+
Requires-Dist: regex; extra == "test"
|
|
34
|
+
Requires-Dist: fastapi; extra == "test"
|
|
35
|
+
Requires-Dist: httpx; extra == "test"
|
|
40
36
|
Requires-Dist: pandas; extra == "test"
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
37
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
38
|
+
Requires-Dist: diskcache; extra == "test"
|
|
43
39
|
Requires-Dist: torchvision; extra == "test"
|
|
44
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: google-auth; extra == "test"
|
|
41
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
42
|
+
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
45
43
|
Requires-Dist: Unidecode; extra == "test"
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist: distributed; extra == "test"
|
|
48
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
44
|
+
Requires-Dist: pydantic; extra == "test"
|
|
49
45
|
Requires-Dist: faker; extra == "test"
|
|
50
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
51
|
-
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
52
|
-
Requires-Dist: fastapi; extra == "test"
|
|
53
|
-
Requires-Dist: google-api-python-client; extra == "test"
|
|
54
|
-
Requires-Dist: logfire[httpx]; extra == "test"
|
|
55
|
-
Requires-Dist: json_repair; extra == "test"
|
|
56
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
57
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
58
46
|
Requires-Dist: setuptools; extra == "test"
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist: pydantic; extra == "test"
|
|
62
|
-
Requires-Dist: google-auth; extra == "test"
|
|
63
|
-
Requires-Dist: pyyaml; extra == "test"
|
|
47
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
48
|
+
Requires-Dist: flet-video; extra == "test"
|
|
64
49
|
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
50
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
51
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
52
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
65
53
|
Requires-Dist: httpx_retries; extra == "test"
|
|
54
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
55
|
+
Requires-Dist: peft; extra == "test"
|
|
56
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
57
|
+
Requires-Dist: filetype; extra == "test"
|
|
58
|
+
Requires-Dist: semver; extra == "test"
|
|
59
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
60
|
+
Requires-Dist: json_repair; extra == "test"
|
|
61
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
62
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
63
|
+
Requires-Dist: logfire; extra == "test"
|
|
64
|
+
Requires-Dist: logfire[httpx]; extra == "test"
|
|
65
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
66
66
|
Provides-Extra: yaml
|
|
67
67
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
68
68
|
Requires-Dist: pyyaml; extra == "yaml"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.1.26
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -135,60 +135,60 @@ tabulate
|
|
|
135
135
|
openpyxl
|
|
136
136
|
|
|
137
137
|
[test]
|
|
138
|
-
|
|
139
|
-
|
|
138
|
+
flet[all]
|
|
139
|
+
distributed
|
|
140
|
+
appdirs
|
|
141
|
+
pydantic-ai[logfire,openai]
|
|
140
142
|
docker
|
|
141
|
-
|
|
142
|
-
ollama
|
|
143
|
+
bokeh
|
|
143
144
|
openpyxl
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
pymupdf
|
|
145
|
+
tabulate
|
|
146
|
+
ollama
|
|
147
147
|
pydevd-pycharm
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
peft
|
|
151
|
-
flet-video
|
|
152
|
-
appdirs
|
|
148
|
+
openai
|
|
149
|
+
pyyaml
|
|
153
150
|
huggingface_hub
|
|
154
|
-
flet-webview
|
|
155
|
-
httpx
|
|
156
|
-
deepmerge
|
|
157
151
|
pytest-cov
|
|
158
|
-
dnspython[doh]
|
|
159
|
-
regex
|
|
160
|
-
openai
|
|
161
|
-
html2text
|
|
162
|
-
yamlscript
|
|
163
152
|
pydantic-settings
|
|
164
|
-
|
|
165
|
-
|
|
153
|
+
pymupdf
|
|
154
|
+
sentence_transformers
|
|
155
|
+
pymupdf4llm
|
|
156
|
+
yamlscript
|
|
157
|
+
html2text
|
|
158
|
+
deepmerge
|
|
159
|
+
regex
|
|
160
|
+
fastapi
|
|
161
|
+
httpx
|
|
166
162
|
pandas
|
|
167
|
-
|
|
168
|
-
|
|
163
|
+
dnspython[doh]
|
|
164
|
+
diskcache
|
|
169
165
|
torchvision
|
|
170
|
-
|
|
166
|
+
google-auth
|
|
167
|
+
dask[bag]
|
|
168
|
+
uvicorn[standard]
|
|
171
169
|
Unidecode
|
|
172
|
-
|
|
173
|
-
distributed
|
|
174
|
-
tokenizers
|
|
170
|
+
pydantic
|
|
175
171
|
faker
|
|
176
|
-
contexttimer
|
|
177
|
-
google-auth-oauthlib
|
|
178
|
-
fastapi
|
|
179
|
-
google-api-python-client
|
|
180
|
-
logfire[httpx]
|
|
181
|
-
json_repair
|
|
182
|
-
pymupdf4llm
|
|
183
|
-
sre_yield
|
|
184
172
|
setuptools
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
pydantic
|
|
188
|
-
google-auth
|
|
189
|
-
pyyaml
|
|
173
|
+
tokenizers
|
|
174
|
+
flet-video
|
|
190
175
|
google-auth-httplib2
|
|
176
|
+
transformers[sentencepiece]
|
|
177
|
+
contexttimer
|
|
178
|
+
logfire[fastapi]
|
|
191
179
|
httpx_retries
|
|
180
|
+
sre_yield
|
|
181
|
+
peft
|
|
182
|
+
torchaudio
|
|
183
|
+
filetype
|
|
184
|
+
semver
|
|
185
|
+
tinynetrc
|
|
186
|
+
json_repair
|
|
187
|
+
google-api-python-client
|
|
188
|
+
flet-webview
|
|
189
|
+
logfire
|
|
190
|
+
logfire[httpx]
|
|
191
|
+
google-auth-oauthlib
|
|
192
192
|
|
|
193
193
|
[tokenization]
|
|
194
194
|
tokenizers
|
|
File without changes
|
|
File without changes
|
|
File without changes
|