How to Install python-cookies in Ubuntu 18.04



Install python-cookies by entering the following commands in the terminal:

sudo apt update
sudo apt install python-cookies

Description:

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.

Homepage: https://gitlab.com/sashahart/cookies

Version: 2.2.1-1

Section: universe/python