Python REST API client for JFrog Artifactory
Installing stable
pip install git+https://github.com/veritasos/py-artifactory.git@<version_number>
Installing cutting edge
pip install git+https://github.com/veritasos/py-artifactory.git
Note
-
Artifactory api follows camel case but this package follow snake case.
-
Example:
Artifactory rest api field name: handleSnapshots Package field name: handle_snapshots
ToDo
- Try to cover all api endpoints provided by artifactory
- Implement doc strings using Sphinx