Contents

MarkupSafe 2.1.5

0

Safely add untrusted strings to HTML/XML markup.

Safely add untrusted strings to HTML/XML markup.

Stars: 593, Watchers: 593, Forks: 147, Open Issues: 4

The pallets/markupsafe repo was created 13 years ago and the last code push was 1 weeks ago.
The project is popular with 593 github stars!

How to Install markupsafe

You can install markupsafe using pip

pip install markupsafe

or add it to a project with poetry

poetry add markupsafe

Package Details

Author
License
BSD-3-Clause
Homepage
https://palletsprojects.com/p/markupsafe/
PyPi:
https://pypi.org/project/MarkupSafe/
Documentation:
https://markupsafe.palletsprojects.com/
GitHub Repo:
https://github.com/pallets/markupsafe

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
  • Text Processing/Markup/HTML
No  markupsafe  pypi packages just yet.

Errors

A list of common markupsafe errors.

Code Examples

Here are some markupsafe code examples and snippets.

Related Packages & Articles

Jinja2 3.1.3

Jinja2 is a popular, full-featured template engine for Python. Inspired by Django's templating system, it provides a more expressive language with powerful tools for template authors. Its features include, Full unicode support,An integrated sandboxed execution environment for running untrusted templates safely, An automatic HTML escaping system for preventing cross-site scripting, Template inheritance for reusing layout across templates.

Flask 3.0.3

A simple framework for building complex web applications.

click 8.1.7

Composable command line interface toolkit