python-artifactory icon indicating copy to clipboard operation
python-artifactory copied to clipboard

Typed interactions with the Jfrog Artifactory REST API

Results 29 python-artifactory issues
Sort by recently updated
recently updated
newest added

Add a method that checks whether an artifact exists: `artifact_info = art.artifacts.exists("")` Currently, this can be done with the info method, combined with try/except.

Please add the ability to interact with a repository for Terraform packages, for storing/retrieving/etc. Terraform modules.

Hi, Excellent job. Is it possible to implement wrapping to feature addressed in https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-BuildsforDependency? Or even all search features in https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-SEARCHES. Thanks.

**Describe the bug** When calling download with a source path with a space in the filename the download function fails with error: `ERROR: Artifact ***/***/***/40.x.7.13 (#1173)/R255_40_13D7_13.zip does not exist` when...

bug

I'm struggling with the copy/move example. Could you make it more precise. The `artifacts.info` is described as `art.artifacts.info("")`, which works when using: ``` art.artifacts.info(f"{repository_name}/{user_name}/{package_name}/{version}") ``` However, the copy/move operation is...

**Is your feature request related to a problem? Please describe.** Artifacts deployed with the `deploy` method end up with the following warning in the Artifactory web interface: > Client did...

This is a rebase of https://github.com/anancarv/python-artifactory/pull/30

Instead of doing everything from a "master" object (an artifactory instance), we should provide methods on every object, such as: - `user.save()` to save any modification made to the object...

enhancement

## Description Artifactory provides in a new Type of Repo: `federated`. this is basically a local repo, except that the model has a field members, which contains URLs to other...

**Is your feature request related to a problem? Please describe.** AQL language provides an easy way to filter out artifacts using an SQL like language **Describe the solution you'd like**...