fmtr.tools 1.1.11__tar.gz → 1.1.13__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.

Files changed (74) hide show
  1. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/PKG-INFO +38 -38
  2. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/settings_tools.py +20 -3
  3. fmtr_tools-1.1.13/fmtr/tools/version +1 -0
  4. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/yaml_tools.py +15 -0
  5. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr.tools.egg-info/PKG-INFO +38 -38
  6. fmtr_tools-1.1.11/fmtr/tools/version +0 -1
  7. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/LICENSE +0 -0
  8. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/README.md +0 -0
  9. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/__init__.py +0 -0
  10. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/ai_tools/__init__.py +0 -0
  11. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
  12. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/ai_tools/inference_tools.py +0 -0
  13. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/api_tools.py +0 -0
  14. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/async_tools.py +0 -0
  15. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/augmentation_tools.py +0 -0
  16. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/caching_tools.py +0 -0
  17. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/console_script_tools.py +0 -0
  18. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/constants.py +0 -0
  19. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/data_modelling_tools.py +0 -0
  20. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/dataclass_tools.py +0 -0
  21. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/datatype_tools.py +0 -0
  22. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/debugging_tools.py +0 -0
  23. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/docker_tools.py +0 -0
  24. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/environment_tools.py +0 -0
  25. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/function_tools.py +0 -0
  26. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/google_api_tools.py +0 -0
  27. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/hash_tools.py +0 -0
  28. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/hfh_tools.py +0 -0
  29. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/html_tools.py +0 -0
  30. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/import_tools.py +0 -0
  31. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/inspection_tools.py +0 -0
  32. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/interface_tools.py +0 -0
  33. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/iterator_tools.py +0 -0
  34. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/json_fix_tools.py +0 -0
  35. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/json_tools.py +0 -0
  36. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/logging_tools.py +0 -0
  37. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/merging_tools.py +0 -0
  38. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/metric_tools.py +0 -0
  39. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/name_tools.py +0 -0
  40. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/netrc_tools.py +0 -0
  41. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/openai_tools.py +0 -0
  42. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/packaging_tools.py +0 -0
  43. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/parallel_tools.py +0 -0
  44. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/path_tools/__init__.py +0 -0
  45. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/path_tools/app.py +0 -0
  46. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/path_tools/base.py +0 -0
  47. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/pdf_tools.py +0 -0
  48. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/platform_tools.py +0 -0
  49. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/process_tools.py +0 -0
  50. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/profiling_tools.py +0 -0
  51. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/random_tools.py +0 -0
  52. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/semantic_tools.py +0 -0
  53. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/spaces_tools.py +0 -0
  54. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/string_tools.py +0 -0
  55. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tabular_tools.py +0 -0
  56. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/__init__.py +0 -0
  57. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/conftest.py +0 -0
  58. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/helpers.py +0 -0
  59. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/test_datatype.py +0 -0
  60. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/test_environment.py +0 -0
  61. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/test_json.py +0 -0
  62. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/test_path.py +0 -0
  63. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tests/test_yaml.py +0 -0
  64. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tokenization_tools.py +0 -0
  65. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/tools.py +0 -0
  66. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/unicode_tools.py +0 -0
  67. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr/tools/version_tools.py +0 -0
  68. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr.tools.egg-info/SOURCES.txt +0 -0
  69. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr.tools.egg-info/dependency_links.txt +0 -0
  70. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr.tools.egg-info/entry_points.txt +0 -0
  71. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr.tools.egg-info/requires.txt +37 -37
  72. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/fmtr.tools.egg-info/top_level.txt +0 -0
  73. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/setup.cfg +0 -0
  74. {fmtr_tools-1.1.11 → fmtr_tools-1.1.13}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fmtr.tools
3
- Version: 1.1.11
3
+ Version: 1.1.13
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,52 +9,52 @@ 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: flet-webview; extra == "test"
13
- Requires-Dist: fastapi; extra == "test"
14
- Requires-Dist: pymupdf4llm; extra == "test"
15
- Requires-Dist: Unidecode; extra == "test"
16
- Requires-Dist: semver; extra == "test"
17
- Requires-Dist: pydantic-settings; extra == "test"
18
- Requires-Dist: google-auth-httplib2; extra == "test"
19
- Requires-Dist: pandas; extra == "test"
12
+ Requires-Dist: json_repair; extra == "test"
13
+ Requires-Dist: openpyxl; extra == "test"
14
+ Requires-Dist: google-api-python-client; extra == "test"
15
+ Requires-Dist: yamlscript; extra == "test"
16
+ Requires-Dist: pymupdf; extra == "test"
17
+ Requires-Dist: tokenizers; extra == "test"
18
+ Requires-Dist: torchaudio; extra == "test"
19
+ Requires-Dist: faker; extra == "test"
20
+ Requires-Dist: huggingface_hub; extra == "test"
21
+ Requires-Dist: google-auth; extra == "test"
20
22
  Requires-Dist: google-auth-oauthlib; extra == "test"
