mrx-runway (makina-runway) is a rapid application development framework for Python, providing scaffolding, API generation, and deployment tooling. The current version is 1.13.3, released with requires_python <3.12,>=3.8. Release cadence is irregular.
pip install mrx-runwayVerified import paths — ran on the pinned version, not inferred.
Create a simple runway application.
Update all imports to 'from mrx import runway'.
Use Python 3.8 to 3.11.
Replace @runway.async with @app.async_endpoint on async views.
Set the environment variable or pass database_uri to runway.Application().
In production, configure Nginx to serve static files from the 'static' folder.
Replace 'from runway.contrib.admin import ...' with 'from runway.contrib.adminlte import ...'.
No dependency data recorded yet.