Binary package “python-cookies” in ubuntu xenial

Python RFC 6265-compliant cookie parser and renderer

 Python module for HTTP cookies: parsing and rendering 'Cookie:' request
 headers and 'Set-Cookie:' response headers according to RFC 6265,
 and exposing a convenient API for creating and modifying cookies. It can be
 used as a replacement of Python's Cookie.py (aka http.cookies).
 It provides robust and lenient parsing and extensive documentation.