fmtr.tools 1.1.18__tar.gz → 1.1.20__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.20}/PKG-INFO +45 -45
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/path_tools/path_tools.py +15 -3
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/setup_tools.py +10 -3
- fmtr_tools-1.1.20/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr.tools.egg-info/PKG-INFO +45 -45
- fmtr_tools-1.1.18/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/LICENSE +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/README.md +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/constants.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/dns_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/logging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/packaging_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/path_tools/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/path_tools/app_path_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/path_tools/type_path_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/pattern_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/settings_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr.tools.egg-info/requires.txt +44 -44
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/setup.cfg +0 -0
- {fmtr_tools-1.1.18 → fmtr_tools-1.1.20}/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.20
|
|
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:
|
|
12
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
13
|
+
Requires-Dist: semver; extra == "test"
|
|
14
|
+
Requires-Dist: setuptools; extra == "test"
|
|
13
15
|
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
|
-
Requires-Dist: bokeh; extra == "test"
|
|
19
16
|
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
20
|
-
Requires-Dist:
|
|
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
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
26
|
-
Requires-Dist: httpx_retries; extra == "test"
|
|
27
|
-
Requires-Dist: openpyxl; extra == "test"
|
|
28
|
-
Requires-Dist: sentence_transformers; extra == "test"
|
|
17
|
+
Requires-Dist: html2text; extra == "test"
|
|
29
18
|
Requires-Dist: pydantic; extra == "test"
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: logfire[httpx]; extra == "test"
|
|
20
|
+
Requires-Dist: json_repair; extra == "test"
|
|
21
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
22
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
23
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
24
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
25
|
+
Requires-Dist: openai; extra == "test"
|
|
32
26
|
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
35
|
-
Requires-Dist: yamlscript; extra == "test"
|
|
27
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
36
28
|
Requires-Dist: pymupdf; extra == "test"
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
29
|
+
Requires-Dist: ollama; extra == "test"
|
|
30
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
31
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
32
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
33
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
34
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
35
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
36
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
37
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
39
38
|
Requires-Dist: torchaudio; extra == "test"
|
|
39
|
+
Requires-Dist: flet-video; extra == "test"
|
|
40
|
+
Requires-Dist: httpx_retries; extra == "test"
|
|
41
|
+
Requires-Dist: faker; extra == "test"
|
|
40
42
|
Requires-Dist: pymupdf4llm; extra == "test"
|
|
41
|
-
Requires-Dist: fastapi; extra == "test"
|
|
42
|
-
Requires-Dist: distributed; extra == "test"
|
|
43
|
-
Requires-Dist: logfire[httpx]; extra == "test"
|
|
44
|
-
Requires-Dist: dnspython[doh]; extra == "test"
|
|
45
|
-
Requires-Dist: torchvision; extra == "test"
|
|
46
|
-
Requires-Dist: pandas; extra == "test"
|
|
47
43
|
Requires-Dist: filetype; extra == "test"
|
|
48
|
-
Requires-Dist: flet-video; extra == "test"
|
|
49
|
-
Requires-Dist: appdirs; extra == "test"
|
|
50
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
51
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
52
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
53
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
54
|
-
Requires-Dist: json_repair; extra == "test"
|
|
55
|
-
Requires-Dist: peft; extra == "test"
|
|
56
|
-
Requires-Dist: html2text; extra == "test"
|
|
57
|
-
Requires-Dist: openai; extra == "test"
|
|
58
|
-
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
59
|
-
Requires-Dist: setuptools; extra == "test"
|
|
60
44
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: peft; extra == "test"
|
|
46
|
+
Requires-Dist: logfire; extra == "test"
|
|
47
|
+
Requires-Dist: bokeh; extra == "test"
|
|
48
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
49
|
+
Requires-Dist: regex; extra == "test"
|
|
50
|
+
Requires-Dist: tabulate; extra == "test"
|
|
51
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
52
|
+
Requires-Dist: openpyxl; extra == "test"
|
|
53
|
+
Requires-Dist: distributed; extra == "test"
|
|
54
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
55
|
+
Requires-Dist: appdirs; extra == "test"
|
|
56
|
+
Requires-Dist: Unidecode; extra == "test"
|
|
57
|
+
Requires-Dist: docker; extra == "test"
|
|
58
|
+
Requires-Dist: httpx; extra == "test"
|
|
64
59
|
Requires-Dist: diskcache; extra == "test"
|
|
65
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: pandas; extra == "test"
|
|
61
|
+
Requires-Dist: google-auth; extra == "test"
|
|
62
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
63
|
+
Requires-Dist: fastapi; extra == "test"
|
|
64
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
65
|
+
Requires-Dist: torchvision; 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
|
|
@@ -51,7 +51,13 @@ class SetupPaths(PathsBase):
|
|
|
51
51
|
|
|
52
52
|
directories = [
|
|
53
53
|
dir for dir in self.repo.iterdir()
|
|
54
|
-
if
|
|
54
|
+
if
|
|
55
|
+
(
|
|
56
|
+
dir.is_dir()
|
|
57
|
+
and not dir.name.startswith('.')
|
|
58
|
+
and dir.name not in self.SKIP_DIRS
|
|
59
|
+
and 'egg-info' not in dir.name
|
|
60
|
+
)
|
|
55
61
|
]
|
|
56
62
|
|
|
57
63
|
if len(directories) != 1:
|
|
@@ -89,7 +95,6 @@ class Setup:
|
|
|
89
95
|
|
|
90
96
|
def __init__(self, paths, dependencies, console_scripts=None, client=None, **kwargs):
|
|
91
97
|
|
|
92
|
-
|
|
93
98
|
self.kwargs = kwargs
|
|
94
99
|
self.dependencies = dependencies
|
|
95
100
|
self.paths = paths
|
|
@@ -183,7 +188,9 @@ class Setup:
|
|
|
183
188
|
) | self.kwargs
|
|
184
189
|
|
|
185
190
|
def setup(self):
|
|
186
|
-
|
|
191
|
+
data = self.get_data_setup()
|
|
192
|
+
return setup(**data)
|
|
193
|
+
|
|
187
194
|
|
|
188
195
|
class Entrypoints:
|
|
189
196
|
ALL = 'all'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.20
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.20
|
|
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:
|
|
12
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
13
|
+
Requires-Dist: semver; extra == "test"
|
|
14
|
+
Requires-Dist: setuptools; extra == "test"
|
|
13
15
|
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
|
-
Requires-Dist: bokeh; extra == "test"
|
|
19
16
|
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
20
|
-
Requires-Dist:
|
|
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
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
26
|
-
Requires-Dist: httpx_retries; extra == "test"
|
|
27
|
-
Requires-Dist: openpyxl; extra == "test"
|
|
28
|
-
Requires-Dist: sentence_transformers; extra == "test"
|
|
17
|
+
Requires-Dist: html2text; extra == "test"
|
|
29
18
|
Requires-Dist: pydantic; extra == "test"
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: logfire[httpx]; extra == "test"
|
|
20
|
+
Requires-Dist: json_repair; extra == "test"
|
|
21
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
22
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
23
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
24
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
25
|
+
Requires-Dist: openai; extra == "test"
|
|
32
26
|
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
35
|
-
Requires-Dist: yamlscript; extra == "test"
|
|
27
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
36
28
|
Requires-Dist: pymupdf; extra == "test"
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
29
|
+
Requires-Dist: ollama; extra == "test"
|
|
30
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
31
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
32
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
33
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
34
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
35
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
36
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
37
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
39
38
|
Requires-Dist: torchaudio; extra == "test"
|
|
39
|
+
Requires-Dist: flet-video; extra == "test"
|
|
40
|
+
Requires-Dist: httpx_retries; extra == "test"
|
|
41
|
+
Requires-Dist: faker; extra == "test"
|
|
40
42
|
Requires-Dist: pymupdf4llm; extra == "test"
|
|
41
|
-
Requires-Dist: fastapi; extra == "test"
|
|
42
|
-
Requires-Dist: distributed; extra == "test"
|
|
43
|
-
Requires-Dist: logfire[httpx]; extra == "test"
|
|
44
|
-
Requires-Dist: dnspython[doh]; extra == "test"
|
|
45
|
-
Requires-Dist: torchvision; extra == "test"
|
|
46
|
-
Requires-Dist: pandas; extra == "test"
|
|
47
43
|
Requires-Dist: filetype; extra == "test"
|
|
48
|
-
Requires-Dist: flet-video; extra == "test"
|
|
49
|
-
Requires-Dist: appdirs; extra == "test"
|
|
50
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
51
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
52
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
53
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
54
|
-
Requires-Dist: json_repair; extra == "test"
|
|
55
|
-
Requires-Dist: peft; extra == "test"
|
|
56
|
-
Requires-Dist: html2text; extra == "test"
|
|
57
|
-
Requires-Dist: openai; extra == "test"
|
|
58
|
-
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
59
|
-
Requires-Dist: setuptools; extra == "test"
|
|
60
44
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: peft; extra == "test"
|
|
46
|
+
Requires-Dist: logfire; extra == "test"
|
|
47
|
+
Requires-Dist: bokeh; extra == "test"
|
|
48
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
49
|
+
Requires-Dist: regex; extra == "test"
|
|
50
|
+
Requires-Dist: tabulate; extra == "test"
|
|
51
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
52
|
+
Requires-Dist: openpyxl; extra == "test"
|
|
53
|
+
Requires-Dist: distributed; extra == "test"
|
|
54
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
55
|
+
Requires-Dist: appdirs; extra == "test"
|
|
56
|
+
Requires-Dist: Unidecode; extra == "test"
|
|
57
|
+
Requires-Dist: docker; extra == "test"
|
|
58
|
+
Requires-Dist: httpx; extra == "test"
|
|
64
59
|
Requires-Dist: diskcache; extra == "test"
|
|
65
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: pandas; extra == "test"
|
|
61
|
+
Requires-Dist: google-auth; extra == "test"
|
|
62
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
63
|
+
Requires-Dist: fastapi; extra == "test"
|
|
64
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
65
|
+
Requires-Dist: torchvision; 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
|
|
@@ -135,60 +135,60 @@ tabulate
|
|
|
135
135
|
openpyxl
|
|
136
136
|
|
|
137
137
|
[test]
|
|
138
|
-
|
|
138
|
+
yamlscript
|
|
139
|
+
semver
|
|
140
|
+
setuptools
|
|
139
141
|
deepmerge
|
|
140
|
-
contexttimer
|
|
141
|
-
flet-webview
|
|
142
|
-
regex
|
|
143
|
-
tabulate
|
|
144
|
-
bokeh
|
|
145
142
|
google-auth-oauthlib
|
|
146
|
-
|
|
147
|
-
google-api-python-client
|
|
148
|
-
httpx
|
|
149
|
-
transformers[sentencepiece]
|
|
150
|
-
ollama
|
|
151
|
-
tokenizers
|
|
152
|
-
httpx_retries
|
|
153
|
-
openpyxl
|
|
154
|
-
sentence_transformers
|
|
143
|
+
html2text
|
|
155
144
|
pydantic
|
|
156
|
-
|
|
157
|
-
|
|
145
|
+
logfire[httpx]
|
|
146
|
+
json_repair
|
|
147
|
+
sre_yield
|
|
148
|
+
pydantic-settings
|
|
149
|
+
google-auth-httplib2
|
|
150
|
+
tinynetrc
|
|
151
|
+
openai
|
|
158
152
|
pydevd-pycharm
|
|
159
|
-
|
|
160
|
-
pydantic-ai[logfire,openai]
|
|
161
|
-
yamlscript
|
|
153
|
+
contexttimer
|
|
162
154
|
pymupdf
|
|
163
|
-
|
|
164
|
-
|
|
155
|
+
ollama
|
|
156
|
+
dnspython[doh]
|
|
157
|
+
pyyaml
|
|
158
|
+
huggingface_hub
|
|
159
|
+
logfire[fastapi]
|
|
160
|
+
transformers[sentencepiece]
|
|
161
|
+
google-api-python-client
|
|
162
|
+
flet[all]
|
|
163
|
+
pytest-cov
|
|
165
164
|
torchaudio
|
|
165
|
+
flet-video
|
|
166
|
+
httpx_retries
|
|
167
|
+
faker
|
|
166
168
|
pymupdf4llm
|
|
167
|
-
fastapi
|
|
168
|
-
distributed
|
|
169
|
-
logfire[httpx]
|
|
170
|
-
dnspython[doh]
|
|
171
|
-
torchvision
|
|
172
|
-
pandas
|
|
173
169
|
filetype
|
|
174
|
-
flet-video
|
|
175
|
-
appdirs
|
|
176
|
-
pydantic-settings
|
|
177
|
-
pytest-cov
|
|
178
|
-
logfire[fastapi]
|
|
179
|
-
sre_yield
|
|
180
|
-
json_repair
|
|
181
|
-
peft
|
|
182
|
-
html2text
|
|
183
|
-
openai
|
|
184
|
-
google-auth-httplib2
|
|
185
|
-
setuptools
|
|
186
170
|
uvicorn[standard]
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
171
|
+
peft
|
|
172
|
+
logfire
|
|
173
|
+
bokeh
|
|
174
|
+
pydantic-ai[logfire,openai]
|
|
175
|
+
regex
|
|
176
|
+
tabulate
|
|
177
|
+
sentence_transformers
|
|
178
|
+
openpyxl
|
|
179
|
+
distributed
|
|
180
|
+
dask[bag]
|
|
181
|
+
appdirs
|
|
182
|
+
Unidecode
|
|
183
|
+
docker
|
|
184
|
+
httpx
|
|
190
185
|
diskcache
|
|
191
|
-
|
|
186
|
+
pandas
|
|
187
|
+
google-auth
|
|
188
|
+
tokenizers
|
|
189
|
+
fastapi
|
|
190
|
+
flet-webview
|
|
191
|
+
torchvision
|
|
192
192
|
|
|
193
193
|
[tokenization]
|
|
194
194
|
tokenizers
|
|
File without changes
|
|
File without changes
|
|
File without changes
|