Skip to main content

Python API and CLI for Jenkins

Project description

Python API and CLI for Jenkins in one package :)

Installation

A virtual environment is recommended for development. To install the latest version of pykins, run the following commands:

virtualenv .venv && source .venv/bin/activate pip install .

To install from PyPi (not necessarily latest version!):

pip install pykins

Python API Examples

`python >>> import pykins >>> jenkins = pykins.Jenkins('http://my_jenkins') >>> print(jenkins.get_jobs()) `

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

pykins-0.1.0.tar.gz (6.6 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