Metadata-Version: 2.1
Name: fcscore
Version: 0.0.6
Summary: An API for automatic judging of precision aerobatics
Home-page: https://github.com/PyFlightCoach/FCScoreServer
Author: Thomas David
Author-email: thomasdavid0@gmail.com
Description-Content-Type: text/markdown

A simple Flask API built around the pyflightcoach project to analyse aerobatic flights
 
docker build -t fcs_server --build-arg SOURCE_COMMIT=$(git rev-parse HEAD) .

docker run --rm -p 5000:5000 --name=fcs_server fcs_server
