{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/5"}],"enrichment":{"capability":"A Python client library for the Jenkins REST API that provides both synchronous and asynchronous interfaces to query, create, and manage Jenkins jobs and builds.","skillfed_tags":["jenkins-automation","async-support","ci-cd"],"use_cases":["Automate Jenkins job creation and configuration from Python scripts or CI/CD pipelines.","Poll Jenkins builds programmatically and stream or parse build logs in real time.","Write integration tests that spin up Jenkins jobs and verify their output without manual intervention.","Build dashboards or monitoring tools that query Jenkins job status and build history asynchronously.","Migrate jobs or build data between Jenkins instances by reading and re-creating them via the API."],"what_it_does":"api4jenkins is a Python client library that wraps the Jenkins REST API, letting you programmatically interact with Jenkins from Python code. It offers both sync and async APIs, so you can choose blocking or non-blocking calls depending on your use case. The library models Jenkins concepts (jobs, builds, agents) as Python classes, making it straightforward to query attributes, create jobs from XML, trigger builds, and stream build output.\n\nThe package is built on httpx for HTTP transport and supports Python 3.8 through 3.12. It's actively maintained, carries no known vulnerabilities, and is classified as production-stable. The single external dependency keeps installation friction low.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, carries a permissive license, and offers low installation friction. It provides a clean, Pythonic interface to Jenkins automation\u2014both sync and async\u2014making it suitable for CI/CD integration, testing, and operational scripting. Install it if you need to automate or integrate with Jenkins from Python."},"id":"api4jenkins","links":{"html":"https://skillfed.io/packages/api4jenkins","md":"https://skillfed.io/packages/api4jenkins.md","pypi":"https://pypi.org/project/api4jenkins/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-11-19","license_spdx":null,"license_treatment":"permissive","name":"api4jenkins","python_support":"supports_current","summary":"Jenkins Python Client"},"popularity":{"monthly_downloads":522350,"position":6202,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
