05f2b7a2ef | ||
---|---|---|
.github/workflows | ||
.vscode | ||
consumer_scripts | ||
deployment | ||
frog_api | ||
frogress | ||
.dockerignore | ||
.env | ||
.gitignore | ||
CONTRIBUTING.md | ||
DOCKER.md | ||
LICENSE | ||
README.md | ||
cli.ini | ||
cli.py | ||
docker-compose.yaml | ||
manage.py | ||
mypy.ini | ||
poetry.lock | ||
pyproject.toml |
README.md
Frogress
An API for storing/retrieving decompilation progress
Development
For those interested in contributing to frogress's development, please see CONTRIBUTING.md.
Usage
The API will be hosted at https://progress.deco.mp. Usage guide coming soon.
TODO: add example curl commands as well as code snippets / CSV parser for existing format
Docker
This project can be deployed locally using Docker Compose.
docker-compose up --build
See DOCKER.md for more information.