Go to file
Kumi cb84abacac
Some checks failed
website / build (push) Has been cancelled
feat: switch to GitHub's artifact upload action
Changed the artifact upload step in the pdoc workflow to use GitHub's official `actions/upload-artifact@v3` instead of `forgejo/upload-artifact@v4`. This update ensures compatibility and reliability by leveraging the native GitHub Action support and potentially offers better integration with the GitHub ecosystem.
2024-04-25 09:05:31 +02:00
.forgejo/workflows feat: switch to GitHub's artifact upload action 2024-04-25 09:05:31 +02:00
.vscode Rebuild project structure and add AGPL license 2023-03-26 23:31:20 -04:00
src/plankapy feat: optimize pdoc workflow and deps installation 2024-04-25 08:58:31 +02:00
.gitignore feat: optimize pdoc workflow and deps installation 2024-04-25 08:58:31 +02:00
LICENSE Rebuild project structure and add AGPL license 2023-03-26 23:31:20 -04:00
pyproject.toml refactor: restructure project for pip packaging 2024-04-25 08:48:11 +02:00
README.md refactor: restructure project for pip packaging 2024-04-25 08:48:11 +02:00

plankapy

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

This is a fork of the original plankapy project by hwelch-fle that primarily focuses on making the project a pip installable package.

Docs

Rest API Source

Routes

https://github.com/plankanban/planka/blob/master/server/config/routes.js

Models

https://github.com/plankanban/planka/tree/master/server/api/models

Helpers

https://github.com/plankanban/planka/tree/master/server/api/helpers