No description
Find a file
Kumi 4f3159b3fa
Some checks failed
website / build (push) Failing after 27s
refactor(workflows): streamline Python dep installation
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.
2024-04-25 08:53:35 +02:00
.forgejo/workflows refactor(workflows): streamline Python dep installation 2024-04-25 08:53:35 +02:00
.vscode Rebuild project structure and add AGPL license 2023-03-26 23:31:20 -04:00
src/plankapy refactor: restructure project for pip packaging 2024-04-25 08:48:11 +02:00
.gitignore refactor: restructure project for pip packaging 2024-04-25 08:48:11 +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