{"library":"robyn","title":"Robyn","description":"A super fast async Python web framework with a Rust runtime. Version 0.84.0, released recently; active development with monthly releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install robyn"],"cli":{"name":"robyn","version":"0.84.0"}},"imports":["from robyn import Robyn","from robyn import Request","from robyn import jsonify"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from robyn import Robyn\n\napp = Robyn(__file__)\n\n@app.get(\"/\")\nasync def hello(request):\n    return \"Hello, world!\"\n\napp.start(port=8080)\n","lang":"python","description":"Minimal Robyn web server with one route.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}