Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daylily-informatics/metapub_peep
Slim fastapi / jinja2 web application to expose metapub command line functionality.
https://github.com/daylily-informatics/metapub_peep
Last synced: about 9 hours ago
JSON representation
Slim fastapi / jinja2 web application to expose metapub command line functionality.
- Host: GitHub
- URL: https://github.com/daylily-informatics/metapub_peep
- Owner: Daylily-Informatics
- License: mit
- Created: 2024-09-15T08:17:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:29:08.000Z (2 months ago)
- Last Synced: 2024-09-15T12:12:49.711Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metapub_peep
Slim fastapi / jinja2 web application to expose metapub command line functionality.# Design Objectvives
- Create a web application which exposes the [metapub](https://github.com/metapub/metapub) python library/CLI functionality as a fastapi / jinja2 application.# Requirements
- MacOS / Linux# Installation
## Environment
```bash
python -m venv env
source env/bin/activate
pip install fastapi uvicorn jinja2 MetaPub```