A tiny python-based micropub endpoint that supports a Gitea + drone static website
Go to file
ravenscroftj 01a80a6fc2
continuous-integration/drone/push Build is failing Details
Merge pull request 'implemented hypothesis metadata storage' (#10) from james/feature/hypothesis into develop
Reviewed-on: #10
2022-11-20 09:52:54 +00:00
src/microcosm implemented hypothesis metadata storage 2022-11-20 08:25:03 +00:00
test fix tests 2022-10-22 12:03:03 +01:00
.drone.yml Update '.drone.yml' 2022-10-30 15:56:41 +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 update poetry stuff to include readme and add twine 2022-10-22 12:07:40 +01:00
pyproject.toml bump version number for next release 2022-10-30 15:58:07 +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