No project description provided
Project description
Artifactory
Artifactory — a service for managing blob resources with no sweat.
Installation
pip install artifactory-vk
Quick Start
import artifactory as art
from artifactory.shortcuts import upload_resource, download_resource
config = art.ClientConfig(
artifactory_endpoint = 'https://artifactory.domain',
)
client = art.Client(config)
resource_id = upload_resource(
client,
'Hello, World!',
hard_ttl_s=30,
)
Examples
- See examples folder
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
artifactory_vk-0.1.1.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file artifactory_vk-0.1.1.tar.gz
.
File metadata
- Download URL: artifactory_vk-0.1.1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d046ef1dc050409c13bb1cd8ae787c4623621bd3f04e2176cef4696ac1ac5c90 |
|
MD5 | f64f3e6be8553cf8b84bf4b995923688 |
|
BLAKE2b-256 | b6892697712ccada5288a03e574caec32434a58a239edfc5a550d75310fc16c8 |
File details
Details for the file artifactory_vk-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: artifactory_vk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34f570f38f282292d6b30cc6cb9c3f57de79669adb7f66eb0c604771228e9db2 |
|
MD5 | 4f85ad46111d3594fd516d34853c2dd8 |
|
BLAKE2b-256 | c90131d53b497f13c619bd69e7e11a67238b42c571329838be6f67bd1d5e8621 |