Asynchronous Input Output (AIO) Artifactory
Project description
Python Asynchronous Input Output (AIO) Artifactory
Python Asynchronous Input Output (AIO) Artifactory
Table of Content
JFrog Command Line Interface (CLI) Example
Deploy One File
Command
# Short
jf rt u /root/folder/subfolder/file.ext generic-repository[-local]/
# Long
jfrog rt upload /root/folder/subfolder/file.ext generic-repository[-local]/
Output
15:54:51 [🔵Info] Log path: /Users/user/.jfrog/logs/jfrog-cli.2025-02-21.15-54-51.52108.log
15:54:51 [🔵Info] These files were uploaded:
📦 generic-repository[-local]
└── 📁 root
└── 📁 folder
└── 📁 subfolder
└── 📄 file.ext
{
"status": "success",
"totals": {
"success": 1,
"failure": 0
}
}
Result
generic-repository[-local]/
│
└── root/
└── folder/
└── subfolder/
└── file.ext
Retrieve One File
Command
# Short
jf rt dl generic-repository[-local]/folder/subfolder/file.ext
# Long
jfrog rt download generic-repository[-local]/folder/subfolder/file.ext
Output
15:43:59 [🔵Info] Log path: /Users/user/.jfrog/logs/jfrog-cli.2025-02-21.15-43-59.51631.log
{
"status": "success",
"totals": {
"success": 1,
"failure": 0
}
}
Result
folder/
│
└── subfolder/
└── file.ext
Glossary
Local Path
The Local Path is represented by a file system path pointing to a location on the local file system.
Example
# Unix
/home/user/path/subpath/
# Windows
C:\Users\user\path\subpath\
Remote Path
The Remote Path is represented by a URL (Uniform Resource Locator) pointing to a location on the Internet. It should be the URL for Artifactory.
Example
https://artifactory.acme.com/artifactory/repository/path/subpath/
Reference
General
Artifactory
- Artifactory Query Language
- Artifactory REST APIs
- Best Practices For Structuring and Naming Artifactory Repositories
Visual Studio Code
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
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 aioartifactory-0.1.24.tar.gz.
File metadata
- Download URL: aioartifactory-0.1.24.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32a0c95748253d2037d73591be5f3b76509d7fc2da87b64907c0610ee93150f0
|
|
| MD5 |
278ca60c583dd29b5138d1d4dad99b44
|
|
| BLAKE2b-256 |
ef61424a8c4d5997568e8bffb94e8056d25eb97fb9ead6b9089ac06c3d78cfa0
|
File details
Details for the file aioartifactory-0.1.24-py3-none-any.whl.
File metadata
- Download URL: aioartifactory-0.1.24-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca1c649168666dbe0f70a82dd8c06bdbe759cd8cece6339889849623e0667d83
|
|
| MD5 |
50a77046f8e6519ff63b5ab8268f713f
|
|
| BLAKE2b-256 |
21bfbcc8bb9b1faa5ad4880228e7d8c3a34f08213998b3a81378f198196fee79
|