2022-01-12 20:34:19 +00:00
|
|
|
# pymicrocosm
|
|
|
|
|
2022-02-19 17:09:11 +00:00
|
|
|
A tiny python-based micropub endpoint that supports a Gitea + drone static website
|
|
|
|
|
|
|
|
|
|
|
|
## Developing
|
|
|
|
|
|
|
|
Using a recent version of python 3.7+ install [poetry](https://python-poetry.org/):
|
|
|
|
|
|
|
|
```shell
|
|
|
|
pip install poetry
|
|
|
|
```
|
|
|
|
|
|
|
|
Then you can install microcosm and its required libraries with:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
poetry install
|
|
|
|
```
|