Skip to content

hwelch-fle/plankapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plankapy

A python 3 based API for controlling a self-hosted Planka instance

Getting Started

You can either clone this repository, or install with pip

Clone:

git clone https://github.com/hwelch-fle/plankapy.git

PIP:

pip install plankapy

PIP Page

After cloning the repo or installing the package, you can access the auto-docs generated by pdoc:

Project Status

The goal of this project is to provide interfaces for as many Planka objects as possible.

Currently implemented routes include:

  • Project
  • Board
  • List
  • Card
  • Label
  • Background
  • User

Routes not yet implemented:

  • Attachment
  • Stopwatch
  • Comment

This project is currently being very slowly developed with me mostly just merging in patches from the community. When Planka 2.0 is made public, I will likely branch this repo off and work on re-developing it for some of the new features.

API Sources From Planka