{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"}],"enrichment":{"capability":"A Python client library that wraps the Kanboard JSON-RPC API, allowing you to programmatically manage projects, tasks, and other Kanboard resources from Python code.","skillfed_tags":["api-client","task-management","automation"],"use_cases":["Automate task creation and project setup from external systems or CI/CD pipelines.","Build custom dashboards or reporting tools that pull project and task data from Kanboard.","Synchronize Kanboard tasks with other tools or databases via periodic API calls.","Write integration scripts that respond to events and update Kanboard state programmatically.","Test Kanboard deployments or validate API behavior in automated test suites."],"what_it_does":"Kanboard is a Python client library that maps Kanboard's JSON-RPC API into Python method calls, letting you automate project and task management from your code. It supports both synchronous and asynchronous I/O patterns, handles authentication via API tokens or username/password, and includes error handling for network and API failures. The library uses named arguments and dynamically maps method names to API procedures, so the Python interface mirrors the official Kanboard API documentation.\n\nYou instantiate a Client with your Kanboard server URL and credentials, then call methods like create_project, create_task, or get_my_projects as context-managed objects. The client handles SSL certificates, custom authentication headers, request timeouts, and can be configured to work with self-signed certificates or custom certificate paths. It raises kanboard.ClientError for any API or network errors, giving you a single exception type to catch.","worth_installing":"Yes. The package has no runtime dependencies, low install friction, active maintenance, a permissive MIT license, and zero known vulnerabilities. It directly solves the problem of programmatic Kanboard access for Python developers. Install it if you need to automate Kanboard workflows or integrate Kanboard into a larger Python application."},"id":"kanboard","links":{"html":"https://skillfed.io/packages/kanboard","md":"https://skillfed.io/packages/kanboard.md","pypi":"https://pypi.org/project/kanboard/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-25","license_spdx":"MIT","license_treatment":"permissive","name":"kanboard","python_support":"supports_current","summary":"Python client library for Kanboard"},"popularity":{"monthly_downloads":258802,"position":8423,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.8"}
