mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
c951ef7e6a
Python 3.9 is EOL in app engine. This should fix future deployments by moving to Python 3.13. v4.15.17 and v4.16.5 have been deployed manually to compensate for these failed release workflows: - https://github.com/shaka-project/shaka-player/actions/runs/18526707807/job/52833355559 - https://github.com/shaka-project/shaka-player/actions/runs/18526952863/job/52833356575
Google App Engine Version Index
This folder contains everything necessary to host an index of Shaka Player releases and demos at https://index-dot-shaka-player-demo.appspot.com/
-
app.yaml: App Engine config file. Defines the runtime (Python 3).
-
generate.py: A python script that generates the index's static content from a template.
-
requirements.txt: Used by App Engine to install the necessary Python server requirements (Flask).
-
templates/index.html: A Jinja2 template used to generate the index HTML.