Skip to main content

Kanboard API client

Project description

https://travis-ci.org/kanboard/python-api-client.svg?branch=master

Minimalist Kanboard Python client.

  • Author: Frédéric Guillot

  • License: MIT

Installation

pip install kanboard

This library is compatible with Python 2.7, Python 3.4 and 3.5.

Examples

Methods and arguments are the same as the JSON-RPC procedures described in the official documentation.

Python methods are dynamically mapped to the API procedures. You must use named arguments.

Create a new team project

from kanboard import Kanboard

kb = Kanboard('http://localhost/jsonrpc.php', 'jsonrpc', 'your_api_token')
project_id = kb.create_project(name='My project')

Authenticate as user

from kanboard import Kanboard

kb = Kanboard('http://localhost/jsonrpc.php', 'admin', 'admin')
kb.get_my_projects()

Create a new task

from kanboard import Kanboard

kb = Kanboard('http://localhost/jsonrpc.php', 'jsonrpc', 'your_api_token')
project_id = kb.create_project(name='My project')
task_id = kb.create_task(project_id=project_id, title='My task title')

See the official API documentation for the complete list of methods and arguments.

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

kanboard-1.0.4.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file kanboard-1.0.4.tar.gz.

File metadata

  • Download URL: kanboard-1.0.4.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for kanboard-1.0.4.tar.gz
Algorithm Hash digest
SHA256 16dfa5b98856f5698e6da8e3384f29fa5c06bc48bc20bf0f28314365775bdb0c
MD5 e7e633cb727f6183806aa4a9d33724d6
BLAKE2b-256 4203a435893b5e699d096179f3f97b015f49ec25e34fa7e26e5f75c0a3550113

See more details on using hashes here.

Supported by

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