robyn
Package — Web FrameworkPython 3.7+Intermediate
Async Python web framework with a Rust runtime for speed
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- multiprocess, nestd, orjson
- Install
pip install robyn
Learn by Difficulty
Quick Example
python
# Install: pip install robyn import robyn # Basic robyn usage print(f"Using robyn") # See documentation for detailed examples
robyn is a third-party package. Async Python web framework with a Rust runtime for speed. Install with: pip install robyn
Try in PlaygroundTags
packagewebframeworkbackend