hug
Package — Web FrameworkPython 3.7+Intermediate
API framework that auto-generates documentation from type annotations
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- falcon, requests
- Install
pip install hug
Learn by Difficulty
Quick Example
python
# Install: pip install hug import hug # Basic hug usage print(f"Using hug") # See documentation for detailed examples
hug is a third-party package. API framework that auto-generates documentation from type annotations. Install with: pip install hug
Try in PlaygroundTags
packagewebframeworkbackend