No description
Kumi
4f3159b3fa
Some checks failed
website / build (push) Failing after 27s
Simplified the Python dependency installation process within the pdoc workflow by combining multiple pip install commands into a single instruction. This reduces the number of steps and makes the workflow more efficient. The update also includes the removal of unnecessary comments and unused dependency installation commands, making the YAML file cleaner and easier to understand. This change could potentially speed up the documentation generation process by reducing the overall runtime of the workflow. |
||
---|---|---|
.forgejo/workflows | ||
.vscode | ||
src/plankapy | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.md |
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.
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