/py-artifactory

Primary LanguagePythonApache License 2.0Apache-2.0

Py-artifactory

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