Contents

itsdangerous 2.1.2

0

Safely pass data to untrusted environments and back.

Safely pass data to untrusted environments and back.

Stars: 2813, Watchers: 2813, Forks: 213, Open Issues: 7

The pallets/itsdangerous repo was created 12 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2813 github stars!

How to Install itsdangerous

You can install itsdangerous using pip

pip install itsdangerous

or add it to a project with poetry

poetry add itsdangerous

Package Details

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

Classifiers

No  itsdangerous  pypi packages just yet.

Errors

A list of common itsdangerous errors.

Code Examples

Here are some itsdangerous code examples and snippets.

Related Packages & Articles

pyaml 23.12.0

PyYAML-based module to produce a bit more pretty and readable YAML-serialized data

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

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.2

A simple framework for building complex web applications.

click 8.1.7

Composable command line interface toolkit