A tool for uploading Docker images to Backblaze B2
Project description
agentify-sh
A Python package for uploading Docker images to Backblaze B2 storage.
Installation
pip install agentify-sh
Usage
- Create a configuration JSON file (e.g.,
agentify.json):
{
"username": "your_username",
"password": "your_password",
"image_id": "your_image_id",
"version": "your_version"
}
2. Use the package in your Python code:
``` python
from agentify_sh.main import upload_image
success = upload_image("path/to/config.json")
if success:
print("Image uploaded successfully!")
else:
print("Upload failed")
Configuration
The configuration file requires the following fields:
username: Your Backblaze B2 account username/IDpassword: Your Backblaze B2 application keybucket_name: The name of your B2 bucket (optional, defaults to 'default-bucket')image_id: The Docker image ID to upload
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentify_sh-0.1.0.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentify_sh-0.1.0.tar.gz.
File metadata
- Download URL: agentify_sh-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ae36bec3d5b0306428563bf0e2b420862956edf6483943e5acae34eab4742fb
|
|
| MD5 |
52bbf282efda8eeaa57cd35d7c899488
|
|
| BLAKE2b-256 |
5eb9e2050accd639d80d123533f14c8e6bf309465f56ed72024d21af11fcb4e1
|
File details
Details for the file agentify_sh-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentify_sh-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a53ff773c8f44999f4e996b49e43f37abf9ebe596b7063dcef11ffcbac37221c
|
|
| MD5 |
ff8b181faa524e902a8031ecad3a5902
|
|
| BLAKE2b-256 |
cc48751826626bbb9bd549e472a84949370de198eaa42858220dff2537d60b9b
|