No description
Find a file
Kumi fbf9b49248
Some checks failed
website / build (push) Failing after 20s
feat: add git install and pull to pdoc workflow
This update modifies the pdoc workflow by adding git to the list of installed dependencies and incorporating a step to perform a `git pull`. The inclusion of git ensures that the latest version of the codebase is always used for generating documentation, enhancing the accuracy and relevance of the output. The change acknowledges the critical role of version control in continuous integration environments and aims to reduce discrepancies between the documentation and the codebase.

By ensuring the documentation is always in sync with the latest code, this adjustment helps to prevent confusion and fosters better understanding and usage of the software by end users and contributors alike.
2024-04-25 08:59:44 +02:00
.forgejo/workflows feat: add git install and pull to pdoc workflow 2024-04-25 08:59:44 +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