https://github.com/umd-lib/website-libtools
API middleware for working with LibApps
https://github.com/umd-lib/website-libtools
Last synced: about 1 year ago
JSON representation
API middleware for working with LibApps
- Host: GitHub
- URL: https://github.com/umd-lib/website-libtools
- Owner: umd-lib
- License: apache-2.0
- Created: 2025-03-10T10:58:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T11:05:36.000Z (over 1 year ago)
- Last Synced: 2025-03-10T12:21:53.440Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website-libtools
Python 3 FastAPI service to interact with LibApps.
## Requires
* Python 3.13.2
### Development Setup
See [docs/DevelopmentSetup.md](docs/DevelopmentSetup.md).
### Running in Docker
```bash
$ docker build -t docker.lib.umd.edu/website-libtools .
$ docker run -it --rm -p 5000:5000 --env-file=.env --read-only docker.lib.umd.edu/website-libtools
```
### Building for Kubernetes
```bash
$ docker buildx build . --builder=kube -t docker.lib.umd.edu/website-libtools:VERSION --push
```
### Documentation
Available endpoints can be found at /api/libtools/docs