python-cookies

Python RFC 6265-compliant cookie parser and renderer
  https://gitlab.com/sashahart/cookies
  0
  no reviews



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.