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