fmtr.tools 1.1.12__tar.gz → 1.1.14__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.12 → fmtr_tools-1.1.14}/PKG-INFO +38 -36
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/settings_tools.py +20 -3
- fmtr_tools-1.1.14/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/PKG-INFO +38 -36
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/requires.txt +37 -35
- fmtr_tools-1.1.12/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/LICENSE +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/README.md +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/__init__.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/constants.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/logging_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/packaging_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/path_tools/__init__.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/path_tools/app.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/path_tools/base.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/setup.cfg +0 -0
- {fmtr_tools-1.1.12 → fmtr_tools-1.1.14}/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.14
|
|
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,54 +9,56 @@ 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: json_repair; extra == "test"
|
|
13
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
14
14
|
Requires-Dist: contexttimer; extra == "test"
|
|
15
|
-
Requires-Dist: bokeh; extra == "test"
|
|
16
|
-
Requires-Dist: tinynetrc; extra == "test"
|
|
17
|
-
Requires-Dist: torchvision; extra == "test"
|
|
18
|
-
Requires-Dist: flet-video; extra == "test"
|
|
19
15
|
Requires-Dist: google-api-python-client; extra == "test"
|
|
20
|
-
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
21
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
22
|
-
Requires-Dist: pandas; extra == "test"
|
|
23
|
-
Requires-Dist: google-auth; extra == "test"
|
|
24
|
-
Requires-Dist: huggingface_hub; extra == "test"
|
|
25
|
-
Requires-Dist: faker; extra == "test"
|
|
26
16
|
Requires-Dist: docker; extra == "test"
|
|
17
|
+
Requires-Dist: pydantic; extra == "test"
|
|
18
|
+
Requires-Dist: logfire; extra == "test"
|
|
19
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
20
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
21
|
+
Requires-Dist: appdirs; extra == "test"
|
|
27
22
|
Requires-Dist: dask[bag]; extra == "test"
|
|
28
|
-
Requires-Dist:
|
|
23
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
24
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
29
25
|
Requires-Dist: flet[all]; extra == "test"
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
34
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
26
|
+
Requires-Dist: html2text; extra == "test"
|
|
27
|
+
Requires-Dist: distributed; extra == "test"
|
|
28
|
+
Requires-Dist: ollama; extra == "test"
|
|
35
29
|
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
38
|
-
Requires-Dist: logfire; extra == "test"
|
|
39
|
-
Requires-Dist: torchaudio; extra == "test"
|
|
30
|
+
Requires-Dist: pandas; extra == "test"
|
|
40
31
|
Requires-Dist: tabulate; extra == "test"
|
|
41
|
-
Requires-Dist:
|
|
32
|
+
Requires-Dist: google-auth; extra == "test"
|
|
33
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
34
|
+
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
35
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
36
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
37
|
+
Requires-Dist: fastapi; extra == "test"
|
|
38
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
39
|
+
Requires-Dist: torchvision; extra == "test"
|
|
42
40
|
Requires-Dist: diskcache; extra == "test"
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: peft; extra == "test"
|
|
42
|
+
Requires-Dist: openai; extra == "test"
|
|
43
|
+
Requires-Dist: bokeh; extra == "test"
|
|
44
|
+
Requires-Dist: flet-video; extra == "test"
|
|
45
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
46
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
47
|
+
Requires-Dist: semver; extra == "test"
|
|
46
48
|
Requires-Dist: yamlscript; extra == "test"
|
|
47
|
-
Requires-Dist: html2text; extra == "test"
|
|
48
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
49
49
|
Requires-Dist: pymupdf; extra == "test"
|
|
50
|
-
Requires-Dist:
|
|
50
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
51
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
52
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
51
53
|
Requires-Dist: openpyxl; extra == "test"
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist: fastapi; extra == "test"
|
|
54
|
+
Requires-Dist: Unidecode; extra == "test"
|
|
55
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
56
|
+
Requires-Dist: faker; extra == "test"
|
|
57
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
58
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
58
59
|
Provides-Extra: yaml
|
|
59
60
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
61
|
+
Requires-Dist: pyyaml; extra == "yaml"
|
|
60
62
|
Provides-Extra: logging
|
|
61
63
|
Requires-Dist: logfire; extra == "logging"
|
|
62
64
|
Requires-Dist: semver; extra == "logging"
|
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
from pydantic_settings import BaseSettings, PydanticBaseSettingsSource, YamlConfigSettingsSource, EnvSettingsSource, CliSettingsSource
|
|
2
|
-
from typing import ClassVar
|
|
2
|
+
from typing import ClassVar, Any
|
|
3
3
|
|
|
4
|
-
from fmtr.tools.path_tools import PackagePaths
|
|
4
|
+
from fmtr.tools.path_tools import PackagePaths, Path
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class YamlScriptConfigSettingsSource(YamlConfigSettingsSource):
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
Customer source for reading YAML *Script* (as opposed to plain YAML) configuration files.
|
|
11
|
+
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def _read_file(self, file_path: Path) -> dict[str, Any]:
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
Use our own Path class to read YAML Script.
|
|
18
|
+
|
|
19
|
+
"""
|
|
20
|
+
data = Path(file_path).read_yaml() or {}
|
|
21
|
+
return data
|
|
5
22
|
|
|
6
23
|
|
|
7
24
|
class Base(BaseSettings):
|
|
@@ -34,7 +51,7 @@ class Base(BaseSettings):
|
|
|
34
51
|
init_settings,
|
|
35
52
|
CliSettingsSource(settings_cls, cli_parse_args=True),
|
|
36
53
|
EnvSettingsSource(settings_cls, env_prefix=cls.get_env_prefix()),
|
|
37
|
-
|
|
54
|
+
YamlScriptConfigSettingsSource(settings_cls, yaml_file=cls.paths.settings),
|
|
38
55
|
)
|
|
39
56
|
|
|
40
57
|
return sources
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.14
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.14
|
|
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,54 +9,56 @@ 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: json_repair; extra == "test"
|
|
13
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
14
14
|
Requires-Dist: contexttimer; extra == "test"
|
|
15
|
-
Requires-Dist: bokeh; extra == "test"
|
|
16
|
-
Requires-Dist: tinynetrc; extra == "test"
|
|
17
|
-
Requires-Dist: torchvision; extra == "test"
|
|
18
|
-
Requires-Dist: flet-video; extra == "test"
|
|
19
15
|
Requires-Dist: google-api-python-client; extra == "test"
|
|
20
|
-
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
21
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
22
|
-
Requires-Dist: pandas; extra == "test"
|
|
23
|
-
Requires-Dist: google-auth; extra == "test"
|
|
24
|
-
Requires-Dist: huggingface_hub; extra == "test"
|
|
25
|
-
Requires-Dist: faker; extra == "test"
|
|
26
16
|
Requires-Dist: docker; extra == "test"
|
|
17
|
+
Requires-Dist: pydantic; extra == "test"
|
|
18
|
+
Requires-Dist: logfire; extra == "test"
|
|
19
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
20
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
21
|
+
Requires-Dist: appdirs; extra == "test"
|
|
27
22
|
Requires-Dist: dask[bag]; extra == "test"
|
|
28
|
-
Requires-Dist:
|
|
23
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
24
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
29
25
|
Requires-Dist: flet[all]; extra == "test"
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
34
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
26
|
+
Requires-Dist: html2text; extra == "test"
|
|
27
|
+
Requires-Dist: distributed; extra == "test"
|
|
28
|
+
Requires-Dist: ollama; extra == "test"
|
|
35
29
|
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
38
|
-
Requires-Dist: logfire; extra == "test"
|
|
39
|
-
Requires-Dist: torchaudio; extra == "test"
|
|
30
|
+
Requires-Dist: pandas; extra == "test"
|
|
40
31
|
Requires-Dist: tabulate; extra == "test"
|
|
41
|
-
Requires-Dist:
|
|
32
|
+
Requires-Dist: google-auth; extra == "test"
|
|
33
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
34
|
+
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
35
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
36
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
37
|
+
Requires-Dist: fastapi; extra == "test"
|
|
38
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
39
|
+
Requires-Dist: torchvision; extra == "test"
|
|
42
40
|
Requires-Dist: diskcache; extra == "test"
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: peft; extra == "test"
|
|
42
|
+
Requires-Dist: openai; extra == "test"
|
|
43
|
+
Requires-Dist: bokeh; extra == "test"
|
|
44
|
+
Requires-Dist: flet-video; extra == "test"
|
|
45
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
46
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
47
|
+
Requires-Dist: semver; extra == "test"
|
|
46
48
|
Requires-Dist: yamlscript; extra == "test"
|
|
47
|
-
Requires-Dist: html2text; extra == "test"
|
|
48
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
49
49
|
Requires-Dist: pymupdf; extra == "test"
|
|
50
|
-
Requires-Dist:
|
|
50
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
51
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
52
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
51
53
|
Requires-Dist: openpyxl; extra == "test"
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist: fastapi; extra == "test"
|
|
54
|
+
Requires-Dist: Unidecode; extra == "test"
|
|
55
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
56
|
+
Requires-Dist: faker; extra == "test"
|
|
57
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
58
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
58
59
|
Provides-Extra: yaml
|
|
59
60
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
61
|
+
Requires-Dist: pyyaml; extra == "yaml"
|
|
60
62
|
Provides-Extra: logging
|
|
61
63
|
Requires-Dist: logfire; extra == "logging"
|
|
62
64
|
Requires-Dist: semver; extra == "logging"
|
|
@@ -116,52 +116,53 @@ tabulate
|
|
|
116
116
|
openpyxl
|
|
117
117
|
|
|
118
118
|
[test]
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
json_repair
|
|
120
|
+
deepmerge
|
|
121
121
|
contexttimer
|
|
122
|
-
bokeh
|
|
123
|
-
tinynetrc
|
|
124
|
-
torchvision
|
|
125
|
-
flet-video
|
|
126
122
|
google-api-python-client
|
|
127
|
-
uvicorn[standard]
|
|
128
|
-
pydantic-settings
|
|
129
|
-
pandas
|
|
130
|
-
google-auth
|
|
131
|
-
huggingface_hub
|
|
132
|
-
faker
|
|
133
123
|
docker
|
|
124
|
+
pydantic
|
|
125
|
+
logfire
|
|
126
|
+
pyyaml
|
|
127
|
+
pydevd-pycharm
|
|
128
|
+
appdirs
|
|
134
129
|
dask[bag]
|
|
135
|
-
|
|
130
|
+
pymupdf4llm
|
|
131
|
+
pytest-cov
|
|
136
132
|
flet[all]
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
logfire[fastapi]
|
|
141
|
-
tokenizers
|
|
133
|
+
html2text
|
|
134
|
+
distributed
|
|
135
|
+
ollama
|
|
142
136
|
google-auth-oauthlib
|
|
143
|
-
|
|
144
|
-
transformers[sentencepiece]
|
|
145
|
-
logfire
|
|
146
|
-
torchaudio
|
|
137
|
+
pandas
|
|
147
138
|
tabulate
|
|
148
|
-
|
|
139
|
+
google-auth
|
|
140
|
+
sre_yield
|
|
141
|
+
uvicorn[standard]
|
|
142
|
+
tokenizers
|
|
143
|
+
torchaudio
|
|
144
|
+
fastapi
|
|
145
|
+
sentence_transformers
|
|
146
|
+
torchvision
|
|
149
147
|
diskcache
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
148
|
+
peft
|
|
149
|
+
openai
|
|
150
|
+
bokeh
|
|
151
|
+
flet-video
|
|
152
|
+
google-auth-httplib2
|
|
153
|
+
tinynetrc
|
|
154
|
+
semver
|
|
153
155
|
yamlscript
|
|
154
|
-
html2text
|
|
155
|
-
pydantic-ai[logfire,openai]
|
|
156
156
|
pymupdf
|
|
157
|
-
|
|
157
|
+
logfire[fastapi]
|
|
158
|
+
huggingface_hub
|
|
159
|
+
pydantic-settings
|
|
158
160
|
openpyxl
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
fastapi
|
|
161
|
+
Unidecode
|
|
162
|
+
pydantic-ai[logfire,openai]
|
|
163
|
+
faker
|
|
164
|
+
flet-webview
|
|
165
|
+
transformers[sentencepiece]
|
|
165
166
|
|
|
166
167
|
[tokenization]
|
|
167
168
|
tokenizers
|
|
@@ -174,3 +175,4 @@ semver
|
|
|
174
175
|
|
|
175
176
|
[yaml]
|
|
176
177
|
yamlscript
|
|
178
|
+
pyyaml
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.1.12
|
|
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
|