No description
Kumi
2bef3bb119
Some checks failed
website / build (push) Failing after 32s
Replaced custom git pull command with `actions/checkout@v4` in the pdoc documentation generation workflow. This change streamlines the checkout process, leveraging a more robust and standardized approach provided by GitHub Actions. It ensures compatibility and potential performance improvements in our CI/CD pipeline. |
||
---|---|---|
.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