Source: python-cookies
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Federico Ceratto <federico@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep:
 dh-python,
 python-all (>= 2.7),
 python-pytest,
 python-setuptools,
 python3-all,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.3.1
Homepage: https://gitlab.com/sashahart/cookies
Vcs-Git: https://salsa.debian.org/debian/python-cookies.git
Vcs-Browser: https://salsa.debian.org/debian/python-cookies

Package: python-cookies
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
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.

Package: python3-cookies
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: Python 3 RFC 6265-compliant cookie parser and renderer
 Python 3 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.
