WARNING: This is the very first alpha release. |
---|
INFO: This code is written for Python 3. |
---|
python3 setup.py install --user
import pyrtifactory
results = pyrtifactory.artifactoryAPI(
url='https://artifactory.domain.tld/artifactory',
username='USER',
password='PASSWORD'
)
repositories = results.getRepositories(params = {'type': 'local', 'packageType': 'docker'})
print(repositories)
artifactoryWrapper.py - Try it!