No description
Find a file
Kumi 25a81c0a9d
All checks were successful
website / build (push) Successful in 33s
feat: name uploaded documentation artifact
Added a specific name ('docs') to the uploaded documentation artifact in the GitHub Actions workflow. This change makes the artifact easily identifiable in the GitHub Actions UI, improving the accessibility and management of build artifacts for developers and maintainers.
2024-04-25 09:08:36 +02:00
.forgejo/workflows feat: name uploaded documentation artifact 2024-04-25 09:08:36 +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