Skip to main content

Python library for interacting with Artifactory API

Project description

artifactory\_python `|Build Status| <https://travis-ci.org/gugahoi/artifactory_python>`_
========================================================================================

Python library to interact with Artifactory's API

Installation
============

::

pip install artifactory-lib

Usage
=====

::

from Artifactory import Artifactory

artifactory = Artifactory('user', '1234')

# create a new user
artifactory.create_user('tim')

# get list of users from artifactory
users = artifactory.get_users()
print(users)

# get details for a specific user
tim = artifactory.get_user('tim')

.. |Build
Status| image:: https://travis-ci.org/gugahoi/artifactory_python.svg?branch=master

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

artifactory-lib-0.0.6.tar.gz (4.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page