From 08b55f214c6b9a131cdce9bf39ee31f5bd025488 Mon Sep 17 00:00:00 2001 From: Hugh Brown Date: Thu, 10 Oct 2013 16:19:34 -0400 Subject: [PATCH] Fix really long lines --- jenkinsapi/__init__.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/jenkinsapi/__init__.py b/jenkinsapi/__init__.py index f8ffab6..1e45a9f 100644 --- a/jenkinsapi/__init__.py +++ b/jenkinsapi/__init__.py @@ -2,9 +2,13 @@ About this library ================== -Jenkins is the market leading continuous integration system, originally created by Kohsuke Kawaguchi. This API makes Jenkins even easier to use by providing an easy to use conventional python interface. +Jenkins is the market leading continuous integration system, originally created by Kohsuke Kawaguchi. +This API makes Jenkins even easier to use by providing an easy to use conventional python interface. -Jenkins (and It's predecessor Hudson) are fantastic projects - but they are somewhat Java-centric. Thankfully the designers have provided an excellent and complete REST interface. This library wraps up that interface as more conventional python objects in order to make most Jenkins oriented tasks simpler. +Jenkins (and It's predecessor Hudson) are fantastic projects - but they are somewhat Java-centric. +Thankfully the designers have provided an excellent and complete REST interface. This library +wraps up that interface as more conventional python objects in order to make most Jenkins oriented +tasks simpler. This library can help you: @@ -20,7 +24,8 @@ This library can help you: Installing JenkinsAPI ===================== -Egg-files for this project are hosted on PyPi. Most Python users should be able to use pip or distribute to automatically install this project. +Egg-files for this project are hosted on PyPi. Most Python users should be able to use pip or distribute +to automatically install this project. Most users can do the following: -- 2.34.1