Metadata-Version: 2.4
Name: scoops
Version: 0.0.1
Summary: FastAPI HTML utilities and helpers
Author-email: Isaac Flath <isaac.flath@gmail.com>
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Dynamic: license-file

# scoops

FastAPI HTML utilities and helpers.

## Functions

- `html_response()` - Create HTML responses with proper headers
- `render_template()` - Simple template rendering with variables 
