CLI tool for artifactory interaction.
To specify all connection-related settings in a central file, ~/.artifactory.cfg
Example:
[artifactory]
username = <your username>
password = <your password>
url = <artifcatory_url>
You can copy the config template to ~/.artifactory.cfg then update that cfg file to your settings
Simply run:
$ cd python-binary
$ pip install .
To use it:
$ binary --help