If I have following files in the artifactory:
package.tgz
package.tgz.sha1
package.tgz.md5
only first one will be listed using example for here:
https://pypi.org/project/artifactory/0.1.17/
from artifactory import ArtifactoryPath path = ArtifactoryPath( "http://repo.jfrog.org/artifactory/gradle-ivy-local") for p in path: print p
If I have following files in the artifactory:
package.tgz
package.tgz.sha1
package.tgz.md5
only first one will be listed using example for here:
https://pypi.org/project/artifactory/0.1.17/
from artifactory import ArtifactoryPath path = ArtifactoryPath( "http://repo.jfrog.org/artifactory/gradle-ivy-local") for p in path: print p