A tiny python-based micropub endpoint that supports a Gitea + drone static website
Go to file
James Ravenscroft d34500005e
continuous-integration/drone/push Build is passing Details
add listen-of type
2022-02-19 17:09:40 +00:00
src/microcosm add listen-of type 2022-02-19 17:09:40 +00:00
test add tests and drone config to run tests 2022-01-29 15:04:27 +00:00
.drone.yml latest drone 2022-01-29 15:20:01 +00:00
.gitignore Initial commit 2022-01-12 20:34:19 +00:00
LICENSE add my name and year to license 2022-01-12 20:35:22 +00:00
README.md update - add support for some scrobble types 2022-02-19 17:09:11 +00:00
env.example add python bits 2022-01-29 14:15:43 +00:00
poetry.lock support basic json submissions 2022-02-06 14:22:29 +00:00
pyproject.toml support basic json submissions 2022-02-06 14:22:29 +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