fmtr.tools 1.1.21__tar.gz → 1.1.22__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.21 → fmtr_tools-1.1.22}/PKG-INFO +42 -42
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/setup_tools.py +32 -3
- fmtr_tools-1.1.22/fmtr/tools/version +1 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr.tools.egg-info/PKG-INFO +42 -42
- fmtr_tools-1.1.21/fmtr/tools/version +0 -1
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/LICENSE +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/README.md +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/__init__.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/ai_tools/__init__.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/ai_tools/agentic_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/ai_tools/inference_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/api_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/async_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/augmentation_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/caching_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/console_script_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/constants.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/data_modelling_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/dataclass_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/datatype_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/debugging_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/dns_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/docker_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/environment_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/function_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/google_api_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/hash_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/hfh_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/html_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/import_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/inspection_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/interface_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/iterator_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/json_fix_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/json_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/logging_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/merging_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/metric_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/name_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/netrc_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/openai_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/packaging_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/parallel_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/path_tools/__init__.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/path_tools/app_path_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/path_tools/path_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/path_tools/type_path_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/pattern_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/pdf_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/platform_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/process_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/profiling_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/random_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/semantic_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/settings_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/spaces_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/string_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tabular_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/__init__.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/conftest.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/helpers.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/test_datatype.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/test_environment.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/test_json.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/test_path.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tests/test_yaml.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tokenization_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/unicode_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/version_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr/tools/yaml_tools.py +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr.tools.egg-info/SOURCES.txt +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr.tools.egg-info/dependency_links.txt +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr.tools.egg-info/entry_points.txt +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr.tools.egg-info/requires.txt +41 -41
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/fmtr.tools.egg-info/top_level.txt +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/setup.cfg +0 -0
- {fmtr_tools-1.1.21 → fmtr_tools-1.1.22}/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.22
|
|
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,59 +9,59 @@ 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: tinynetrc; extra == "test"
|
|
13
|
-
Requires-Dist: fastapi; extra == "test"
|
|
14
|
-
Requires-Dist: httpx_retries; extra == "test"
|
|
15
|
-
Requires-Dist: setuptools; extra == "test"
|
|
16
|
-
Requires-Dist: filetype; extra == "test"
|
|
17
|
-
Requires-Dist: faker; extra == "test"
|
|
18
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
19
|
-
Requires-Dist: pyyaml; extra == "test"
|
|
20
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
21
|
-
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
22
|
-
Requires-Dist: openai; extra == "test"
|
|
23
|
-
Requires-Dist: diskcache; extra == "test"
|
|
24
|
-
Requires-Dist: bokeh; extra == "test"
|
|
25
|
-
Requires-Dist: sentence_transformers; extra == "test"
|
|
26
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
27
|
-
Requires-Dist: distributed; extra == "test"
|
|
28
|
-
Requires-Dist: huggingface_hub; extra == "test"
|
|
29
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
30
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
31
12
|
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
32
|
-
Requires-Dist:
|
|
13
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
14
|
+
Requires-Dist: json_repair; extra == "test"
|
|
33
15
|
Requires-Dist: pydantic; extra == "test"
|
|
16
|
+
Requires-Dist: docker; extra == "test"
|
|
17
|
+
Requires-Dist: httpx_retries; extra == "test"
|
|
18
|
+
Requires-Dist: bokeh; extra == "test"
|
|
34
19
|
Requires-Dist: dask[bag]; extra == "test"
|
|
20
|
+
Requires-Dist: faker; extra == "test"
|
|
35
21
|
Requires-Dist: Unidecode; extra == "test"
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
22
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
23
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
39
24
|
Requires-Dist: peft; extra == "test"
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist: regex; extra == "test"
|
|
42
|
-
Requires-Dist: logfire; extra == "test"
|
|
43
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
25
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
44
26
|
Requires-Dist: yamlscript; extra == "test"
|
|
45
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
28
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
29
|
+
Requires-Dist: fastapi; extra == "test"
|
|
30
|
+
Requires-Dist: filetype; extra == "test"
|
|
31
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
32
|
+
Requires-Dist: html2text; extra == "test"
|
|
46
33
|
Requires-Dist: ollama; extra == "test"
|
|
34
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
47
35
|
Requires-Dist: openpyxl; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist:
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
36
|
+
Requires-Dist: logfire; extra == "test"
|
|
37
|
+
Requires-Dist: distributed; extra == "test"
|
|
38
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
39
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
40
|
+
Requires-Dist: diskcache; extra == "test"
|
|
41
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
42
|
+
Requires-Dist: pandas; extra == "test"
|
|
43
|
+
Requires-Dist: setuptools; extra == "test"
|
|
57
44
|
Requires-Dist: tabulate; extra == "test"
|
|
58
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
46
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
59
47
|
Requires-Dist: httpx; extra == "test"
|
|
60
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
49
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
50
|
+
Requires-Dist: openai; extra == "test"
|
|
51
|
+
Requires-Dist: appdirs; extra == "test"
|
|
52
|
+
Requires-Dist: logfire[httpx]; extra == "test"
|
|
53
|
+
Requires-Dist: google-auth; extra == "test"
|
|
54
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
55
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
56
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
57
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
58
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
59
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
61
60
|
Requires-Dist: torchvision; extra == "test"
|
|
62
|
-
Requires-Dist: json_repair; extra == "test"
|
|
63
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
64
61
|
Requires-Dist: torchaudio; extra == "test"
|
|
62
|
+
Requires-Dist: semver; extra == "test"
|
|
63
|
+
Requires-Dist: regex; extra == "test"
|
|
64
|
+
Requires-Dist: flet-video; extra == "test"
|
|
65
65
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
66
66
|
Provides-Extra: yaml
|
|
67
67
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import sys
|
|
1
2
|
from datetime import datetime
|
|
2
3
|
from fnmatch import fnmatch
|
|
3
4
|
from functools import cached_property
|
|
@@ -14,7 +15,7 @@ from fmtr.tools.path_tools.path_tools import FromCallerMixin
|
|
|
14
15
|
class SetupPaths(FromCallerMixin):
|
|
15
16
|
"""
|
|
16
17
|
|
|
17
|
-
Canonical paths for a
|
|
18
|
+
Canonical paths for a repo.
|
|
18
19
|
|
|
19
20
|
"""
|
|
20
21
|
|
|
@@ -89,6 +90,9 @@ class Setup(FromCallerMixin):
|
|
|
89
90
|
AUTHOR = 'Frontmatter'
|
|
90
91
|
AUTHOR_EMAIL = 'innovative.fowler@mask.pro.fmtr.dev'
|
|
91
92
|
|
|
93
|
+
REQUIREMENTS_ARG = 'requirements'
|
|
94
|
+
|
|
95
|
+
|
|
92
96
|
def __init__(self, dependencies, paths=None, console_scripts=None, client=None, do_setup=True, **kwargs):
|
|
93
97
|
|
|
94
98
|
self.kwargs = kwargs
|
|
@@ -97,6 +101,12 @@ class Setup(FromCallerMixin):
|
|
|
97
101
|
dependencies = Dependencies(**dependencies)
|
|
98
102
|
self.dependencies = dependencies
|
|
99
103
|
|
|
104
|
+
requirements_extras = self.get_requirements_extras()
|
|
105
|
+
|
|
106
|
+
if requirements_extras:
|
|
107
|
+
self.print_requirements()
|
|
108
|
+
return
|
|
109
|
+
|
|
100
110
|
if not paths:
|
|
101
111
|
paths = SetupPaths(path=self.from_caller())
|
|
102
112
|
self.paths = paths
|
|
@@ -107,6 +117,25 @@ class Setup(FromCallerMixin):
|
|
|
107
117
|
if do_setup:
|
|
108
118
|
self.setup()
|
|
109
119
|
|
|
120
|
+
def get_requirements_extras(self):
|
|
121
|
+
if self.REQUIREMENTS_ARG not in sys.argv:
|
|
122
|
+
return None
|
|
123
|
+
|
|
124
|
+
extras_str = sys.argv[-1]
|
|
125
|
+
extras = extras_str.split(',')
|
|
126
|
+
return extras
|
|
127
|
+
|
|
128
|
+
def print_requirements(self):
|
|
129
|
+
reqs = []
|
|
130
|
+
reqs += self.dependencies.install
|
|
131
|
+
|
|
132
|
+
for extra in sys.argv[-1].split(','):
|
|
133
|
+
reqs += self.dependencies.extras[extra]
|
|
134
|
+
reqs = '\n'.join(reqs)
|
|
135
|
+
print(reqs)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
110
139
|
def get_entrypoint_path(self, key, value):
|
|
111
140
|
if value:
|
|
112
141
|
return f'{self.name}.{value}:{key}'
|
|
@@ -226,7 +255,7 @@ class Dependencies:
|
|
|
226
255
|
|
|
227
256
|
return values_resolved
|
|
228
257
|
|
|
229
|
-
@
|
|
258
|
+
@cached_property
|
|
230
259
|
def extras(self) -> Dict[str, List[str]]:
|
|
231
260
|
"""
|
|
232
261
|
|
|
@@ -238,7 +267,7 @@ class Dependencies:
|
|
|
238
267
|
resolved[self.ALL] = list(set(chain.from_iterable(resolved.values())))
|
|
239
268
|
return resolved
|
|
240
269
|
|
|
241
|
-
@
|
|
270
|
+
@cached_property
|
|
242
271
|
def install(self):
|
|
243
272
|
return self.resolve_values(self.INSTALL)
|
|
244
273
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.1.22
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmtr.tools
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.22
|
|
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,59 +9,59 @@ 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: tinynetrc; extra == "test"
|
|
13
|
-
Requires-Dist: fastapi; extra == "test"
|
|
14
|
-
Requires-Dist: httpx_retries; extra == "test"
|
|
15
|
-
Requires-Dist: setuptools; extra == "test"
|
|
16
|
-
Requires-Dist: filetype; extra == "test"
|
|
17
|
-
Requires-Dist: faker; extra == "test"
|
|
18
|
-
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
19
|
-
Requires-Dist: pyyaml; extra == "test"
|
|
20
|
-
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
21
|
-
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
22
|
-
Requires-Dist: openai; extra == "test"
|
|
23
|
-
Requires-Dist: diskcache; extra == "test"
|
|
24
|
-
Requires-Dist: bokeh; extra == "test"
|
|
25
|
-
Requires-Dist: sentence_transformers; extra == "test"
|
|
26
|
-
Requires-Dist: pymupdf4llm; extra == "test"
|
|
27
|
-
Requires-Dist: distributed; extra == "test"
|
|
28
|
-
Requires-Dist: huggingface_hub; extra == "test"
|
|
29
|
-
Requires-Dist: deepmerge; extra == "test"
|
|
30
|
-
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
31
12
|
Requires-Dist: google-auth-oauthlib; extra == "test"
|
|
32
|
-
Requires-Dist:
|
|
13
|
+
Requires-Dist: google-auth-httplib2; extra == "test"
|
|
14
|
+
Requires-Dist: json_repair; extra == "test"
|
|
33
15
|
Requires-Dist: pydantic; extra == "test"
|
|
16
|
+
Requires-Dist: docker; extra == "test"
|
|
17
|
+
Requires-Dist: httpx_retries; extra == "test"
|
|
18
|
+
Requires-Dist: bokeh; extra == "test"
|
|
34
19
|
Requires-Dist: dask[bag]; extra == "test"
|
|
20
|
+
Requires-Dist: faker; extra == "test"
|
|
35
21
|
Requires-Dist: Unidecode; extra == "test"
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist: contexttimer; extra == "test"
|
|
22
|
+
Requires-Dist: tokenizers; extra == "test"
|
|
23
|
+
Requires-Dist: sentence_transformers; extra == "test"
|
|
39
24
|
Requires-Dist: peft; extra == "test"
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist: regex; extra == "test"
|
|
42
|
-
Requires-Dist: logfire; extra == "test"
|
|
43
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
25
|
+
Requires-Dist: flet-webview; extra == "test"
|
|
44
26
|
Requires-Dist: yamlscript; extra == "test"
|
|
45
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: dnspython[doh]; extra == "test"
|
|
28
|
+
Requires-Dist: flet[all]; extra == "test"
|
|
29
|
+
Requires-Dist: fastapi; extra == "test"
|
|
30
|
+
Requires-Dist: filetype; extra == "test"
|
|
31
|
+
Requires-Dist: pyyaml; extra == "test"
|
|
32
|
+
Requires-Dist: html2text; extra == "test"
|
|
46
33
|
Requires-Dist: ollama; extra == "test"
|
|
34
|
+
Requires-Dist: transformers[sentencepiece]; extra == "test"
|
|
47
35
|
Requires-Dist: openpyxl; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist:
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist: pydantic-settings; extra == "test"
|
|
36
|
+
Requires-Dist: logfire; extra == "test"
|
|
37
|
+
Requires-Dist: distributed; extra == "test"
|
|
38
|
+
Requires-Dist: deepmerge; extra == "test"
|
|
39
|
+
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
40
|
+
Requires-Dist: diskcache; extra == "test"
|
|
41
|
+
Requires-Dist: pymupdf4llm; extra == "test"
|
|
42
|
+
Requires-Dist: pandas; extra == "test"
|
|
43
|
+
Requires-Dist: setuptools; extra == "test"
|
|
57
44
|
Requires-Dist: tabulate; extra == "test"
|
|
58
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: pydantic-settings; extra == "test"
|
|
46
|
+
Requires-Dist: contexttimer; extra == "test"
|
|
59
47
|
Requires-Dist: httpx; extra == "test"
|
|
60
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: sre_yield; extra == "test"
|
|
49
|
+
Requires-Dist: google-api-python-client; extra == "test"
|
|
50
|
+
Requires-Dist: openai; extra == "test"
|
|
51
|
+
Requires-Dist: appdirs; extra == "test"
|
|
52
|
+
Requires-Dist: logfire[httpx]; extra == "test"
|
|
53
|
+
Requires-Dist: google-auth; extra == "test"
|
|
54
|
+
Requires-Dist: pymupdf; extra == "test"
|
|
55
|
+
Requires-Dist: pydevd-pycharm; extra == "test"
|
|
56
|
+
Requires-Dist: tinynetrc; extra == "test"
|
|
57
|
+
Requires-Dist: logfire[fastapi]; extra == "test"
|
|
58
|
+
Requires-Dist: pytest-cov; extra == "test"
|
|
59
|
+
Requires-Dist: huggingface_hub; extra == "test"
|
|
61
60
|
Requires-Dist: torchvision; extra == "test"
|
|
62
|
-
Requires-Dist: json_repair; extra == "test"
|
|
63
|
-
Requires-Dist: pydantic-ai[logfire,openai]; extra == "test"
|
|
64
61
|
Requires-Dist: torchaudio; extra == "test"
|
|
62
|
+
Requires-Dist: semver; extra == "test"
|
|
63
|
+
Requires-Dist: regex; extra == "test"
|
|
64
|
+
Requires-Dist: flet-video; extra == "test"
|
|
65
65
|
Requires-Dist: uvicorn[standard]; extra == "test"
|
|
66
66
|
Provides-Extra: yaml
|
|
67
67
|
Requires-Dist: yamlscript; extra == "yaml"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.1.21
|
|
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
|
|
@@ -135,59 +135,59 @@ tabulate
|
|
|
135
135
|
openpyxl
|
|
136
136
|
|
|
137
137
|
[test]
|
|
138
|
-
tinynetrc
|
|
139
|
-
fastapi
|
|
140
|
-
httpx_retries
|
|
141
|
-
setuptools
|
|
142
|
-
filetype
|
|
143
|
-
faker
|
|
144
|
-
pydevd-pycharm
|
|
145
|
-
pyyaml
|
|
146
|
-
logfire[fastapi]
|
|
147
|
-
google-auth-httplib2
|
|
148
|
-
openai
|
|
149
|
-
diskcache
|
|
150
|
-
bokeh
|
|
151
|
-
sentence_transformers
|
|
152
|
-
pymupdf4llm
|
|
153
|
-
distributed
|
|
154
|
-
huggingface_hub
|
|
155
|
-
deepmerge
|
|
156
|
-
transformers[sentencepiece]
|
|
157
138
|
google-auth-oauthlib
|
|
158
|
-
|
|
139
|
+
google-auth-httplib2
|
|
140
|
+
json_repair
|
|
159
141
|
pydantic
|
|
142
|
+
docker
|
|
143
|
+
httpx_retries
|
|
144
|
+
bokeh
|
|
160
145
|
dask[bag]
|
|
146
|
+
faker
|
|
161
147
|
Unidecode
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
contexttimer
|
|
148
|
+
tokenizers
|
|
149
|
+
sentence_transformers
|
|
165
150
|
peft
|
|
166
|
-
|
|
167
|
-
regex
|
|
168
|
-
logfire
|
|
169
|
-
pytest-cov
|
|
151
|
+
flet-webview
|
|
170
152
|
yamlscript
|
|
171
|
-
|
|
153
|
+
dnspython[doh]
|
|
154
|
+
flet[all]
|
|
155
|
+
fastapi
|
|
156
|
+
filetype
|
|
157
|
+
pyyaml
|
|
158
|
+
html2text
|
|
172
159
|
ollama
|
|
160
|
+
transformers[sentencepiece]
|
|
173
161
|
openpyxl
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
pydantic-settings
|
|
162
|
+
logfire
|
|
163
|
+
distributed
|
|
164
|
+
deepmerge
|
|
165
|
+
pydantic-ai[logfire,openai]
|
|
166
|
+
diskcache
|
|
167
|
+
pymupdf4llm
|
|
168
|
+
pandas
|
|
169
|
+
setuptools
|
|
183
170
|
tabulate
|
|
184
|
-
|
|
171
|
+
pydantic-settings
|
|
172
|
+
contexttimer
|
|
185
173
|
httpx
|
|
186
|
-
|
|
174
|
+
sre_yield
|
|
175
|
+
google-api-python-client
|
|
176
|
+
openai
|
|
177
|
+
appdirs
|
|
178
|
+
logfire[httpx]
|
|
179
|
+
google-auth
|
|
180
|
+
pymupdf
|
|
181
|
+
pydevd-pycharm
|
|
182
|
+
tinynetrc
|
|
183
|
+
logfire[fastapi]
|
|
184
|
+
pytest-cov
|
|
185
|
+
huggingface_hub
|
|
187
186
|
torchvision
|
|
188
|
-
json_repair
|
|
189
|
-
pydantic-ai[logfire,openai]
|
|
190
187
|
torchaudio
|
|
188
|
+
semver
|
|
189
|
+
regex
|
|
190
|
+
flet-video
|
|
191
191
|
uvicorn[standard]
|
|
192
192
|
|
|
193
193
|
[tokenization]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|