21
- Requires-Dist: openai; extra == "test"
22
- Requires-Dist: pytest-cov; extra == "test"
23
+ Requires-Dist: pydantic-settings; extra == "test"
24
+ Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
25
+ Requires-Dist: fastapi; extra == "test"
26
+ Requires-Dist: contexttimer; extra == "test"
23
27
  Requires-Dist: transformers[sentencepiece]; extra == "test"
24
- Requires-Dist: logfire; extra == "test"
25
- Requires-Dist: pydantic; extra == "test"
26
- Requires-Dist: deepmerge; extra == "test"
27
- Requires-Dist: pymupdf; extra == "test"
28
- Requires-Dist: sentence_transformers; extra == "test"
29
- Requires-Dist: html2text; extra == "test"
28
+ Requires-Dist: dask[bag]; extra == "test"
30
29
  Requires-Dist: sre_yield; extra == "test"
31
- Requires-Dist: flet[all]; extra == "test"
32
- Requires-Dist: peft; extra == "test"
33
- Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
30
+ Requires-Dist: pydevd-pycharm; extra == "test"
31
+ Requires-Dist: flet-webview; extra == "test"
32
+ Requires-Dist: deepmerge; extra == "test"
33
+ Requires-Dist: pandas; extra == "test"
34
+ Requires-Dist: pydantic; extra == "test"
35
+ Requires-Dist: openai; extra == "test"
36
+ Requires-Dist: pymupdf4llm; extra == "test"
34
37
  Requires-Dist: appdirs; extra == "test"
35
- Requires-Dist: google-api-python-client; extra == "test"
36
- Requires-Dist: json_repair; extra == "test"
37
- Requires-Dist: dask[bag]; extra == "test"
38
- Requires-Dist: torchaudio; extra == "test"
39
- Requires-Dist: google-auth; extra == "test"
40
- Requires-Dist: tabulate; extra == "test"
41
- Requires-Dist: tokenizers; extra == "test"
42
- Requires-Dist: ollama; extra == "test"
43
38
  Requires-Dist: torchvision; extra == "test"
44
- Requires-Dist: yamlscript; extra == "test"
45
- Requires-Dist: faker; extra == "test"
46
- Requires-Dist: bokeh; extra == "test"
47
- Requires-Dist: docker; extra == "test"
39
+ Requires-Dist: logfire; extra == "test"
48
40
  Requires-Dist: tinynetrc; extra == "test"
49
- Requires-Dist: uvicorn[standard]; extra == "test"
50
- Requires-Dist: openpyxl; extra == "test"
41
+ Requires-Dist: flet[all]; extra == "test"
42
+ Requires-Dist: html2text; extra == "test"
43
+ Requires-Dist: google-auth-httplib2; extra == "test"
44
+ Requires-Dist: docker; extra == "test"
45
+ Requires-Dist: Unidecode; extra == "test"
51
46
  Requires-Dist: diskcache; extra == "test"
52
- Requires-Dist: pydevd-pycharm; extra == "test"
47
+ Requires-Dist: uvicorn[standard]; extra == "test"
48
+ Requires-Dist: bokeh; extra == "test"
49
+ Requires-Dist: sentence_transformers; extra == "test"
50
+ Requires-Dist: tabulate; extra == "test"
51
+ Requires-Dist: ollama; extra == "test"
53
52
  Requires-Dist: logfire[fastapi]; extra == "test"
54
- Requires-Dist: contexttimer; extra == "test"
55
- Requires-Dist: distributed; extra == "test"
53
+ Requires-Dist: peft; extra == "test"
56
54
  Requires-Dist: flet-video; extra == "test"
57
- Requires-Dist: huggingface_hub; extra == "test"
55
+ Requires-Dist: semver; extra == "test"
56
+ Requires-Dist: pytest-cov; extra == "test"
57
+ Requires-Dist: distributed; extra == "test"
58
58
  Provides-Extra: yaml
