{"library":"mrx-runway","title":"mrx-runway","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mrx-runway","pip install mrx-runway[all]"],"cli":{"name":"runway","version":""}},"imports":["from mrx import runway"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from mrx import runway\n\napp = runway.Application()\n\n@app.route('/')\ndef hello():\n    return {'message': 'Hello World'}\n\nif __name__ == '__main__':\n    app.run()","lang":"python","description":"Create a simple runway application.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}