bluer-objects 6.229.1__tar.gz → 6.231.1__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 bluer-objects might be problematic. Click here for more details.
- {bluer_objects-6.229.1/bluer_objects.egg-info → bluer_objects-6.231.1}/PKG-INFO +2 -2
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/README.md +1 -1
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/__init__.py +1 -1
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/storage/WebDAV.py +3 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/storage/WebDAVrequest.py +4 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/storage/WebDAVzip.py +5 -2
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/storage/__init__.py +3 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/storage/base.py +8 -1
- bluer_objects-6.231.1/bluer_objects/storage/policies.py +7 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/storage/s3.py +9 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1/bluer_objects.egg-info}/PKG-INFO +2 -2
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects.egg-info/SOURCES.txt +1 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/LICENSE +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/MANIFEST.in +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/abcli.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/actions.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/aka.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/alias.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/bluer_objects.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/clone.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/create_test_asset.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/download.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/file.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/gif.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/host.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/ls.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/metadata/get.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/metadata/post.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/metadata.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/browse.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/cache.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/deploy.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/list_registered_models.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/lock/lock.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/lock/unlock.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/lock.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/log_artifacts.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/log_run.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/run.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/tags/clone.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/tags/get.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/tags/search.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/tags/set.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/tags.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/test.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/transition.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/object.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/select.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage/clear.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage/download_file.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage/exists.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage/list.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage/rm.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage/status.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/README.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/clone.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/create_test_asset.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/gif.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/help.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/host.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/ls.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/metadata.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/mlflow_cache.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/mlflow_lock.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/mlflow_logging.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/mlflow_tags.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/mlflow_test.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/storage_public_upload.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/storage_upload_download.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/version.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/web_is_accessible.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/web_where_am_ai.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/upload.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/url.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/web/is_accessible.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/web/where_am_i.sh +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/README/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/README/functions.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/README/items.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/README/utils.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/config.env +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/env.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/file/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/file/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/file/classes.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/file/functions.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/file/load.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/file/save.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/graphics/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/graphics/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/graphics/frame.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/graphics/gif.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/graphics/screen.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/graphics/signature.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/graphics/text.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/clone.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/create_test_asset.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/download.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/functions.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/gif.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/host.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/ls.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/metadata.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/mlflow/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/mlflow/cache.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/mlflow/lock.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/mlflow/tags.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/upload.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/help/web.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/host/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/host/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/host/functions.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/logger/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/logger/image.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/logger/matrix.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/markdown.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/metadata/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/metadata/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/metadata/enums.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/metadata/get.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/metadata/post.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/cache.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/lock/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/lock/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/lock/functions.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/logging.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/models.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/objects.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/runs.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/tags.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/mlflow/testing.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/objects.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/path.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/sample.env +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/storage/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/testing/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/testing/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/testing/functions.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_README.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_env.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_file_download.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_file_load_save.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_file_load_save_text.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_fullname.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_graphics.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_graphics_frame.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_graphics_gif.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_graphics_screen.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_graphics_signature.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_graphics_text.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_log_image_grid.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_logger.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_logger_matrix.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_markdown.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_metadata.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_mlflow.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_mlflow_lock.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_objects.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_path.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_storage.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_storage_base.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_storage_s3.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_storage_webdav_request.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_storage_webdav_zip.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_testing.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_version.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_web_is_accessible.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/urls.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/web/__init__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/web/__main__.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/web/functions.py +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects.egg-info/dependency_links.txt +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects.egg-info/requires.txt +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects.egg-info/top_level.txt +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/pyproject.toml +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/requirements.txt +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/setup.cfg +0 -0
- {bluer_objects-6.229.1 → bluer_objects-6.231.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_objects
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.231.1
|
|
4
4
|
Summary: 🌀 Object management in Bash.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-objects
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -64,6 +64,6 @@ pip install bluer-objects
|
|
|
64
64
|
|
|
65
65
|
[](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-objects/) [](https://pypistats.org/packages/bluer-objects)
|
|
66
66
|
|
|
67
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
67
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.231.1`](https://github.com/kamangir/bluer-objects).
|
|
68
68
|
|
|
69
69
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -30,4 +30,4 @@ pip install bluer-objects
|
|
|
30
30
|
|
|
31
31
|
[](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-objects/) [](https://pypistats.org/packages/bluer-objects)
|
|
32
32
|
|
|
33
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
33
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.231.1`](https://github.com/kamangir/bluer-objects).
|
|
@@ -4,6 +4,7 @@ from webdav3.client import Client
|
|
|
4
4
|
from bluer_objects.storage.base import StorageInterface
|
|
5
5
|
from bluer_objects import env, file, path
|
|
6
6
|
from bluer_objects import objects
|
|
7
|
+
from bluer_objects.storage.policies import DownloadPolicy
|
|
7
8
|
from bluer_objects.logger import logger
|
|
8
9
|
|
|
9
10
|
|
|
@@ -56,6 +57,7 @@ class WebDAVInterface(StorageInterface):
|
|
|
56
57
|
object_name: str,
|
|
57
58
|
filename: str = "",
|
|
58
59
|
log: bool = True,
|
|
60
|
+
policy: DownloadPolicy = DownloadPolicy.NONE,
|
|
59
61
|
) -> bool:
|
|
60
62
|
local_path = objects.path_of(
|
|
61
63
|
object_name=object_name,
|
|
@@ -80,6 +82,7 @@ class WebDAVInterface(StorageInterface):
|
|
|
80
82
|
object_name=object_name,
|
|
81
83
|
filename=filename,
|
|
82
84
|
log=log,
|
|
85
|
+
policy=policy,
|
|
83
86
|
)
|
|
84
87
|
|
|
85
88
|
def upload(
|
|
@@ -8,6 +8,7 @@ from tqdm import tqdm
|
|
|
8
8
|
from bluer_objects.storage.base import StorageInterface
|
|
9
9
|
from bluer_objects import env, file, path
|
|
10
10
|
from bluer_objects import objects
|
|
11
|
+
from bluer_objects.storage.policies import DownloadPolicy
|
|
11
12
|
from bluer_objects.logger import logger
|
|
12
13
|
|
|
13
14
|
|
|
@@ -136,6 +137,7 @@ class WebDAVRequestInterface(StorageInterface):
|
|
|
136
137
|
object_name: str,
|
|
137
138
|
filename: str = "",
|
|
138
139
|
log: bool = True,
|
|
140
|
+
policy: DownloadPolicy = DownloadPolicy.NONE,
|
|
139
141
|
) -> bool:
|
|
140
142
|
if filename:
|
|
141
143
|
local_path = objects.path_of(
|
|
@@ -176,6 +178,7 @@ class WebDAVRequestInterface(StorageInterface):
|
|
|
176
178
|
object_name=object_name,
|
|
177
179
|
filename=filename,
|
|
178
180
|
log=log,
|
|
181
|
+
policy=policy,
|
|
179
182
|
)
|
|
180
183
|
|
|
181
184
|
logger.error(f"failed to download: {response.status_code}")
|
|
@@ -193,6 +196,7 @@ class WebDAVRequestInterface(StorageInterface):
|
|
|
193
196
|
object_name=object_name,
|
|
194
197
|
filename=filename_,
|
|
195
198
|
log=log,
|
|
199
|
+
policy=policy,
|
|
196
200
|
):
|
|
197
201
|
return False
|
|
198
202
|
|
|
@@ -5,9 +5,10 @@ from webdav3.client import Client
|
|
|
5
5
|
from tqdm import tqdm
|
|
6
6
|
|
|
7
7
|
from bluer_objects.storage.base import StorageInterface
|
|
8
|
-
from bluer_objects import env
|
|
8
|
+
from bluer_objects import env
|
|
9
9
|
from bluer_objects import objects
|
|
10
|
-
from bluer_objects.host import
|
|
10
|
+
from bluer_objects.host import unzip
|
|
11
|
+
from bluer_objects.storage.policies import DownloadPolicy
|
|
11
12
|
from bluer_objects.logger import logger
|
|
12
13
|
|
|
13
14
|
|
|
@@ -65,6 +66,7 @@ class WebDAVzipInterface(StorageInterface):
|
|
|
65
66
|
object_name: str,
|
|
66
67
|
filename: str = "",
|
|
67
68
|
log: bool = True,
|
|
69
|
+
policy: DownloadPolicy = DownloadPolicy.NONE,
|
|
68
70
|
) -> bool:
|
|
69
71
|
object_path = objects.object_path(
|
|
70
72
|
object_name=object_name,
|
|
@@ -99,6 +101,7 @@ class WebDAVzipInterface(StorageInterface):
|
|
|
99
101
|
return super().download(
|
|
100
102
|
object_name=object_name,
|
|
101
103
|
log=log,
|
|
104
|
+
policy=policy,
|
|
102
105
|
)
|
|
103
106
|
|
|
104
107
|
def ls(
|
|
@@ -5,6 +5,7 @@ from bluer_objects.storage.base import StorageInterface
|
|
|
5
5
|
from bluer_objects.storage.WebDAV import WebDAVInterface
|
|
6
6
|
from bluer_objects.storage.WebDAVrequest import WebDAVRequestInterface
|
|
7
7
|
from bluer_objects.storage.WebDAVzip import WebDAVzipInterface
|
|
8
|
+
from bluer_objects.storage.policies import DownloadPolicy
|
|
8
9
|
from bluer_objects import env
|
|
9
10
|
from bluer_objects.logger import logger
|
|
10
11
|
|
|
@@ -35,11 +36,13 @@ def download(
|
|
|
35
36
|
object_name: str,
|
|
36
37
|
filename: str = "",
|
|
37
38
|
log: bool = True,
|
|
39
|
+
policy: DownloadPolicy = DownloadPolicy.NONE,
|
|
38
40
|
) -> bool:
|
|
39
41
|
return interface.download(
|
|
40
42
|
object_name=object_name,
|
|
41
43
|
filename=filename,
|
|
42
44
|
log=log,
|
|
45
|
+
policy=policy,
|
|
43
46
|
)
|
|
44
47
|
|
|
45
48
|
|
|
@@ -3,6 +3,7 @@ import glob
|
|
|
3
3
|
from typing import Tuple, List
|
|
4
4
|
|
|
5
5
|
from bluer_objects import objects
|
|
6
|
+
from bluer_objects.storage.policies import DownloadPolicy
|
|
6
7
|
from bluer_objects.logger import logger
|
|
7
8
|
|
|
8
9
|
|
|
@@ -18,13 +19,19 @@ class StorageInterface:
|
|
|
18
19
|
object_name: str,
|
|
19
20
|
filename: str = "",
|
|
20
21
|
log: bool = True,
|
|
22
|
+
policy: DownloadPolicy = DownloadPolicy.NONE,
|
|
21
23
|
) -> bool:
|
|
22
24
|
if log:
|
|
23
25
|
logger.info(
|
|
24
|
-
"{}.download {}{}".format(
|
|
26
|
+
"{}.download {}{}{}".format(
|
|
25
27
|
self.__class__.__name__,
|
|
26
28
|
object_name,
|
|
27
29
|
f"/{filename}" if filename else "",
|
|
30
|
+
(
|
|
31
|
+
""
|
|
32
|
+
if policy == DownloadPolicy.NONE
|
|
33
|
+
else " - policy:{}".format(policy.name.lower())
|
|
34
|
+
),
|
|
28
35
|
)
|
|
29
36
|
)
|
|
30
37
|
|
|
@@ -11,6 +11,7 @@ from bluer_objects.storage.base import StorageInterface
|
|
|
11
11
|
from bluer_objects.env import ABCLI_OBJECT_ROOT
|
|
12
12
|
from bluer_objects import env, file, path
|
|
13
13
|
from bluer_objects import objects
|
|
14
|
+
from bluer_objects.storage.policies import DownloadPolicy
|
|
14
15
|
from bluer_objects.logger import logger
|
|
15
16
|
|
|
16
17
|
|
|
@@ -121,6 +122,7 @@ class S3Interface(StorageInterface):
|
|
|
121
122
|
object_name: str,
|
|
122
123
|
filename: str = "",
|
|
123
124
|
log: bool = True,
|
|
125
|
+
policy: DownloadPolicy = DownloadPolicy.NONE,
|
|
124
126
|
) -> bool:
|
|
125
127
|
if filename:
|
|
126
128
|
local_path = objects.path_of(
|
|
@@ -129,6 +131,11 @@ class S3Interface(StorageInterface):
|
|
|
129
131
|
create=True,
|
|
130
132
|
)
|
|
131
133
|
|
|
134
|
+
if policy == DownloadPolicy.DOESNT_EXIST and file.exists(local_path):
|
|
135
|
+
if log:
|
|
136
|
+
logger.info(f"✅ {filename}")
|
|
137
|
+
return True
|
|
138
|
+
|
|
132
139
|
if not path.create(file.path(local_path)):
|
|
133
140
|
return False
|
|
134
141
|
|
|
@@ -160,6 +167,7 @@ class S3Interface(StorageInterface):
|
|
|
160
167
|
object_name=object_name,
|
|
161
168
|
filename=filename,
|
|
162
169
|
log=log,
|
|
170
|
+
policy=policy,
|
|
163
171
|
)
|
|
164
172
|
|
|
165
173
|
success, list_of_files = self.ls(
|
|
@@ -174,6 +182,7 @@ class S3Interface(StorageInterface):
|
|
|
174
182
|
object_name=object_name,
|
|
175
183
|
filename=filename_,
|
|
176
184
|
log=log,
|
|
185
|
+
policy=policy,
|
|
177
186
|
):
|
|
178
187
|
return False
|
|
179
188
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_objects
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.231.1
|
|
4
4
|
Summary: 🌀 Object management in Bash.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-objects
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -64,6 +64,6 @@ pip install bluer-objects
|
|
|
64
64
|
|
|
65
65
|
[](https://github.com/kamangir/bluer-objects/actions/workflows/pylint.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/pytest.yml) [](https://github.com/kamangir/bluer-objects/actions/workflows/bashtest.yml) [](https://pypi.org/project/bluer-objects/) [](https://pypistats.org/packages/bluer-objects)
|
|
66
66
|
|
|
67
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
67
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.231.1`](https://github.com/kamangir/bluer-objects).
|
|
68
68
|
|
|
69
69
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -144,6 +144,7 @@ bluer_objects/storage/WebDAVzip.py
|
|
|
144
144
|
bluer_objects/storage/__init__.py
|
|
145
145
|
bluer_objects/storage/__main__.py
|
|
146
146
|
bluer_objects/storage/base.py
|
|
147
|
+
bluer_objects/storage/policies.py
|
|
147
148
|
bluer_objects/storage/s3.py
|
|
148
149
|
bluer_objects/testing/__init__.py
|
|
149
150
|
bluer_objects/testing/__main__.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/mlflow/log_artifacts.sh
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
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/storage/download_file.sh
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
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/create_test_asset.sh
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
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/mlflow_logging.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/storage_public_upload.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/web_is_accessible.sh
RENAMED
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/.abcli/tests/web_where_am_ai.sh
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_file_load_save_text.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_graphics_signature.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
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_storage_webdav_request.py
RENAMED
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_storage_webdav_zip.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bluer_objects-6.229.1 → bluer_objects-6.231.1}/bluer_objects/tests/test_web_is_accessible.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
|