A tiny python-based micropub endpoint that supports a Gitea + drone static website
Go to file
James Ravenscroft 85c1c7901e better handling for alt text 2024-12-02 14:54:38 +00:00
src/microcosm better handling for alt text 2024-12-02 14:54:38 +00:00
test
.drone.yml test env stuff 2022-10-22 16:03:27 +01:00
.gitignore
LICENSE
README.md
env.example
poetry.lock update to use forgejo api instead of giteapy 2024-09-08 15:56:49 +01:00
pyproject.toml switch from poetry to uv 2024-12-02 10:49:46 +00:00
run.sh switch from poetry to uv 2024-12-02 10:49:46 +00:00
uv.lock switch from poetry to uv 2024-12-02 10:49:46 +00:00

README.md

pymicrocosm

A tiny python-based micropub endpoint that supports a Gitea + drone static website

Developing

Using a recent version of python 3.7+ install poetry:

pip install poetry

Then you can install microcosm and its required libraries with:

poetry install