59
59
  Requires-Dist: yamlscript; extra == "yaml"
60
60
  Provides-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
- YamlConfigSettingsSource(settings_cls, yaml_file=cls.paths.settings),
54
+ YamlScriptConfigSettingsSource(settings_cls, yaml_file=cls.paths.settings),
38
55
  )
39
56
 
40
57
  return sources
@@ -0,0 +1 @@
1
+ 1.1.13
@@ -5,6 +5,13 @@ from yaml import dump
5
5
 
6
6
  from fmtr.tools import environment_tools as env
7
7
 
8
+ try:
9
+ import yamlscript
10
+ except ImportError:
11
+ raise # Raise if even the package isn't installed, to trigger the regular missing extra exception.
12
+ except Exception as exception:
13
+ pass # Allow missing binary, so we can install on-demand
14
+
8
15
 
9
16
  def install():
10
17
  """
@@ -67,3 +74,11 @@ def from_yaml(yaml_str: str) -> Any:
67
74
  """
68
75
  obj = get_interpreter().load(yaml_str)
69
76
  return obj
77
+
78
+
79
+ if __name__ == '__main__':
80
+ from fmtr.tools import Path
81
+
82
+ py = Path('hw.yml')
83
+ data = py.read_yaml()
84
+ data
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fmtr.tools
3
- Version: 1.1.11
3
+ Version: 1.1.13
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,52 +9,52 @@ 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: flet-webview; extra == "test"
13
- Requires-Dist: fastapi; extra == "test"
14
- Requires-Dist: pymupdf4llm; extra == "test"
15
- Requires-Dist: Unidecode; extra == "test"
16
- Requires-Dist: semver; extra == "test"
17
- Requires-Dist: pydantic-settings; extra == "test"
18
- Requires-Dist: google-auth-httplib2; extra == "test"
19
- Requires-Dist: pandas; extra == "test"
12
+ Requires-Dist: json_repair; extra == "test"
13
+ Requires-Dist: openpyxl; extra == "test"
14
+ Requires-Dist: google-api-python-client; extra == "test"
15
+ Requires-Dist: yamlscript; extra == "test"
16
+ Requires-Dist: pymupdf; extra == "test"
17
+ Requires-Dist: tokenizers; extra == "test"
18
+ Requires-Dist: torchaudio; extra == "test"
19
+ Requires-Dist: faker; extra == "test"
20
+ Requires-Dist: huggingface_hub; extra == "test"
21
+ Requires-Dist: google-auth; extra == "test"
20
22
  Requires-Dist: google-auth-oauthlib; extra == "test"
21
- Requires-Dist: openai; extra == "test"
22
- Requires-Dist: pytest-cov; extra == "test"
23
+ Requires-Dist: pydantic-settings; extra == "test"
24
+ Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
25
+ Requires-Dist: fastapi; extra == "test"
26
+ Requires-Dist: contexttimer; extra == "test"
23
27
  Requires-Dist: transformers[sentencepiece]; extra == "test"
24
- Requires-Dist: logfire; extra == "test"
25
- Requires-Dist: pydantic; extra == "test"
26
- Requires-Dist: deepmerge; extra == "test"
27
- Requires-Dist: pymupdf; extra == "test"
28
- Requires-Dist: sentence_transformers; extra == "test"
29
- Requires-Dist: html2text; extra == "test"
28
+ Requires-Dist: dask[bag]; extra == "test"
30
29
  Requires-Dist: sre_yield; extra == "test"
31
- Requires-Dist: flet[all]; extra == "test"
32
- Requires-Dist: peft; extra == "test"
33
- Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
30
+ Requires-Dist: pydevd-pycharm; extra == "test"
31
+ Requires-Dist: flet-webview; extra == "test"
32
+ Requires-Dist: deepmerge; extra == "test"
33
+ Requires-Dist: pandas; extra == "test"
34
+ Requires-Dist: pydantic; extra == "test"
35
+ Requires-Dist: openai; extra == "test"
36
+ Requires-Dist: pymupdf4llm; extra == "test"
34
37
  Requires-Dist: appdirs; extra == "test"
35
- Requires-Dist: google-api-python-client; extra == "test"
36
- Requires-Dist: json_repair; extra == "test"
37
- Requires-Dist: dask[bag]; extra == "test"
38
- Requires-Dist: torchaudio; extra == "test"
39
- Requires-Dist: google-auth; extra == "test"
40
- Requires-Dist: tabulate; extra == "test"
41
- Requires-Dist: tokenizers; extra == "test"
42
- Requires-Dist: ollama; extra == "test"
43
38
  Requires-Dist: torchvision; extra == "test"
