bluer-objects 6.274.1__tar.gz → 6.282.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.274.1/bluer_objects.egg-info → bluer_objects-6.282.1}/PKG-INFO +3 -2
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/README.md +2 -1
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/alias.sh +2 -0
- bluer_objects-6.282.1/bluer_objects/.abcli/assets/cd.sh +20 -0
- bluer_objects-6.282.1/bluer_objects/.abcli/assets/mv.sh +34 -0
- bluer_objects-6.282.1/bluer_objects/.abcli/assets/publish.sh +37 -0
- bluer_objects-6.282.1/bluer_objects/.abcli/assets.sh +15 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/help.sh +5 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/README/__init__.py +22 -11
- bluer_objects-6.282.1/bluer_objects/README/consts.py +21 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/README/functions.py +2 -1
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/__init__.py +1 -1
- bluer_objects-6.282.1/bluer_objects/assets/__main__.py +57 -0
- bluer_objects-6.282.1/bluer_objects/assets/functions.py +62 -0
- bluer_objects-6.282.1/bluer_objects/help/assets.py +96 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/functions.py +2 -0
- bluer_objects-6.282.1/bluer_objects/tests/__init__.py +0 -0
- bluer_objects-6.282.1/bluer_objects/tests/test_README_assets.py +35 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1/bluer_objects.egg-info}/PKG-INFO +3 -2
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects.egg-info/SOURCES.txt +10 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/setup.py +1 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/LICENSE +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/MANIFEST.in +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/abcli.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/actions.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/aka.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/bluer_objects.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/clone.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/create_test_asset.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/download.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/file.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/gif.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/host.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/ls.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/metadata/get.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/metadata/post.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/metadata.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/browse.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/cache.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/deploy.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/list_registered_models.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/lock/lock.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/lock/unlock.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/lock.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/log_artifacts.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/log_run.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/run.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/tags/clone.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/tags/get.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/tags/search.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/tags/set.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/tags.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/test.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow/transition.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/mlflow.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/object.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/select.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/storage/clear.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/storage/status.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/storage.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/README.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/clone.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/create_test_asset.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/gif.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/host.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/ls.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/metadata.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/mlflow_cache.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/mlflow_lock.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/mlflow_logging.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/mlflow_tags.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/mlflow_test.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/open.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/open_gif_open.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/storage_public_upload.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/storage_upload_download.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/version.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/web_is_accessible.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/tests/web_where_am_ai.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/upload.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/url.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/web/is_accessible.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/.abcli/web/where_am_i.sh +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/README/items.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/README/utils.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/__main__.py +0 -0
- {bluer_objects-6.274.1/bluer_objects/help → bluer_objects-6.282.1/bluer_objects/assets}/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/config.env +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/env.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/file/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/file/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/file/classes.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/file/functions.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/file/load.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/file/save.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/graphics/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/graphics/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/graphics/frame.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/graphics/gif.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/graphics/screen.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/graphics/signature.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/graphics/text.py +0 -0
- {bluer_objects-6.274.1/bluer_objects/tests → bluer_objects-6.282.1/bluer_objects/help}/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/clone.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/create_test_asset.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/download.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/gif.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/host.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/ls.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/metadata.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/mlflow/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/mlflow/cache.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/mlflow/lock.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/mlflow/tags.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/upload.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/help/web.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/host/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/host/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/host/functions.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/logger/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/logger/image.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/logger/matrix.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/markdown.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/metadata/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/metadata/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/metadata/enums.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/metadata/flatten.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/metadata/get.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/metadata/post.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/cache.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/lock/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/lock/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/lock/functions.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/logging.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/models.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/objects.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/runs.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/tags.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/mlflow/testing.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/objects.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/path.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/sample.env +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/WebDAV.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/WebDAVrequest.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/WebDAVzip.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/base.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/policies.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/storage/s3.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/testing/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/testing/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/testing/functions.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_README.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_env.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_file_download.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_file_load_save.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_file_load_save_text.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_fullname.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_graphics.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_graphics_frame.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_graphics_gif.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_graphics_screen.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_graphics_signature.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_graphics_text.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_log_image_grid.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_logger.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_logger_matrix.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_markdown.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_metadata.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_metadata_flatten.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_mlflow.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_mlflow_lock.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_objects.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_path.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_storage.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_storage_base.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_storage_s3.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_storage_webdav_request.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_storage_webdav_zip.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_testing.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_version.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/tests/test_web_is_accessible.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/urls.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/web/__init__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/web/__main__.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects/web/functions.py +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects.egg-info/dependency_links.txt +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects.egg-info/requires.txt +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/bluer_objects.egg-info/top_level.txt +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/pyproject.toml +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/requirements.txt +0 -0
- {bluer_objects-6.274.1 → bluer_objects-6.282.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_objects
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.282.1
|
|
4
4
|
Summary: 🌀 Object management in Bash.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-objects
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -46,6 +46,7 @@ pip install bluer-objects
|
|
|
46
46
|
|
|
47
47
|
# aliases
|
|
48
48
|
|
|
49
|
+
[@assets](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/assets.md),
|
|
49
50
|
[@clone](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/clone.md),
|
|
50
51
|
[@download](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/download.md),
|
|
51
52
|
[@gif](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/gif.md),
|
|
@@ -64,6 +65,6 @@ pip install bluer-objects
|
|
|
64
65
|
|
|
65
66
|
[](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
67
|
|
|
67
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
68
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.282.1`](https://github.com/kamangir/bluer-objects).
|
|
68
69
|
|
|
69
70
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -12,6 +12,7 @@ pip install bluer-objects
|
|
|
12
12
|
|
|
13
13
|
# aliases
|
|
14
14
|
|
|
15
|
+
[@assets](./bluer_objects/docs/aliases/assets.md),
|
|
15
16
|
[@clone](./bluer_objects/docs/aliases/clone.md),
|
|
16
17
|
[@download](./bluer_objects/docs/aliases/download.md),
|
|
17
18
|
[@gif](./bluer_objects/docs/aliases/gif.md),
|
|
@@ -30,4 +31,4 @@ pip install bluer-objects
|
|
|
30
31
|
|
|
31
32
|
[](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
33
|
|
|
33
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
34
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.282.1`](https://github.com/kamangir/bluer-objects).
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
#! /usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
function bluer_objects_assets_cd() {
|
|
4
|
+
local options=$1
|
|
5
|
+
local do_create=$(bluer_ai_option_int "$options" create 0)
|
|
6
|
+
local volume=$(bluer_ai_option "$options" vol)
|
|
7
|
+
|
|
8
|
+
local path=$2
|
|
9
|
+
path=$abcli_path_git/assets$volume/$path
|
|
10
|
+
|
|
11
|
+
if [[ "$do_create" == 1 ]]; then
|
|
12
|
+
mkdir -pv $path
|
|
13
|
+
[[ $? -ne 0 ]] && return 1
|
|
14
|
+
fi
|
|
15
|
+
|
|
16
|
+
cd $path
|
|
17
|
+
[[ $? -ne 0 ]] && return 1
|
|
18
|
+
|
|
19
|
+
bluer_ai_log "🔗 $path"
|
|
20
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
#! /usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
function bluer_objects_assets_mv() {
|
|
4
|
+
local options=$1
|
|
5
|
+
local do_create=$(bluer_ai_option_int "$options" create 0)
|
|
6
|
+
local extension=$(bluer_ai_option "$options" extension jpg)
|
|
7
|
+
local volume=$(bluer_ai_option "$options" vol)
|
|
8
|
+
|
|
9
|
+
local path=$2
|
|
10
|
+
path=$abcli_path_git/assets$volume/$path
|
|
11
|
+
|
|
12
|
+
if [[ "$do_create" == 1 ]]; then
|
|
13
|
+
mkdir -pv $path
|
|
14
|
+
[[ $? -ne 0 ]] && return 1
|
|
15
|
+
fi
|
|
16
|
+
|
|
17
|
+
bluer_ai_log "Downloads/.$extension -> assets$volume/path"
|
|
18
|
+
|
|
19
|
+
mv -v \
|
|
20
|
+
$HOME/Downloads/*.$extension \
|
|
21
|
+
$path
|
|
22
|
+
[[ $? -ne 0 ]] && return 1
|
|
23
|
+
|
|
24
|
+
local push_options=$3
|
|
25
|
+
local do_push=$(bluer_ai_option_int "$push_options" push 0)
|
|
26
|
+
[[ "$do_push" == 0 ]] &&
|
|
27
|
+
return 0
|
|
28
|
+
|
|
29
|
+
bluer_ai_git \
|
|
30
|
+
assets$volume \
|
|
31
|
+
push \
|
|
32
|
+
"$path += " \
|
|
33
|
+
$push_options
|
|
34
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
#! /usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
function bluer_objects_assets_publish() {
|
|
4
|
+
local options=$1
|
|
5
|
+
|
|
6
|
+
local do_download=$(bluer_ai_option_int "$options" download 0)
|
|
7
|
+
local do_pull=$(bluer_ai_option_int "$options" pull 1)
|
|
8
|
+
local do_push=$(bluer_ai_option_int "$options" push 0)
|
|
9
|
+
local extensions=$(bluer_ai_option "$options" extensions png)
|
|
10
|
+
|
|
11
|
+
[[ "$do_pull" == 1 ]] &&
|
|
12
|
+
bluer_ai_git \
|
|
13
|
+
assets \
|
|
14
|
+
pull \
|
|
15
|
+
~all
|
|
16
|
+
|
|
17
|
+
local object_name=$(bluer_ai_clarify_object $2 .)
|
|
18
|
+
|
|
19
|
+
[[ "$do_download" == 1 ]] &&
|
|
20
|
+
bluer_objects_download - $object_name
|
|
21
|
+
|
|
22
|
+
bluer_ai_eval dryrun=$do_dryrun \
|
|
23
|
+
python3 -m bluer_objects.assets \
|
|
24
|
+
publish \
|
|
25
|
+
--object_name $object_name \
|
|
26
|
+
--extensions $extensions \
|
|
27
|
+
"${@:3}"
|
|
28
|
+
[[ $? -ne 0 ]] && return 1
|
|
29
|
+
|
|
30
|
+
[[ "$do_push" == 1 ]] &&
|
|
31
|
+
bluer_ai_git \
|
|
32
|
+
assets \
|
|
33
|
+
push \
|
|
34
|
+
"$object_name update."
|
|
35
|
+
|
|
36
|
+
return 0
|
|
37
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#! /usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
function bluer_objects_assets() {
|
|
4
|
+
local task=$1
|
|
5
|
+
|
|
6
|
+
local function_name=bluer_objects_assets_$task
|
|
7
|
+
if [[ $(type -t $function_name) == "function" ]]; then
|
|
8
|
+
$function_name "${@:2}"
|
|
9
|
+
return
|
|
10
|
+
fi
|
|
11
|
+
|
|
12
|
+
python3 -m bluer_objects.assets "$@"
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
bluer_ai_source_caller_suffix_path /assets
|
|
@@ -30,18 +30,29 @@ def build_me() -> bool:
|
|
|
30
30
|
),
|
|
31
31
|
)
|
|
32
32
|
for path in [
|
|
33
|
+
"../docs/aliases",
|
|
34
|
+
"../docs",
|
|
33
35
|
"../..",
|
|
34
36
|
".",
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"../docs/aliases/
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
37
|
+
]
|
|
38
|
+
+ [
|
|
39
|
+
f"../docs/aliases/{alias}.md"
|
|
40
|
+
for alias in [
|
|
41
|
+
"assets",
|
|
42
|
+
"clone",
|
|
43
|
+
"download",
|
|
44
|
+
"gif",
|
|
45
|
+
"host",
|
|
46
|
+
"ls",
|
|
47
|
+
"metadata",
|
|
48
|
+
"mlflow",
|
|
49
|
+
"upload",
|
|
50
|
+
]
|
|
51
|
+
]
|
|
52
|
+
+ [
|
|
53
|
+
f"../mlflow/{module_name}"
|
|
54
|
+
for module_name in [
|
|
55
|
+
"lock",
|
|
56
|
+
]
|
|
46
57
|
]
|
|
47
58
|
)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
from typing import Union
|
|
2
|
+
|
|
3
|
+
github_kamangir = "https://github.com/kamangir"
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
def asset_volume(volume: Union[str, int] = "") -> str:
|
|
7
|
+
return f"{github_kamangir}/assets{str(volume)}/raw/main"
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
assets = asset_volume(volume="")
|
|
11
|
+
assets2 = asset_volume(volume="2")
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def assets_path(
|
|
15
|
+
suffix: str,
|
|
16
|
+
volume: Union[str, int] = "",
|
|
17
|
+
) -> str:
|
|
18
|
+
return "{}/{}".format(
|
|
19
|
+
asset_volume(volume=volume),
|
|
20
|
+
suffix,
|
|
21
|
+
)
|
|
@@ -42,6 +42,7 @@ def build(
|
|
|
42
42
|
help_function: Union[Callable[[List[str]], str], None] = None,
|
|
43
43
|
legacy_mode: bool = True,
|
|
44
44
|
assets_repo: str = "kamangir/assets",
|
|
45
|
+
download: bool = True,
|
|
45
46
|
) -> bool:
|
|
46
47
|
if path:
|
|
47
48
|
if path.endswith(".md"):
|
|
@@ -103,7 +104,7 @@ def build(
|
|
|
103
104
|
object_name,
|
|
104
105
|
key,
|
|
105
106
|
{},
|
|
106
|
-
download=
|
|
107
|
+
download=download,
|
|
107
108
|
)
|
|
108
109
|
|
|
109
110
|
logger.info(f"metadata[{object_name_and_key}] = {value}")
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import argparse
|
|
2
|
+
|
|
3
|
+
from blueness import module
|
|
4
|
+
from blueness.argparse.generic import sys_exit
|
|
5
|
+
|
|
6
|
+
from bluer_objects import NAME
|
|
7
|
+
from bluer_objects.assets.functions import publish
|
|
8
|
+
from bluer_objects.logger import logger
|
|
9
|
+
|
|
10
|
+
NAME = module.name(__file__, NAME)
|
|
11
|
+
|
|
12
|
+
parser = argparse.ArgumentParser(NAME)
|
|
13
|
+
parser.add_argument(
|
|
14
|
+
"task",
|
|
15
|
+
type=str,
|
|
16
|
+
help="publish",
|
|
17
|
+
)
|
|
18
|
+
parser.add_argument(
|
|
19
|
+
"--arg",
|
|
20
|
+
type=bool,
|
|
21
|
+
default=0,
|
|
22
|
+
help="0|1",
|
|
23
|
+
)
|
|
24
|
+
parser.add_argument(
|
|
25
|
+
"--object_name",
|
|
26
|
+
type=str,
|
|
27
|
+
)
|
|
28
|
+
parser.add_argument(
|
|
29
|
+
"--extensions",
|
|
30
|
+
type=str,
|
|
31
|
+
default="png",
|
|
32
|
+
help="png+txt",
|
|
33
|
+
)
|
|
34
|
+
parser.add_argument(
|
|
35
|
+
"--prefix",
|
|
36
|
+
type=str,
|
|
37
|
+
default="",
|
|
38
|
+
)
|
|
39
|
+
parser.add_argument(
|
|
40
|
+
"--asset_name",
|
|
41
|
+
type=str,
|
|
42
|
+
default="",
|
|
43
|
+
)
|
|
44
|
+
args = parser.parse_args()
|
|
45
|
+
|
|
46
|
+
success = False
|
|
47
|
+
if args.task == "publish":
|
|
48
|
+
success = publish(
|
|
49
|
+
object_name=args.object_name,
|
|
50
|
+
list_of_extensions=args.extensions.split("+"),
|
|
51
|
+
prefix=args.prefix,
|
|
52
|
+
asset_name=args.asset_name,
|
|
53
|
+
)
|
|
54
|
+
else:
|
|
55
|
+
success = None
|
|
56
|
+
|
|
57
|
+
sys_exit(logger, NAME, args.task, success)
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import os
|
|
2
|
+
from typing import List
|
|
3
|
+
import glob
|
|
4
|
+
from tqdm import tqdm
|
|
5
|
+
|
|
6
|
+
from blueness import module
|
|
7
|
+
|
|
8
|
+
from bluer_objects import objects, file
|
|
9
|
+
from bluer_objects.env import abcli_path_git
|
|
10
|
+
from bluer_objects import NAME
|
|
11
|
+
from bluer_objects.logger import logger
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
NAME = module.name(__file__, NAME)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def publish(
|
|
18
|
+
object_name: str,
|
|
19
|
+
list_of_extensions: List[str],
|
|
20
|
+
prefix: str = "",
|
|
21
|
+
asset_name: str = "",
|
|
22
|
+
log: bool = True,
|
|
23
|
+
) -> bool:
|
|
24
|
+
if not asset_name:
|
|
25
|
+
asset_name = object_name
|
|
26
|
+
logger.info(
|
|
27
|
+
"{}.publish: {}/{}.* for {} -> {}".format(
|
|
28
|
+
NAME,
|
|
29
|
+
object_name,
|
|
30
|
+
prefix,
|
|
31
|
+
", ".join(list_of_extensions),
|
|
32
|
+
asset_name,
|
|
33
|
+
)
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
for extension in tqdm(list_of_extensions):
|
|
37
|
+
for filename in glob.glob(
|
|
38
|
+
objects.path_of(
|
|
39
|
+
filename=f"{prefix}*.{extension}",
|
|
40
|
+
object_name=object_name,
|
|
41
|
+
)
|
|
42
|
+
):
|
|
43
|
+
published_filename = os.path.join(
|
|
44
|
+
abcli_path_git,
|
|
45
|
+
"assets",
|
|
46
|
+
asset_name,
|
|
47
|
+
file.name_and_extension(filename).replace(
|
|
48
|
+
object_name,
|
|
49
|
+
asset_name,
|
|
50
|
+
),
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
if not file.copy(
|
|
54
|
+
filename,
|
|
55
|
+
published_filename,
|
|
56
|
+
log=log,
|
|
57
|
+
):
|
|
58
|
+
return False
|
|
59
|
+
|
|
60
|
+
logger.info(f"🔗 https://github.com/kamangir/assets/tree/main/{asset_name}")
|
|
61
|
+
|
|
62
|
+
return True
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
from typing import List
|
|
2
|
+
|
|
3
|
+
from bluer_options.terminal import show_usage, xtra
|
|
4
|
+
from bluer_ai.help.git import push_options
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def help_cd(
|
|
8
|
+
tokens: List[str],
|
|
9
|
+
mono: bool,
|
|
10
|
+
) -> str:
|
|
11
|
+
options = "".join(
|
|
12
|
+
[
|
|
13
|
+
xtra("create,", mono=mono),
|
|
14
|
+
"vol=<2>",
|
|
15
|
+
]
|
|
16
|
+
)
|
|
17
|
+
|
|
18
|
+
return show_usage(
|
|
19
|
+
[
|
|
20
|
+
"@assets",
|
|
21
|
+
"cd",
|
|
22
|
+
f"[{options}]",
|
|
23
|
+
"[<path>]",
|
|
24
|
+
],
|
|
25
|
+
"cd assets volume.",
|
|
26
|
+
mono=mono,
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def help_mv(
|
|
31
|
+
tokens: List[str],
|
|
32
|
+
mono: bool,
|
|
33
|
+
) -> str:
|
|
34
|
+
options = "".join(
|
|
35
|
+
[
|
|
36
|
+
xtra("create,", mono=mono),
|
|
37
|
+
"extension=<png>,vol=<2>",
|
|
38
|
+
]
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
return show_usage(
|
|
42
|
+
[
|
|
43
|
+
"@assets",
|
|
44
|
+
"mv",
|
|
45
|
+
f"[{options}]",
|
|
46
|
+
"[<path>]",
|
|
47
|
+
"[push,{}]".format(
|
|
48
|
+
push_options(
|
|
49
|
+
mono=mono,
|
|
50
|
+
uses_actions=False,
|
|
51
|
+
uses_pull_request=False,
|
|
52
|
+
uses_workflows=False,
|
|
53
|
+
)
|
|
54
|
+
),
|
|
55
|
+
],
|
|
56
|
+
"mv assets to volume.",
|
|
57
|
+
mono=mono,
|
|
58
|
+
)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def help_publish(
|
|
62
|
+
tokens: List[str],
|
|
63
|
+
mono: bool,
|
|
64
|
+
) -> str:
|
|
65
|
+
options = "".join(
|
|
66
|
+
[
|
|
67
|
+
xtra("download,", mono=mono),
|
|
68
|
+
"extensions=<png+txt>",
|
|
69
|
+
xtra(",~pull,", mono=mono),
|
|
70
|
+
"push",
|
|
71
|
+
]
|
|
72
|
+
)
|
|
73
|
+
|
|
74
|
+
args = [
|
|
75
|
+
"[--asset_name <other-object-name>]",
|
|
76
|
+
"[--prefix <prefix>]",
|
|
77
|
+
]
|
|
78
|
+
|
|
79
|
+
return show_usage(
|
|
80
|
+
[
|
|
81
|
+
"@assets",
|
|
82
|
+
"publish",
|
|
83
|
+
f"[{options}]",
|
|
84
|
+
"[.|<object-name>]",
|
|
85
|
+
]
|
|
86
|
+
+ args,
|
|
87
|
+
"<object-name>/<prefix> -> assets.",
|
|
88
|
+
mono=mono,
|
|
89
|
+
)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
help_functions = {
|
|
93
|
+
"cd": help_cd,
|
|
94
|
+
"mv": help_mv,
|
|
95
|
+
"publish": help_publish,
|
|
96
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from bluer_ai.help.generic import help_functions as generic_help_functions
|
|
2
2
|
|
|
3
3
|
from bluer_objects import ALIAS
|
|
4
|
+
from bluer_objects.help.assets import help_functions as help_assets
|
|
4
5
|
from bluer_objects.help.clone import help_clone
|
|
5
6
|
from bluer_objects.help.create_test_asset import help_create_test_asset
|
|
6
7
|
from bluer_objects.help.download import help_download
|
|
@@ -16,6 +17,7 @@ help_functions = generic_help_functions(plugin_name=ALIAS)
|
|
|
16
17
|
|
|
17
18
|
help_functions.update(
|
|
18
19
|
{
|
|
20
|
+
"assets": help_assets,
|
|
19
21
|
"clone": help_clone,
|
|
20
22
|
"create_test_asset": help_create_test_asset,
|
|
21
23
|
"download": help_download,
|
|
File without changes
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
from bluer_objects.README.consts import assets_path, asset_volume
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@pytest.mark.parametrize(
|
|
6
|
+
["suffix"],
|
|
7
|
+
[
|
|
8
|
+
["this"],
|
|
9
|
+
["that/which"],
|
|
10
|
+
],
|
|
11
|
+
)
|
|
12
|
+
@pytest.mark.parametrize(
|
|
13
|
+
["volume"],
|
|
14
|
+
[
|
|
15
|
+
[""],
|
|
16
|
+
["2"],
|
|
17
|
+
[2],
|
|
18
|
+
],
|
|
19
|
+
)
|
|
20
|
+
def test_README_assets(
|
|
21
|
+
suffix: str,
|
|
22
|
+
volume: str,
|
|
23
|
+
):
|
|
24
|
+
volume_path = asset_volume(volume=volume)
|
|
25
|
+
assert isinstance(volume_path, str)
|
|
26
|
+
assert volume_path.endswith(volume_path)
|
|
27
|
+
|
|
28
|
+
path = assets_path(
|
|
29
|
+
suffix=suffix,
|
|
30
|
+
volume=volume,
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
assert isinstance(path, str)
|
|
34
|
+
assert path.endswith(suffix)
|
|
35
|
+
assert volume_path in path
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bluer_objects
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.282.1
|
|
4
4
|
Summary: 🌀 Object management in Bash.
|
|
5
5
|
Home-page: https://github.com/kamangir/bluer-objects
|
|
6
6
|
Author: Arash Abadpour (Kamangir)
|
|
@@ -46,6 +46,7 @@ pip install bluer-objects
|
|
|
46
46
|
|
|
47
47
|
# aliases
|
|
48
48
|
|
|
49
|
+
[@assets](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/assets.md),
|
|
49
50
|
[@clone](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/clone.md),
|
|
50
51
|
[@download](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/download.md),
|
|
51
52
|
[@gif](https://github.com/kamangir/bluer-objects/blob/main/bluer_objects/docs/aliases/gif.md),
|
|
@@ -64,6 +65,6 @@ pip install bluer-objects
|
|
|
64
65
|
|
|
65
66
|
[](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
67
|
|
|
67
|
-
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.
|
|
68
|
+
built by 🌀 [`bluer README`](https://github.com/kamangir/bluer-objects/tree/main/bluer_objects/README), based on 🌀 [`bluer_objects-6.282.1`](https://github.com/kamangir/bluer-objects).
|
|
68
69
|
|
|
69
70
|
built by 🌀 [`blueness-3.118.1`](https://github.com/kamangir/blueness).
|
|
@@ -22,6 +22,7 @@ bluer_objects/.abcli/abcli.sh
|
|
|
22
22
|
bluer_objects/.abcli/actions.sh
|
|
23
23
|
bluer_objects/.abcli/aka.sh
|
|
24
24
|
bluer_objects/.abcli/alias.sh
|
|
25
|
+
bluer_objects/.abcli/assets.sh
|
|
25
26
|
bluer_objects/.abcli/bluer_objects.sh
|
|
26
27
|
bluer_objects/.abcli/clone.sh
|
|
27
28
|
bluer_objects/.abcli/create_test_asset.sh
|
|
@@ -37,6 +38,9 @@ bluer_objects/.abcli/select.sh
|
|
|
37
38
|
bluer_objects/.abcli/storage.sh
|
|
38
39
|
bluer_objects/.abcli/upload.sh
|
|
39
40
|
bluer_objects/.abcli/url.sh
|
|
41
|
+
bluer_objects/.abcli/assets/cd.sh
|
|
42
|
+
bluer_objects/.abcli/assets/mv.sh
|
|
43
|
+
bluer_objects/.abcli/assets/publish.sh
|
|
40
44
|
bluer_objects/.abcli/metadata/get.sh
|
|
41
45
|
bluer_objects/.abcli/metadata/post.sh
|
|
42
46
|
bluer_objects/.abcli/mlflow/browse.sh
|
|
@@ -81,9 +85,13 @@ bluer_objects/.abcli/tests/web_where_am_ai.sh
|
|
|
81
85
|
bluer_objects/.abcli/web/is_accessible.sh
|
|
82
86
|
bluer_objects/.abcli/web/where_am_i.sh
|
|
83
87
|
bluer_objects/README/__init__.py
|
|
88
|
+
bluer_objects/README/consts.py
|
|
84
89
|
bluer_objects/README/functions.py
|
|
85
90
|
bluer_objects/README/items.py
|
|
86
91
|
bluer_objects/README/utils.py
|
|
92
|
+
bluer_objects/assets/__init__.py
|
|
93
|
+
bluer_objects/assets/__main__.py
|
|
94
|
+
bluer_objects/assets/functions.py
|
|
87
95
|
bluer_objects/file/__init__.py
|
|
88
96
|
bluer_objects/file/__main__.py
|
|
89
97
|
bluer_objects/file/classes.py
|
|
@@ -99,6 +107,7 @@ bluer_objects/graphics/signature.py
|
|
|
99
107
|
bluer_objects/graphics/text.py
|
|
100
108
|
bluer_objects/help/__init__.py
|
|
101
109
|
bluer_objects/help/__main__.py
|
|
110
|
+
bluer_objects/help/assets.py
|
|
102
111
|
bluer_objects/help/clone.py
|
|
103
112
|
bluer_objects/help/create_test_asset.py
|
|
104
113
|
bluer_objects/help/download.py
|
|
@@ -150,6 +159,7 @@ bluer_objects/testing/__main__.py
|
|
|
150
159
|
bluer_objects/testing/functions.py
|
|
151
160
|
bluer_objects/tests/__init__.py
|
|
152
161
|
bluer_objects/tests/test_README.py
|
|
162
|
+
bluer_objects/tests/test_README_assets.py
|
|
153
163
|
bluer_objects/tests/test_env.py
|
|
154
164
|
bluer_objects/tests/test_file_download.py
|
|
155
165
|
bluer_objects/tests/test_file_load_save.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
|