abstract-hugpy 0.1.332__tar.gz → 0.1.333__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.
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/PKG-INFO +1 -1
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/setup.py +1 -1
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/download_models.py +0 -24
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/get_module.py +0 -2
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/huggingface_api.py +0 -7
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/systemd_units.py +0 -3
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/constants/paths.py +15 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/init_imports.py +4 -2
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/utils.py +0 -12
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy.egg-info/PKG-INFO +1 -1
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/README.md +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/pyproject.toml +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/setup.cfg +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/call_api.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/serve/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/serve/serve.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/serve/serve_cli.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/main.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/models/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/models/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/models/models_config.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/models/models_default.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/models/models_dict.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/_compat.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/chunking.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/constants/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/constants/categories.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/constants/constants.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/constants/hugpy_marker.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/constants/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/module_imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/chat_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/embeded_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/event_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/metadata_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/model_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/runner_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/summarizer_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/task_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/video_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/whisper_schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/chat_context/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/chat_context/chat_context.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/chat_context/context_budget.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/chat_context/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/chat_context/unbounded.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/acquire.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/dispatch.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/embed/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/embed/embed_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/embed/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/falconsai/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/falconsai/falconsai_module.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/falconsai/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/coder.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/coder_guff.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/config.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/generate_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/keywords/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/keywords/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/keywords/keybert_model.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/keywords/keywords_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/chat_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/get.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/base_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/ccp_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/imports/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/imports/config.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/imports/constants.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/imports/init_imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/imports/utils.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/src/python_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/serve.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/testsisiis.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/categories/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/categories/builders.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/categories/frameworks.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/categories/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/model_dict_resolver.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/model_resolver.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/serve.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/serve_cli.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/generation.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/media.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/runner_registration.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/summarize_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/summarizers.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/video/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/video/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/video/video_analyzer.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/schemas.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/utils.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/vision_backends.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/vision_coder.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/vision_runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/constants.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/execute.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/model.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/audio.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/artifacts/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/artifacts/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/artifacts/workspace.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/extract.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/frames/utils.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/files/save.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/model/utils/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/runner.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/whisper_model/src/stream.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/pdfs/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/pdfs/utils.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/seo/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/seo/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/seo/pdf_utils.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/text/__init__.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/text/combined.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/utils/text/imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy.egg-info/SOURCES.txt +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy.egg-info/dependency_links.txt +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy.egg-info/requires.txt +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy.egg-info/top_level.txt +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/tests/test.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/tests/test2.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/tests/test_imports.py +0 -0
- {abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/tests/test_url.py +0 -0
|
@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
4
4
|
long_description = fh.read()
|
|
5
5
|
setuptools.setup(
|
|
6
6
|
name='abstract_hugpy',
|
|
7
|
-
version='0.1.
|
|
7
|
+
version='0.1.333',
|
|
8
8
|
author='putkoff',
|
|
9
9
|
author_email='partners@abstractendeavors.com',
|
|
10
10
|
description='The `abstract_hugpy` module is designed to facilitate hugging face modules',
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/download_models.py
RENAMED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env python3
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
import argparse
|
|
6
|
-
import json
|
|
7
|
-
import os
|
|
8
|
-
import re
|
|
9
|
-
from typing import Any
|
|
10
2
|
from .imports import *
|
|
11
|
-
from huggingface_hub import hf_hub_download, snapshot_download
|
|
12
|
-
|
|
13
|
-
|
|
14
3
|
def safe_path_part(value: str) -> str:
|
|
15
4
|
value = value.strip().replace("\\", "/")
|
|
16
5
|
value = re.sub(r"[^A-Za-z0-9._/\-]+", "_", value)
|
|
@@ -38,20 +27,7 @@ def runtime_folder(framework: str, hub_id: str, include: Any = None, filename: s
|
|
|
38
27
|
return "misc"
|
|
39
28
|
|
|
40
29
|
|
|
41
|
-
def route_destination(root: str = DEFAULT_ROOT, model: dict = None) -> str:
|
|
42
|
-
model = model or {}
|
|
43
|
-
hub_id = model.get("hub_id") or model.get("name") or model.get("folder") or ""
|
|
44
|
-
framework = (model.get("framework") or "").strip()
|
|
45
|
-
task = resolve_task(model)
|
|
46
|
-
hub_path = safe_path_part(hub_id)
|
|
47
|
-
|
|
48
|
-
if task == "dataset":
|
|
49
|
-
return os.path.join(root, "datasets", hub_path)
|
|
50
30
|
|
|
51
|
-
runtime = runtime_folder(framework, hub_id,
|
|
52
|
-
include=model.get("include"),
|
|
53
|
-
filename=model.get("filename"))
|
|
54
|
-
return os.path.join(root, "models", runtime, safe_path_part(task), hub_path)
|
|
55
31
|
|
|
56
32
|
def _clean_repo_id(hub_id: str) -> str:
|
|
57
33
|
"""Strip storage-path routing (family/task/...) back to owner/repo.
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/huggingface_api.py
RENAMED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
import os,json,requests
|
|
2
|
-
from dataclasses import dataclass
|
|
3
|
-
from typing import Optional
|
|
4
|
-
from huggingface_hub import HfApi, snapshot_download
|
|
5
|
-
from huggingface_hub.hf_api import RepoFile
|
|
6
|
-
from huggingface_hub.utils import HfHubHTTPError
|
|
7
1
|
from .imports import *
|
|
8
|
-
from typing import *
|
|
9
2
|
|
|
10
3
|
@dataclass
|
|
11
4
|
class HFAuditRow:
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/constants/paths.py
RENAMED
|
@@ -66,3 +66,18 @@ def is_directory_excluded(directory):
|
|
|
66
66
|
|
|
67
67
|
def exclude_dirs(directories):
|
|
68
68
|
return [d for d in directories if not is_directory_excluded(d)]
|
|
69
|
+
|
|
70
|
+
def route_destination(root: str = DEFAULT_ROOT, model: dict = None) -> str:
|
|
71
|
+
model = model or {}
|
|
72
|
+
hub_id = model.get("hub_id") or model.get("name") or model.get("folder") or ""
|
|
73
|
+
framework = (model.get("framework") or "").strip()
|
|
74
|
+
task = resolve_task(model)
|
|
75
|
+
hub_path = safe_path_part(hub_id)
|
|
76
|
+
|
|
77
|
+
if task == "dataset":
|
|
78
|
+
return os.path.join(root, "datasets", hub_path)
|
|
79
|
+
|
|
80
|
+
runtime = runtime_folder(framework, hub_id,
|
|
81
|
+
include=model.get("include"),
|
|
82
|
+
filename=model.get("filename"))
|
|
83
|
+
return os.path.join(root, "models", runtime, safe_path_part(task), hub_path)
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/init_imports.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
import os,json,re,unicodedata,bs4,urllib,tempfile,copy,uuid,logging
|
|
2
|
+
import os,json,re,unicodedata,bs4,urllib,tempfile,copy,uuid,logging,argparse,json,os,re,requests
|
|
3
3
|
import os.path as osp
|
|
4
4
|
from pydantic import BaseModel, ConfigDict, Field,model_validator
|
|
5
5
|
from dataclasses import dataclass, asdict, field, dataclass, fields,MISSING
|
|
@@ -37,7 +37,9 @@ from abstract_utilities import *
|
|
|
37
37
|
from abstract_webtools import requests,derive_approved_headers_user_agent_session_for_url
|
|
38
38
|
from datetime import datetime, timezone
|
|
39
39
|
from enum import Enum
|
|
40
|
-
from huggingface_hub import HfApi
|
|
40
|
+
from huggingface_hub import hf_hub_download, snapshot_download,HfApi
|
|
41
|
+
from huggingface_hub.hf_api import RepoFile
|
|
42
|
+
from huggingface_hub import HfApi, snapshot_download
|
|
41
43
|
from huggingface_hub.utils import HfHubHTTPError
|
|
42
44
|
logger = get_logFile(__name__)
|
|
43
45
|
|
|
@@ -334,15 +334,3 @@ def resolve_task(model: dict) -> str:
|
|
|
334
334
|
return tasks[0] if isinstance(tasks, list) else tasks
|
|
335
335
|
return model.get("task") or "misc"
|
|
336
336
|
|
|
337
|
-
def route_destination(root: str, model: dict) -> str:
|
|
338
|
-
hub_id = model.get("hub_id") or model.get("name") or model.get("folder") or ""
|
|
339
|
-
framework = (model.get("framework") or "").strip()
|
|
340
|
-
task = resolve_task(model)
|
|
341
|
-
return destination_for_model(
|
|
342
|
-
hub_id=hub_id,
|
|
343
|
-
framework=framework,
|
|
344
|
-
primary_task=task,
|
|
345
|
-
include=model.get("include"),
|
|
346
|
-
filename=model.get("filename"),
|
|
347
|
-
repo_type="dataset" if task == "dataset" else "model",
|
|
348
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/call_api.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/serve/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/serve/serve.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/apis/serve/serve_cli.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/config/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/chunking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/module_imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/imports/src/schemas/imports.py
RENAMED
|
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
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/acquire.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/dispatch.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/dispatch/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/embed/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/embed/embed_runner.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/embed/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/falconsai/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/falconsai/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/coder.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/coder_guff.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/config.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/generate/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/keywords/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/keywords/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/runners/get.py
RENAMED
|
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
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/serve.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/llama/testsisiis.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/resolvers/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/serve.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/serve/serve_cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/summarizers/media.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/video/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/video/imports.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/__init__.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/imports.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/schemas.py
RENAMED
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy/managers/vision/vision_coder.py
RENAMED
|
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
|
{abstract_hugpy-0.1.332 → abstract_hugpy-0.1.333}/src/abstract_hugpy.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|