fmtr.tools 1.1.18__tar.gz → 1.1.19__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.18 → fmtr_tools-1.1.19}/PKG-INFO +41 -41
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/path_tools/path_tools.py +15 -3
- fmtr_tools-1.1.19/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr.tools.egg-info/PKG-INFO +41 -41
- fmtr_tools-1.1.18/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/LICENSE +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/README.md +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/constants.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/dns_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/logging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/packaging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/path_tools/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/path_tools/app_path_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/path_tools/type_path_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/pattern_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/settings_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/setup_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr.tools.egg-info/requires.txt +40 -40
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/setup.cfg +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.19}/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.19
|
|
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: dask[bag]; extra == "test"
|
|
13
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
14
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
15
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
16
|
-
Requires-Dist: regex; extra == "test"
|
|
17
|
-
Requires-Dist: tabulate; extra == "test"
|
|
18
12
|
Requires-Dist: bokeh; extra == "test"
|
|
19
|
-
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
20
|
-
Requires-Dist: faker; extra == "test"
|
|
21
|
-
Requires-Dist: google-api-python-client; extra == "test"
|
|
22
|
-
Requires-Dist: httpx; extra == "test"
|
|
23
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
24
|
-
Requires-Dist: ollama; extra == "test"
|
|
25
13
|
Requires-Dist: tokenizers; extra == "test"
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: torchvision; extra == "test"
|
|
15
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
16
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
17
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
18
|
+
Requires-Dist: regex; extra == "test"
|
|
19
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
20
|
+
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
21
|
+
Requires-Dist: peft; extra == "test"
|
|
22
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
28
23
|
Requires-Dist: sentence_transformers; extra == "test"
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
24
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
25
|
+
Requires-Dist: Unidecode; extra == "test"
|
|
26
|
+
Requires-Dist: openai; extra == "test"
|
|
27
|
+
Requires-Dist: pandas; extra == "test"
|
|
28
|
+
Requires-Dist: flet-video; extra == "test"
|
|
29
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
30
|
+
Requires-Dist: json_repair; extra == "test"
|
|
31
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
31
32
|
Requires-Dist: semver; extra == "test"
|
|
32
33
|
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
35
|
+
Requires-Dist: appdirs; extra == "test"
|
|
36
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
35
37
|
Requires-Dist: yamlscript; extra == "test"
|
|
36
|
-
Requires-Dist:
|
|
38
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
39
|
+
Requires-Dist: ollama; extra == "test"
|
|
37
40
|
Requires-Dist: docker; extra == "test"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: pydantic; extra == "test"
|
|
42
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
43
|
+
Requires-Dist: google-auth; extra == "test"
|
|
41
44
|
Requires-Dist: fastapi; extra == "test"
|
|
42
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
43
46
|
Requires-Dist: logfire[httpx]; extra == "test"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
48
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
49
|
+
Requires-Dist: httpx; extra == "test"
|
|
47
50
|
Requires-Dist: filetype; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
51
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
52
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
51
|
+
Requires-Dist: faker; extra == "test"
|
|
52
|
+
Requires-Dist: httpx_retries; extra == "test"
|
|
53
53
|
Requires-Dist: sre_yield; extra == "test"
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist: peft; extra == "test"
|
|
54
|
+
Requires-Dist: diskcache; extra == "test"
|
|
56
55
|
Requires-Dist: html2text; extra == "test"
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
56
|
+
Requires-Dist: tabulate; extra == "test"
|
|
57
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
58
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
59
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
60
|
+
Requires-Dist: logfire; extra == "test"
|
|
59
61
|
Requires-Dist: setuptools; extra == "test"
|
|
60
|
-
Requires-Dist:
|
|
62
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
61
63
|
Requires-Dist: pyyaml; extra == "test"
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist: diskcache; extra == "test"
|
|
65
|
-
Requires-Dist: tinynetrc; extra == "test"
|
|
64
|
+
Requires-Dist: distributed; extra == "test"
|
|
65
|
+
Requires-Dist: openpyxl; extra == "test"
|
|
66
66
|
Provides-Extra: yaml
|
|
67
67
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
68
68
|
Requires-Dist: pyyaml; extra == "yaml"
|
|
@@ -177,7 +177,20 @@ class Path(type(Path())):
|
|
|
177
177
|
kind = path.guess(str(self.absolute()))
|
|
178
178
|
return kind
|
|
179
179
|
|
|
180
|
-
|
|
180
|
+
|
|
181
|
+
class PathsBase:
|
|
182
|
+
"""
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
"""
|
|
186
|
+
|
|
187
|
+
def from_caller(self):
|
|
188
|
+
from fmtr.tools.inspection_tools import get_call_path
|
|
189
|
+
path = get_call_path(offset=3).parent
|
|
190
|
+
return path
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
class PackagePaths(PathsBase):
|
|
181
194
|
"""
|
|
182
195
|
|
|
183
196
|
Canonical paths for a package.
|
|
@@ -195,8 +208,7 @@ class PackagePaths:
|
|
|
195
208
|
|
|
196
209
|
"""
|
|
197
210
|
if not path:
|
|
198
|
-
|
|
199
|
-
path = get_call_path(offset=2).parent
|
|
211
|
+
path = self.from_caller()
|
|
200
212
|
|
|
201
213
|
self.path = Path(path)
|
|
202
214
|
self.org_singleton = org_singleton
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.19
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.19
|
|
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: dask[bag]; extra == "test"
|
|
13
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
14
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
15
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
16
|
-
Requires-Dist: regex; extra == "test"
|
|
17
|
-
Requires-Dist: tabulate; extra == "test"
|
|
18
12
|
Requires-Dist: bokeh; extra == "test"
|
|
19
|
-
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
20
|
-
Requires-Dist: faker; extra == "test"
|
|
21
|
-
Requires-Dist: google-api-python-client; extra == "test"
|
|
22
|
-
Requires-Dist: httpx; extra == "test"
|
|
23
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
24
|
-
Requires-Dist: ollama; extra == "test"
|
|
25
13
|
Requires-Dist: tokenizers; extra == "test"
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: torchvision; extra == "test"
|
|
15
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
16
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
17
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
18
|
+
Requires-Dist: regex; extra == "test"
|
|
19
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
20
|
+
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
21
|
+
Requires-Dist: peft; extra == "test"
|
|
22
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
28
23
|
Requires-Dist: sentence_transformers; extra == "test"
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
24
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
25
|
+
Requires-Dist: Unidecode; extra == "test"
|
|
26
|
+
Requires-Dist: openai; extra == "test"
|
|
27
|
+
Requires-Dist: pandas; extra == "test"
|
|
28
|
+
Requires-Dist: flet-video; extra == "test"
|
|
29
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
30
|
+
Requires-Dist: json_repair; extra == "test"
|
|
31
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
31
32
|
Requires-Dist: semver; extra == "test"
|
|
32
33
|
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
35
|
+
Requires-Dist: appdirs; extra == "test"
|
|
36
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
35
37
|
Requires-Dist: yamlscript; extra == "test"
|
|
36
|
-
Requires-Dist:
|
|
38
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
39
|
+
Requires-Dist: ollama; extra == "test"
|
|
37
40
|
Requires-Dist: docker; extra == "test"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: pydantic; extra == "test"
|
|
42
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
43
|
+
Requires-Dist: google-auth; extra == "test"
|
|
41
44
|
Requires-Dist: fastapi; extra == "test"
|
|
42
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
43
46
|
Requires-Dist: logfire[httpx]; extra == "test"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
48
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
49
|
+
Requires-Dist: httpx; extra == "test"
|
|
47
50
|
Requires-Dist: filetype; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
51
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
52
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
51
|
+
Requires-Dist: faker; extra == "test"
|
|
52
|
+
Requires-Dist: httpx_retries; extra == "test"
|
|
53
53
|
Requires-Dist: sre_yield; extra == "test"
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist: peft; extra == "test"
|
|
54
|
+
Requires-Dist: diskcache; extra == "test"
|
|
56
55
|
Requires-Dist: html2text; extra == "test"
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
56
|
+
Requires-Dist: tabulate; extra == "test"
|
|
57
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
58
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
59
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
60
|
+
Requires-Dist: logfire; extra == "test"
|
|
59
61
|
Requires-Dist: setuptools; extra == "test"
|
|
60
|
-
Requires-Dist:
|
|
62
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
61
63
|
Requires-Dist: pyyaml; extra == "test"
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist: diskcache; extra == "test"
|
|
65
|
-
Requires-Dist: tinynetrc; extra == "test"
|
|
64
|
+
Requires-Dist: distributed; extra == "test"
|
|
65
|
+
Requires-Dist: openpyxl; 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.18
|
|
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
|
-
dask[bag]
|
|
139
|
-
deepmerge
|
|
140
|
-
contexttimer
|
|
141
|
-
flet-webview
|
|
142
|
-
regex
|
|
143
|
-
tabulate
|
|
144
138
|
bokeh
|
|
145
|
-
google-auth-oauthlib
|
|
146
|
-
faker
|
|
147
|
-
google-api-python-client
|
|
148
|
-
httpx
|
|
149
|
-
transformers[sentencepiece]
|
|
150
|
-
ollama
|
|
151
139
|
tokenizers
|
|
152
|
-
|
|
153
|
-
|
|
140
|
+
torchvision
|
|
141
|
+
pymupdf4llm
|
|
142
|
+
logfire[fastapi]
|
|
143
|
+
google-auth-oauthlib
|
|
144
|
+
regex
|
|
145
|
+
flet[all]
|
|
146
|
+
uvicorn[standard]
|
|
147
|
+
peft
|
|
148
|
+
torchaudio
|
|
154
149
|
sentence_transformers
|
|
155
|
-
|
|
156
|
-
|
|
150
|
+
dask[bag]
|
|
151
|
+
Unidecode
|
|
152
|
+
openai
|
|
153
|
+
pandas
|
|
154
|
+
flet-video
|
|
155
|
+
pytest-cov
|
|
156
|
+
json_repair
|
|
157
|
+
google-auth-httplib2
|
|
157
158
|
semver
|
|
158
159
|
pydevd-pycharm
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
pydantic-settings
|
|
161
|
+
appdirs
|
|
162
|
+
dnspython[doh]
|
|
161
163
|
yamlscript
|
|
162
|
-
|
|
164
|
+
transformers[sentencepiece]
|
|
165
|
+
ollama
|
|
163
166
|
docker
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
+
pydantic
|
|
168
|
+
flet-webview
|
|
169
|
+
google-auth
|
|
167
170
|
fastapi
|
|
168
|
-
|
|
171
|
+
deepmerge
|
|
169
172
|
logfire[httpx]
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
+
huggingface_hub
|
|
174
|
+
pymupdf
|
|
175
|
+
httpx
|
|
173
176
|
filetype
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
pydantic-settings
|
|
177
|
-
pytest-cov
|
|
178
|
-
logfire[fastapi]
|
|
177
|
+
faker
|
|
178
|
+
httpx_retries
|
|
179
179
|
sre_yield
|
|
180
|
-
|
|
181
|
-
peft
|
|
180
|
+
diskcache
|
|
182
181
|
html2text
|
|
183
|
-
|
|
184
|
-
|
|
182
|
+
tabulate
|
|
183
|
+
contexttimer
|
|
184
|
+
google-api-python-client
|
|
185
|
+
tinynetrc
|
|
186
|
+
logfire
|
|
185
187
|
setuptools
|
|
186
|
-
|
|
188
|
+
pydantic-ai[logfire,openai]
|
|
187
189
|
pyyaml
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
diskcache
|
|
191
|
-
tinynetrc
|
|
190
|
+
distributed
|
|
191
|
+
openpyxl
|
|
192
192
|
|
|
193
193
|
[tokenization]
|
|
194
194
|
tokenizers
|
|
File without changes
|
|
File without changes
|
|
File without changes
|