Skip to main content

URLSafeTimedSerializer

Python API reference for the class url_safe.URLSafeTimedSerializer.

Public API

Class: URLSafeTimedSerializer

Canonical path: url_safe.URLSafeTimedSerializer

Declared in: url_safe.py

Signature

class URLSafeTimedSerializer(URLSafeSerializerMixin, TimedSerializer): ...

Summary

Works like :class:`.TimedSerializer` but dumps and loads into a URL safe string consisting of the upper and lowercase character of the alphabet as well as ``'_'``, ``'-'`` and ``'.'``.