44
- Requires-Dist: yamlscript; extra == "test"
45
- Requires-Dist: faker; extra == "test"
46
- Requires-Dist: bokeh; extra == "test"
47
- Requires-Dist: docker; extra == "test"
39
+ Requires-Dist: logfire; extra == "test"
48
40
  Requires-Dist: tinynetrc; extra == "test"
49
- Requires-Dist: uvicorn[standard]; extra == "test"
50
- Requires-Dist: openpyxl; extra == "test"
41
+ Requires-Dist: flet[all]; extra == "test"
42
+ Requires-Dist: html2text; extra == "test"
43
+ Requires-Dist: google-auth-httplib2; extra == "test"
44
+ Requires-Dist: docker; extra == "test"
45
+ Requires-Dist: Unidecode; extra == "test"
51
46
  Requires-Dist: diskcache; extra == "test"
52
- Requires-Dist: pydevd-pycharm; extra == "test"
47
+ Requires-Dist: uvicorn[standard]; extra == "test"
48
+ Requires-Dist: bokeh; extra == "test"
49
+ Requires-Dist: sentence_transformers; extra == "test"
50
+ Requires-Dist: tabulate; extra == "test"
51
+ Requires-Dist: ollama; extra == "test"
53
52
  Requires-Dist: logfire[fastapi]; extra == "test"
54
- Requires-Dist: contexttimer; extra == "test"
55
- Requires-Dist: distributed; extra == "test"
53
+ Requires-Dist: peft; extra == "test"
56
54
  Requires-Dist: flet-video; extra == "test"
57
- Requires-Dist: huggingface_hub; extra == "test"
55
+ Requires-Dist: semver; extra == "test"
56
+ Requires-Dist: pytest-cov; extra == "test"
57
+ Requires-Dist: distributed; extra == "test"
58
58
  Provides-Extra: yaml
59
59
  Requires-Dist: yamlscript; extra == "yaml"
60
60
  Provides-Extra: logging
@@ -1 +0,0 @@
1
- 1.1.11
File without changes
File without changes
@@ -116,52 +116,52 @@ tabulate
116
116
  openpyxl
117
117
 
118
118
  [test]
119
- flet-webview
120
- fastapi
121
- pymupdf4llm
122
- Unidecode
123
- semver
124
- pydantic-settings
125
- google-auth-httplib2
126
- pandas
119
+ json_repair
120
+ openpyxl
121
+ google-api-python-client
122
+ yamlscript
123
+ pymupdf
124
+ tokenizers
125
+ torchaudio
126
+ faker
127
+ huggingface_hub
128
+ google-auth
127
129
  google-auth-oauthlib
128
- openai
129
- pytest-cov
130
+ pydantic-settings
131
+ pydantic-ai[logfire,openai]
132
+ fastapi
133
+ contexttimer
130
134
  transformers[sentencepiece]
131
- logfire
132
- pydantic
133
- deepmerge
134
- pymupdf
135
- sentence_transformers
136
- html2text
135
+ dask[bag]
137
136
  sre_yield
138
- flet[all]
139
- peft
140
- pydantic-ai[logfire,openai]
137
+ pydevd-pycharm
138
+ flet-webview
139
+ deepmerge
140
+ pandas
141
+ pydantic
142
+ openai
143
+ pymupdf4llm
141
144
  appdirs
142
- google-api-python-client
143
- json_repair
144
- dask[bag]
145
- torchaudio
146
- google-auth
147
- tabulate
148
- tokenizers
149
- ollama
150
145
  torchvision
151
- yamlscript
152
- faker
153
- bokeh
154
- docker
146
+ logfire
155
147
  tinynetrc
156
- uvicorn[standard]
157
- openpyxl
148
+ flet[all]
149
+ html2text
150
+ google-auth-httplib2
151
+ docker
152
+ Unidecode
158
153
  diskcache
159
- pydevd-pycharm
154
+ uvicorn[standard]
155
+ bokeh
156
+ sentence_transformers
157
+ tabulate
158
+ ollama
160
159
  logfire[fastapi]
161
- contexttimer
162
- distributed
160
+ peft
163
161
  flet-video
164
- huggingface_hub
162
+ semver
163
+ pytest-cov
164
+ distributed
165
165
 
166
166
  [tokenization]
167
167
  tokenizers
File without changes
File without changes