James Ravenscroft
99b22adfd1
continuous-integration/drone/push Build is failing
Details
|
||
---|---|---|
src/microcosm | ||
test | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
README.md | ||
env.example | ||
poetry.lock | ||
pyproject.toml |
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