Repository URL to install this package:
|
Version:
1.11.0 ▾
|
"""HTML5 entities map: { name -> characters }."""
import html.entities
entities = {name.rstrip(";"): chars for name, chars in html.entities.html5.items()}