mfominov / py-artifactory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Python 100.0%