fmtr.tools 1.1.15__tar.gz → 1.1.16__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.15 → fmtr_tools-1.1.16}/PKG-INFO +37 -37
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/logging_tools.py +11 -3
- fmtr_tools-1.1.16/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr.tools.egg-info/PKG-INFO +37 -37
- fmtr_tools-1.1.15/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/LICENSE +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/README.md +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/__init__.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/constants.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/packaging_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/path_tools/__init__.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/path_tools/app_path_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/path_tools/path_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/path_tools/type_path_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/settings_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr.tools.egg-info/requires.txt +36 -36
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/setup.cfg +0 -0
- {fmtr_tools-1.1.15 → fmtr_tools-1.1.16}/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.16
|
|
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,54 @@ 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: logfire; extra == "test"
|
|
14
|
-
Requires-Dist: torchvision; extra == "test"
|
|
12
|
+
Requires-Dist: distributed; extra == "test"
|
|
15
13
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
16
|
-
Requires-Dist: tinynetrc; extra == "test"
|
|
17
14
|
Requires-Dist: google-auth; extra == "test"
|
|
18
|
-
Requires-Dist:
|
|
19
|
-
Requires-Dist:
|
|
15
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
16
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
17
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
20
18
|
Requires-Dist: appdirs; extra == "test"
|
|
21
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
22
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
23
|
-
Requires-Dist: google-api-python-client; extra == "test"
|
|
24
|
-
Requires-Dist: diskcache; extra == "test"
|
|
25
|
-
Requires-Dist: openpyxl; extra == "test"
|
|
26
19
|
Requires-Dist: huggingface_hub; extra == "test"
|
|
27
|
-
Requires-Dist: semver; extra == "test"
|
|
28
|
-
Requires-Dist: dask[bag]; extra == "test"
|
|
29
|
-
Requires-Dist: sentence_transformers; extra == "test"
|
|
30
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
31
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
32
|
-
Requires-Dist: flet-video; extra == "test"
|
|
33
20
|
Requires-Dist: tabulate; extra == "test"
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
36
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
37
|
-
Requires-Dist: docker; extra == "test"
|
|
38
|
-
Requires-Dist: pandas; extra == "test"
|
|
39
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
40
|
-
Requires-Dist: json_repair; extra == "test"
|
|
41
|
-
Requires-Dist: distributed; extra == "test"
|
|
42
|
-
Requires-Dist: pymupdf; extra == "test"
|
|
21
|
+
Requires-Dist: pydantic; extra == "test"
|
|
43
22
|
Requires-Dist: html2text; extra == "test"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist: filetype; extra == "test"
|
|
23
|
+
Requires-Dist: docker; extra == "test"
|
|
46
24
|
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
25
|
+
Requires-Dist: filetype; extra == "test"
|
|
49
26
|
Requires-Dist: Unidecode; extra == "test"
|
|
27
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
28
|
+
Requires-Dist: fastapi; extra == "test"
|
|
29
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
30
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
31
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
32
|
+
Requires-Dist: diskcache; extra == "test"
|
|
33
|
+
Requires-Dist: ollama; extra == "test"
|
|
34
|
+
Requires-Dist: logfire; extra == "test"
|
|
35
|
+
Requires-Dist: openai; extra == "test"
|
|
36
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
37
|
+
Requires-Dist: pandas; extra == "test"
|
|
38
|
+
Requires-Dist: flet-video; extra == "test"
|
|
39
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
40
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
50
41
|
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
42
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
43
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
44
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
45
|
+
Requires-Dist: torchvision; extra == "test"
|
|
46
|
+
Requires-Dist: openpyxl; extra == "test"
|
|
51
47
|
Requires-Dist: flet[all]; extra == "test"
|
|
52
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: bokeh; extra == "test"
|
|
53
49
|
Requires-Dist: pyyaml; extra == "test"
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist: fastapi; extra == "test"
|
|
57
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
58
|
-
Requires-Dist: pydantic; extra == "test"
|
|
50
|
+
Requires-Dist: json_repair; extra == "test"
|
|
51
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
59
52
|
Requires-Dist: peft; extra == "test"
|
|
53
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
54
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
55
|
+
Requires-Dist: faker; extra == "test"
|
|
56
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
57
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
58
|
+
Requires-Dist: semver; extra == "test"
|
|
59
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
60
60
|
Provides-Extra: yaml
|
|
61
61
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
62
62
|
Requires-Dist: pyyaml; extra == "yaml"
|
|
@@ -43,16 +43,23 @@ def get_logger(name, version=None, host=Constants.FMTR_OBS_HOST, key=None, org=C
|
|
|
43
43
|
from fmtr.tools import version_tools
|
|
44
44
|
version = version_tools.read()
|
|
45
45
|
|
|
46
|
+
# Rigmarole to translate native levels to logfire/otel ones.
|
|
47
|
+
lev_num_otel = logfire._internal.constants.LOGGING_TO_OTEL_LEVEL_NUMBERS[level]
|
|
48
|
+
lev_name_otel = logfire._internal.constants.NUMBER_TO_LEVEL[lev_num_otel]
|
|
49
|
+
|
|
50
|
+
console_opts = logfire.ConsoleOptions(
|
|
51
|
+
colors='always' if environment_tools.IS_DEBUG else 'auto',
|
|
52
|
+
min_log_level=lev_name_otel,
|
|
53
|
+
)
|
|
54
|
+
|
|
46
55
|
logfire.configure(
|
|
47
56
|
service_name=name,
|
|
48
57
|
service_version=version,
|
|
49
58
|
environment=environment,
|
|
50
59
|
send_to_logfire=False,
|
|
51
|
-
console=
|
|
60
|
+
console=console_opts
|
|
52
61
|
)
|
|
53
62
|
|
|
54
|
-
logging.getLogger(name).setLevel(level)
|
|
55
|
-
|
|
56
63
|
logger = logfire
|
|
57
64
|
return logger
|
|
58
65
|
|
|
@@ -63,3 +70,4 @@ if __name__ == '__main__':
|
|
|
63
70
|
logger.info('Hello World')
|
|
64
71
|
logger.warning('test warning')
|
|
65
72
|
logger.debug('Hello World')
|
|
73
|
+
logger
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.16
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.16
|
|
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,54 @@ 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: logfire; extra == "test"
|
|
14
|
-
Requires-Dist: torchvision; extra == "test"
|
|
12
|
+
Requires-Dist: distributed; extra == "test"
|
|
15
13
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
16
|
-
Requires-Dist: tinynetrc; extra == "test"
|
|
17
14
|
Requires-Dist: google-auth; extra == "test"
|
|
18
|
-
Requires-Dist:
|
|
19
|
-
Requires-Dist:
|
|
15
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
16
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
17
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
20
18
|
Requires-Dist: appdirs; extra == "test"
|
|
21
|
-
Requires-Dist: flet-webview; extra == "test"
|
|
22
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
23
|
-
Requires-Dist: google-api-python-client; extra == "test"
|
|
24
|
-
Requires-Dist: diskcache; extra == "test"
|
|
25
|
-
Requires-Dist: openpyxl; extra == "test"
|
|
26
19
|
Requires-Dist: huggingface_hub; extra == "test"
|
|
27
|
-
Requires-Dist: semver; extra == "test"
|
|
28
|
-
Requires-Dist: dask[bag]; extra == "test"
|
|
29
|
-
Requires-Dist: sentence_transformers; extra == "test"
|
|
30
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
31
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
32
|
-
Requires-Dist: flet-video; extra == "test"
|
|
33
20
|
Requires-Dist: tabulate; extra == "test"
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
36
|
-
Requires-Dist: sre_yield; extra == "test"
|
|
37
|
-
Requires-Dist: docker; extra == "test"
|
|
38
|
-
Requires-Dist: pandas; extra == "test"
|
|
39
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
40
|
-
Requires-Dist: json_repair; extra == "test"
|
|
41
|
-
Requires-Dist: distributed; extra == "test"
|
|
42
|
-
Requires-Dist: pymupdf; extra == "test"
|
|
21
|
+
Requires-Dist: pydantic; extra == "test"
|
|
43
22
|
Requires-Dist: html2text; extra == "test"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist: filetype; extra == "test"
|
|
23
|
+
Requires-Dist: docker; extra == "test"
|
|
46
24
|
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist: tokenizers; extra == "test"
|
|
25
|
+
Requires-Dist: filetype; extra == "test"
|
|
49
26
|
Requires-Dist: Unidecode; extra == "test"
|
|
27
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
28
|
+
Requires-Dist: fastapi; extra == "test"
|
|
29
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
30
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
31
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
32
|
+
Requires-Dist: diskcache; extra == "test"
|
|
33
|
+
Requires-Dist: ollama; extra == "test"
|
|
34
|
+
Requires-Dist: logfire; extra == "test"
|
|
35
|
+
Requires-Dist: openai; extra == "test"
|
|
36
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
37
|
+
Requires-Dist: pandas; extra == "test"
|
|
38
|
+
Requires-Dist: flet-video; extra == "test"
|
|
39
|
+
Requires-Dist: yamlscript; extra == "test"
|
|
40
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
50
41
|
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
42
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
43
|
+
Requires-Dist: dask[bag]; extra == "test"
|
|
44
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
45
|
+
Requires-Dist: torchvision; extra == "test"
|
|
46
|
+
Requires-Dist: openpyxl; extra == "test"
|
|
51
47
|
Requires-Dist: flet[all]; extra == "test"
|
|
52
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: bokeh; extra == "test"
|
|
53
49
|
Requires-Dist: pyyaml; extra == "test"
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist: fastapi; extra == "test"
|
|
57
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
58
|
-
Requires-Dist: pydantic; extra == "test"
|
|
50
|
+
Requires-Dist: json_repair; extra == "test"
|
|
51
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
59
52
|
Requires-Dist: peft; extra == "test"
|
|
53
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
54
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
55
|
+
Requires-Dist: faker; extra == "test"
|
|
56
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
57
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
58
|
+
Requires-Dist: semver; extra == "test"
|
|
59
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
60
60
|
Provides-Extra: yaml
|
|
61
61
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
62
62
|
Requires-Dist: pyyaml; extra == "yaml"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.1.15
|
|
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
|
|
@@ -119,54 +119,54 @@ tabulate
|
|
|
119
119
|
openpyxl
|
|
120
120
|
|
|
121
121
|
[test]
|
|
122
|
-
|
|
123
|
-
logfire
|
|
124
|
-
torchvision
|
|
122
|
+
distributed
|
|
125
123
|
uvicorn[standard]
|
|
126
|
-
tinynetrc
|
|
127
124
|
google-auth
|
|
128
|
-
|
|
129
|
-
|
|
125
|
+
tokenizers
|
|
126
|
+
torchaudio
|
|
127
|
+
pymupdf
|
|
130
128
|
appdirs
|
|
131
|
-
flet-webview
|
|
132
|
-
pytest-cov
|
|
133
|
-
google-api-python-client
|
|
134
|
-
diskcache
|
|
135
|
-
openpyxl
|
|
136
129
|
huggingface_hub
|
|
137
|
-
semver
|
|
138
|
-
dask[bag]
|
|
139
|
-
sentence_transformers
|
|
140
|
-
contexttimer
|
|
141
|
-
pydantic-ai[logfire,openai]
|
|
142
|
-
flet-video
|
|
143
130
|
tabulate
|
|
144
|
-
|
|
145
|
-
deepmerge
|
|
146
|
-
sre_yield
|
|
147
|
-
docker
|
|
148
|
-
pandas
|
|
149
|
-
pymupdf4llm
|
|
150
|
-
json_repair
|
|
151
|
-
distributed
|
|
152
|
-
pymupdf
|
|
131
|
+
pydantic
|
|
153
132
|
html2text
|
|
154
|
-
|
|
155
|
-
filetype
|
|
133
|
+
docker
|
|
156
134
|
logfire[fastapi]
|
|
157
|
-
|
|
158
|
-
tokenizers
|
|
135
|
+
filetype
|
|
159
136
|
Unidecode
|
|
137
|
+
sentence_transformers
|
|
138
|
+
fastapi
|
|
139
|
+
flet-webview
|
|
140
|
+
pydantic-settings
|
|
141
|
+
contexttimer
|
|
142
|
+
diskcache
|
|
143
|
+
ollama
|
|
144
|
+
logfire
|
|
145
|
+
openai
|
|
146
|
+
pydevd-pycharm
|
|
147
|
+
pandas
|
|
148
|
+
flet-video
|
|
149
|
+
yamlscript
|
|
150
|
+
sre_yield
|
|
160
151
|
google-auth-httplib2
|
|
152
|
+
google-api-python-client
|
|
153
|
+
dask[bag]
|
|
154
|
+
pydantic-ai[logfire,openai]
|
|
155
|
+
torchvision
|
|
156
|
+
openpyxl
|
|
161
157
|
flet[all]
|
|
162
|
-
|
|
158
|
+
bokeh
|
|
163
159
|
pyyaml
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
fastapi
|
|
167
|
-
pydevd-pycharm
|
|
168
|
-
pydantic
|
|
160
|
+
json_repair
|
|
161
|
+
pymupdf4llm
|
|
169
162
|
peft
|
|
163
|
+
deepmerge
|
|
164
|
+
pytest-cov
|
|
165
|
+
faker
|
|
166
|
+
tinynetrc
|
|
167
|
+
google-auth-oauthlib
|
|
168
|
+
semver
|
|
169
|
+
transformers[sentencepiece]
|
|
170
170
|
|
|
171
171
|
[tokenization]
|
|
172
172
|
tokenizers
|
|
File without changes
|
|
File without changes
|
|
File without changes
|