No description
Find a file
Kumi 2bef3bb119
Some checks failed
website / build (push) Failing after 32s
fix: optimize git pull in pdoc workflow
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.
2024-04-25 09:01:16 +02:00
.forgejo/workflows fix: optimize git pull in pdoc workflow 2024-04-25 09:01:16 +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