fmtr.tools 1.1.13__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.13 → fmtr_tools-1.1.14}/PKG-INFO +38 -36
- fmtr_tools-1.1.14/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/PKG-INFO +38 -36
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/requires.txt +37 -35
- fmtr_tools-1.1.13/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/LICENSE +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/README.md +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/__init__.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/constants.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/logging_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/packaging_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/path_tools/__init__.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/path_tools/app.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/path_tools/base.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/settings_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.13 → fmtr_tools-1.1.14}/setup.cfg +0 -0
- {fmtr_tools-1.1.13 → 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
|
|
@@ -10,53 +10,55 @@ Description-Content-Type: text/markdown
|
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Provides-Extra: test
|
|
12
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"
|
|
22
|
-
Requires-Dist: google-auth-oauthlib; 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"
|
|
27
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
28
|
-
Requires-Dist: dask[bag]; extra == "test"
|
|
29
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
30
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
31
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
32
13
|
Requires-Dist: deepmerge; extra == "test"
|
|
33
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
15
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
16
|
+
Requires-Dist: docker; extra == "test"
|
|
34
17
|
Requires-Dist: pydantic; extra == "test"
|
|
35
|
-
Requires-Dist: openai; extra == "test"
|
|
36
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
37
|
-
Requires-Dist: appdirs; extra == "test"
|
|
38
|
-
Requires-Dist: torchvision; extra == "test"
|
|
39
18
|
Requires-Dist: logfire; extra == "test"
|
|
40
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
20
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
21
|
+
Requires-Dist: appdirs; extra == "test"
|
|
22
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
23
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
24
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
41
25
|
Requires-Dist: flet[all]; extra == "test"
|
|
42
26
|
Requires-Dist: html2text; extra == "test"
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: distributed; extra == "test"
|
|
28
|
+
Requires-Dist: ollama; extra == "test"
|
|
29
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
30
|
+
Requires-Dist: pandas; extra == "test"
|
|
31
|
+
Requires-Dist: tabulate; extra == "test"
|
|
32
|
+
Requires-Dist: google-auth; extra == "test"
|
|
33
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
47
34
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
35
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
36
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
37
|
+
Requires-Dist: fastapi; extra == "test"
|
|
49
38
|
Requires-Dist: sentence_transformers; extra == "test"
|
|
50
|
-
Requires-Dist:
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
39
|
+
Requires-Dist: torchvision; extra == "test"
|
|
40
|
+
Requires-Dist: diskcache; extra == "test"
|
|
53
41
|
Requires-Dist: peft; extra == "test"
|
|
42
|
+
Requires-Dist: openai; extra == "test"
|
|
43
|
+
Requires-Dist: bokeh; extra == "test"
|
|
54
44
|
Requires-Dist: flet-video; extra == "test"
|
|
45
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
46
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
55
47
|
Requires-Dist: semver; extra == "test"
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
49
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
50
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
51
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
52
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
53
|
+
Requires-Dist: openpyxl; 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"
|
|
@@ -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
|
|
@@ -10,53 +10,55 @@ Description-Content-Type: text/markdown
|
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Provides-Extra: test
|
|
12
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"
|
|
22
|
-
Requires-Dist: google-auth-oauthlib; 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"
|
|
27
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
28
|
-
Requires-Dist: dask[bag]; extra == "test"
|
|
29
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
30
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
31
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
32
13
|
Requires-Dist: deepmerge; extra == "test"
|
|
33
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
15
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
16
|
+
Requires-Dist: docker; extra == "test"
|
|
34
17
|
Requires-Dist: pydantic; extra == "test"
|
|
35
|
-
Requires-Dist: openai; extra == "test"
|
|
36
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
37
|
-
Requires-Dist: appdirs; extra == "test"
|
|
38
|
-
Requires-Dist: torchvision; extra == "test"
|
|
39
18
|
Requires-Dist: logfire; extra == "test"
|
|
40
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
20
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
21
|
+
Requires-Dist: appdirs; extra == "test"
|
|
22
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
23
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
24
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
41
25
|
Requires-Dist: flet[all]; extra == "test"
|
|
42
26
|
Requires-Dist: html2text; extra == "test"
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: distributed; extra == "test"
|
|
28
|
+
Requires-Dist: ollama; extra == "test"
|
|
29
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
30
|
+
Requires-Dist: pandas; extra == "test"
|
|
31
|
+
Requires-Dist: tabulate; extra == "test"
|
|
32
|
+
Requires-Dist: google-auth; extra == "test"
|
|
33
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
47
34
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
35
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
36
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
37
|
+
Requires-Dist: fastapi; extra == "test"
|
|
49
38
|
Requires-Dist: sentence_transformers; extra == "test"
|
|
50
|
-
Requires-Dist:
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
39
|
+
Requires-Dist: torchvision; extra == "test"
|
|
40
|
+
Requires-Dist: diskcache; extra == "test"
|
|
53
41
|
Requires-Dist: peft; extra == "test"
|
|
42
|
+
Requires-Dist: openai; extra == "test"
|
|
43
|
+
Requires-Dist: bokeh; extra == "test"
|
|
54
44
|
Requires-Dist: flet-video; extra == "test"
|
|
45
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
46
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
55
47
|
Requires-Dist: semver; extra == "test"
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
49
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
50
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
51
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
52
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
53
|
+
Requires-Dist: openpyxl; 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"
|
|
@@ -117,51 +117,52 @@ openpyxl
|
|
|
117
117
|
|
|
118
118
|
[test]
|
|
119
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
|
|
129
|
-
google-auth-oauthlib
|
|
130
|
-
pydantic-settings
|
|
131
|
-
pydantic-ai[logfire,openai]
|
|
132
|
-
fastapi
|
|
133
|
-
contexttimer
|
|
134
|
-
transformers[sentencepiece]
|
|
135
|
-
dask[bag]
|
|
136
|
-
sre_yield
|
|
137
|
-
pydevd-pycharm
|
|
138
|
-
flet-webview
|
|
139
120
|
deepmerge
|
|
140
|
-
|
|
121
|
+
contexttimer
|
|
122
|
+
google-api-python-client
|
|
123
|
+
docker
|
|
141
124
|
pydantic
|
|
142
|
-
openai
|
|
143
|
-
pymupdf4llm
|
|
144
|
-
appdirs
|
|
145
|
-
torchvision
|
|
146
125
|
logfire
|
|
147
|
-
|
|
126
|
+
pyyaml
|
|
127
|
+
pydevd-pycharm
|
|
128
|
+
appdirs
|
|
129
|
+
dask[bag]
|
|
130
|
+
pymupdf4llm
|
|
131
|
+
pytest-cov
|
|
148
132
|
flet[all]
|
|
149
133
|
html2text
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
134
|
+
distributed
|
|
135
|
+
ollama
|
|
136
|
+
google-auth-oauthlib
|
|
137
|
+
pandas
|
|
138
|
+
tabulate
|
|
139
|
+
google-auth
|
|
140
|
+
sre_yield
|
|
154
141
|
uvicorn[standard]
|
|
155
|
-
|
|
142
|
+
tokenizers
|
|
143
|
+
torchaudio
|
|
144
|
+
fastapi
|
|
156
145
|
sentence_transformers
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
logfire[fastapi]
|
|
146
|
+
torchvision
|
|
147
|
+
diskcache
|
|
160
148
|
peft
|
|
149
|
+
openai
|
|
150
|
+
bokeh
|
|
161
151
|
flet-video
|
|
152
|
+
google-auth-httplib2
|
|
153
|
+
tinynetrc
|
|
162
154
|
semver
|
|
163
|
-
|
|
164
|
-
|
|
155
|
+
yamlscript
|
|
156
|
+
pymupdf
|
|
157
|
+
logfire[fastapi]
|
|
158
|
+
huggingface_hub
|
|
159
|
+
pydantic-settings
|
|
160
|
+
openpyxl
|
|
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.13
|
|
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
|