Skip to content

VeritasOS/py-artifactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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