fmtr.tools 1.1.0__tar.gz → 1.1.2__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.0 → fmtr_tools-1.1.2}/PKG-INFO +36 -35
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/README.md +1 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/__init__.py +1 -32
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/ai_tools/agentic_tools.py +11 -5
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/constants.py +4 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/path_tools.py +1 -5
- fmtr_tools-1.1.2/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr.tools.egg-info/PKG-INFO +36 -35
- fmtr_tools-1.1.0/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/LICENSE +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/logging_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/settings_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr.tools.egg-info/requires.txt +34 -34
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/setup.cfg +0 -0
- {fmtr_tools-1.1.0 → fmtr_tools-1.1.2}/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.2
|
|
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,50 +9,50 @@ 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
|
|
13
|
-
Requires-Dist:
|
|
14
|
-
Requires-Dist:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist: logfire; extra == "test"
|
|
18
|
-
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
12
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
13
|
+
Requires-Dist: semver; extra == "test"
|
|
14
|
+
Requires-Dist: pandas; extra == "test"
|
|
15
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
16
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
19
17
|
Requires-Dist: tinynetrc; extra == "test"
|
|
18
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
19
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
20
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
21
|
+
Requires-Dist: peft; extra == "test"
|
|
22
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
23
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
24
|
+
Requires-Dist: uvicorn; extra == "test"
|
|
25
|
+
Requires-Dist: ollama; extra == "test"
|
|
20
26
|
Requires-Dist: sre_yield; extra == "test"
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: torchvision; extra == "test"
|
|
28
|
+
Requires-Dist: json_repair; extra == "test"
|
|
29
|
+
Requires-Dist: flet-video; extra == "test"
|
|
23
30
|
Requires-Dist: sentence_transformers; extra == "test"
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist: peft; extra == "test"
|
|
31
|
+
Requires-Dist: logfire; extra == "test"
|
|
26
32
|
Requires-Dist: google-auth; extra == "test"
|
|
27
|
-
Requires-Dist: fastapi; extra == "test"
|
|
28
33
|
Requires-Dist: pydantic; extra == "test"
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: diskcache; extra == "test"
|
|
35
|
+
Requires-Dist: fastapi; extra == "test"
|
|
36
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
37
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
38
|
+
Requires-Dist: openai; extra == "test"
|
|
39
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
33
40
|
Requires-Dist: distributed; extra == "test"
|
|
41
|
+
Requires-Dist: html2text; extra == "test"
|
|
42
|
+
Requires-Dist: faker; extra == "test"
|
|
43
|
+
Requires-Dist: tabulate; extra == "test"
|
|
44
|
+
Requires-Dist: docker; extra == "test"
|
|
34
45
|
Requires-Dist: openpyxl; extra == "test"
|
|
35
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
36
|
-
Requires-Dist: huggingface_hub; extra == "test"
|
|
37
46
|
Requires-Dist: dask[bag]; extra == "test"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist: ollama; extra == "test"
|
|
41
|
-
Requires-Dist: pandas; extra == "test"
|
|
42
|
-
Requires-Dist: flet-video; extra == "test"
|
|
43
|
-
Requires-Dist: flet[all]; extra == "test"
|
|
47
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
48
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
44
49
|
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
48
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
49
|
-
Requires-Dist: faker; extra == "test"
|
|
50
|
-
Requires-Dist: pymupdf; extra == "test"
|
|
51
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
52
|
-
Requires-Dist: diskcache; extra == "test"
|
|
53
|
-
Requires-Dist: json_repair; extra == "test"
|
|
50
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
51
|
+
Requires-Dist: bokeh; extra == "test"
|
|
54
52
|
Requires-Dist: Unidecode; extra == "test"
|
|
55
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
54
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
55
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
56
56
|
Provides-Extra: yaml
|
|
57
57
|
Requires-Dist: pyyaml; extra == "yaml"
|
|
58
58
|
Provides-Extra: logging
|
|
@@ -245,6 +245,7 @@ The included modules, plus any extra requirements, are as follows:
|
|
|
245
245
|
- Extras: None
|
|
246
246
|
-
|
|
247
247
|
`tools.settings`: A base configuration system built on Pydantic Settings that provides a flexible way to manage application settings from multiple sources, based on a standard
|
|
248
|
+
- Extras: `sets`
|
|
248
249
|
`path.PackagePaths` project layout.
|
|
249
250
|
- Extras: `sets`
|
|
250
251
|
- `tools.dataclass`: Utilities for extracting and filtering fields and metadata from dataclasses, with support for applying filters and retrieving enabled fields based on metadata attributes.
|
|
@@ -86,6 +86,7 @@ The included modules, plus any extra requirements, are as follows:
|
|
|
86
86
|
- Extras: None
|
|
87
87
|
-
|
|
88
88
|
`tools.settings`: A base configuration system built on Pydantic Settings that provides a flexible way to manage application settings from multiple sources, based on a standard
|
|
89
|
+
- Extras: `sets`
|
|
89
90
|
`path.PackagePaths` project layout.
|
|
90
91
|
- Extras: `sets`
|
|
91
92
|
- `tools.dataclass`: Utilities for extracting and filtering fields and metadata from dataclasses, with support for applying filters and retrieving enabled fields based on metadata attributes.
|
|
@@ -162,35 +162,4 @@ except ImportError as exception:
|
|
|
162
162
|
try:
|
|
163
163
|
from fmtr.tools import settings_tools as sets
|
|
164
164
|
except ImportError as exception:
|
|
165
|
-
sets = MissingExtraMockModule('sets', exception)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
__all__ = [
|
|
169
|
-
'dataclass',
|
|
170
|
-
'datatype',
|
|
171
|
-
'environment',
|
|
172
|
-
'env',
|
|
173
|
-
'function',
|
|
174
|
-
'hash',
|
|
175
|
-
'import_',
|
|
176
|
-
'iterator',
|
|
177
|
-
'json',
|
|
178
|
-
'path',
|
|
179
|
-
'Path',
|
|
180
|
-
'platform',
|
|
181
|
-
'process',
|
|
182
|
-
'ContextProcess',
|
|
183
|
-
'random',
|
|
184
|
-
'string',
|
|
185
|
-
'logging',
|
|
186
|
-
'logger',
|
|
187
|
-
'augmentation',
|
|
188
|
-
'docker',
|
|
189
|
-
'Container',
|
|
190
|
-
'parallel',
|
|
191
|
-
'profiling',
|
|
192
|
-
'Timer',
|
|
193
|
-
'tokenization',
|
|
194
|
-
'unicode',
|
|
195
|
-
'version'
|
|
196
|
-
]
|
|
165
|
+
sets = MissingExtraMockModule('sets', exception)
|
|
@@ -24,6 +24,7 @@ class Task:
|
|
|
24
24
|
PROVIDER_FMTR = OpenAIProvider(base_url=API_URL_FMTR)
|
|
25
25
|
|
|
26
26
|
MODEL_ID = 'gpt-4o'
|
|
27
|
+
MODEL_ID_FMTR = 'qwen2.5-coder:14b'
|
|
27
28
|
SYSTEM_PROMPT = None
|
|
28
29
|
DEPS_TYPE = str
|
|
29
30
|
RESULT_TYPE = str
|
|
@@ -86,14 +87,19 @@ class Task:
|
|
|
86
87
|
"""
|
|
87
88
|
return output
|
|
88
89
|
|
|
90
|
+
if __name__ == '__main__':
|
|
91
|
+
import asyncio
|
|
92
|
+
from fmtr.tools import dm
|
|
89
93
|
|
|
90
|
-
class TaskTest(Task):
|
|
91
|
-
PROVIDER = Task.PROVIDER_FMTR
|
|
92
|
-
MODEL_ID = 'mixtral:8x7b'
|
|
93
94
|
|
|
95
|
+
class TestOutput(dm.BaseModel):
|
|
96
|
+
text: str
|
|
94
97
|
|
|
95
|
-
|
|
96
|
-
|
|
98
|
+
|
|
99
|
+
class TaskTest(Task):
|
|
100
|
+
PROVIDER = Task.PROVIDER_FMTR
|
|
101
|
+
MODEL_ID = 'qwen2.5-coder:14b'
|
|
102
|
+
RESULT_TYPE = TestOutput
|
|
97
103
|
|
|
98
104
|
task = TaskTest()
|
|
99
105
|
result = asyncio.run(task.run('Hello! What is your name?'))
|
|
@@ -153,11 +153,7 @@ class PackagePaths:
|
|
|
153
153
|
|
|
154
154
|
"""
|
|
155
155
|
|
|
156
|
-
|
|
157
|
-
DIR_NAME_ARTIFACTS = 'artifacts'
|
|
158
|
-
FILENAME_VERSION = 'version'
|
|
159
|
-
|
|
160
|
-
def __init__(self, path=None, org_singleton=None, dir_name_artifacts=DIR_NAME_ARTIFACTS, filename_config=FILENAME_CONFIG, file_version=FILENAME_VERSION):
|
|
156
|
+
def __init__(self, path=None, org_singleton=None, dir_name_artifacts=Constants.DIR_NAME_ARTIFACTS, filename_config=Constants.FILENAME_CONFIG, file_version=Constants.FILENAME_VERSION):
|
|
161
157
|
|
|
162
158
|
"""
|
|
163
159
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
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,50 +9,50 @@ 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
|
|
13
|
-
Requires-Dist:
|
|
14
|
-
Requires-Dist:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist: logfire; extra == "test"
|
|
18
|
-
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
12
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
13
|
+
Requires-Dist: semver; extra == "test"
|
|
14
|
+
Requires-Dist: pandas; extra == "test"
|
|
15
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
16
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
19
17
|
Requires-Dist: tinynetrc; extra == "test"
|
|
18
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
19
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
20
|
+
Requires-Dist: torchaudio; extra == "test"
|
|
21
|
+
Requires-Dist: peft; extra == "test"
|
|
22
|
+
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
23
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
24
|
+
Requires-Dist: uvicorn; extra == "test"
|
|
25
|
+
Requires-Dist: ollama; extra == "test"
|
|
20
26
|
Requires-Dist: sre_yield; extra == "test"
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: torchvision; extra == "test"
|
|
28
|
+
Requires-Dist: json_repair; extra == "test"
|
|
29
|
+
Requires-Dist: flet-video; extra == "test"
|
|
23
30
|
Requires-Dist: sentence_transformers; extra == "test"
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist: peft; extra == "test"
|
|
31
|
+
Requires-Dist: logfire; extra == "test"
|
|
26
32
|
Requires-Dist: google-auth; extra == "test"
|
|
27
|
-
Requires-Dist: fastapi; extra == "test"
|
|
28
33
|
Requires-Dist: pydantic; extra == "test"
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
34
|
+
Requires-Dist: diskcache; extra == "test"
|
|
35
|
+
Requires-Dist: fastapi; extra == "test"
|
|
36
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
37
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
38
|
+
Requires-Dist: openai; extra == "test"
|
|
39
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
33
40
|
Requires-Dist: distributed; extra == "test"
|
|
41
|
+
Requires-Dist: html2text; extra == "test"
|
|
42
|
+
Requires-Dist: faker; extra == "test"
|
|
43
|
+
Requires-Dist: tabulate; extra == "test"
|
|
44
|
+
Requires-Dist: docker; extra == "test"
|
|
34
45
|
Requires-Dist: openpyxl; extra == "test"
|
|
35
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
36
|
-
Requires-Dist: huggingface_hub; extra == "test"
|
|
37
46
|
Requires-Dist: dask[bag]; extra == "test"
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist: ollama; extra == "test"
|
|
41
|
-
Requires-Dist: pandas; extra == "test"
|
|
42
|
-
Requires-Dist: flet-video; extra == "test"
|
|
43
|
-
Requires-Dist: flet[all]; extra == "test"
|
|
47
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
48
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
44
49
|
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
48
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
49
|
-
Requires-Dist: faker; extra == "test"
|
|
50
|
-
Requires-Dist: pymupdf; extra == "test"
|
|
51
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
52
|
-
Requires-Dist: diskcache; extra == "test"
|
|
53
|
-
Requires-Dist: json_repair; extra == "test"
|
|
50
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
51
|
+
Requires-Dist: bokeh; extra == "test"
|
|
54
52
|
Requires-Dist: Unidecode; extra == "test"
|
|
55
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
54
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
55
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
56
56
|
Provides-Extra: yaml
|
|
57
57
|
Requires-Dist: pyyaml; extra == "yaml"
|
|
58
58
|
Provides-Extra: logging
|
|
@@ -245,6 +245,7 @@ The included modules, plus any extra requirements, are as follows:
|
|
|
245
245
|
- Extras: None
|
|
246
246
|
-
|
|
247
247
|
`tools.settings`: A base configuration system built on Pydantic Settings that provides a flexible way to manage application settings from multiple sources, based on a standard
|
|
248
|
+
- Extras: `sets`
|
|
248
249
|
`path.PackagePaths` project layout.
|
|
249
250
|
- Extras: `sets`
|
|
250
251
|
- `tools.dataclass`: Utilities for extracting and filtering fields and metadata from dataclasses, with support for applying filters and retrieving enabled fields based on metadata attributes.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.1.0
|
|
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
|
|
@@ -112,50 +112,50 @@ tabulate
|
|
|
112
112
|
openpyxl
|
|
113
113
|
|
|
114
114
|
[test]
|
|
115
|
-
flet
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
logfire
|
|
121
|
-
google-auth-httplib2
|
|
115
|
+
flet[all]
|
|
116
|
+
semver
|
|
117
|
+
pandas
|
|
118
|
+
pydantic-settings
|
|
119
|
+
pydantic-ai[logfire,openai]
|
|
122
120
|
tinynetrc
|
|
121
|
+
deepmerge
|
|
122
|
+
pytest-cov
|
|
123
|
+
torchaudio
|
|
124
|
+
peft
|
|
125
|
+
google-auth-oauthlib
|
|
126
|
+
huggingface_hub
|
|
127
|
+
uvicorn
|
|
128
|
+
ollama
|
|
123
129
|
sre_yield
|
|
124
|
-
|
|
125
|
-
|
|
130
|
+
torchvision
|
|
131
|
+
json_repair
|
|
132
|
+
flet-video
|
|
126
133
|
sentence_transformers
|
|
127
|
-
|
|
128
|
-
peft
|
|
134
|
+
logfire
|
|
129
135
|
google-auth
|
|
130
|
-
fastapi
|
|
131
136
|
pydantic
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
137
|
+
diskcache
|
|
138
|
+
fastapi
|
|
139
|
+
pydevd-pycharm
|
|
140
|
+
pyyaml
|
|
141
|
+
openai
|
|
142
|
+
pymupdf
|
|
136
143
|
distributed
|
|
144
|
+
html2text
|
|
145
|
+
faker
|
|
146
|
+
tabulate
|
|
147
|
+
docker
|
|
137
148
|
openpyxl
|
|
138
|
-
contexttimer
|
|
139
|
-
huggingface_hub
|
|
140
149
|
dask[bag]
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
ollama
|
|
144
|
-
pandas
|
|
145
|
-
flet-video
|
|
146
|
-
flet[all]
|
|
150
|
+
contexttimer
|
|
151
|
+
pymupdf4llm
|
|
147
152
|
transformers[sentencepiece]
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
google-auth-oauthlib
|
|
151
|
-
pydevd-pycharm
|
|
152
|
-
faker
|
|
153
|
-
pymupdf
|
|
154
|
-
deepmerge
|
|
155
|
-
diskcache
|
|
156
|
-
json_repair
|
|
153
|
+
tokenizers
|
|
154
|
+
bokeh
|
|
157
155
|
Unidecode
|
|
158
|
-
|
|
156
|
+
flet-webview
|
|
157
|
+
google-auth-httplib2
|
|
158
|
+
google-api-python-client
|
|
159
159
|
|
|
160
160
|
[tokenization]
|
|
161
161
|
tokenizers
|
|
File without changes
|
|
File without changes
|
|
File without changes
|