https://github.com/simonsobs/lightserve
HTTP API endpoints for the lightcurvedb
https://github.com/simonsobs/lightserve
Last synced: about 1 year ago
JSON representation
HTTP API endpoints for the lightcurvedb
- Host: GitHub
- URL: https://github.com/simonsobs/lightserve
- Owner: simonsobs
- Created: 2025-02-28T20:42:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T15:19:47.000Z (about 1 year ago)
- Last Synced: 2025-05-09T16:35:11.259Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lightserve
==========
A lightcurve server, backed by lightcurvedb.
Install with:
```
uv pip install -e ".[dev,ephemeral]"
```
Run an ephemeral server with
```
lightserve-ephemeral
```
Check out the docs at
```
localhost:8000/docs
```