1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: python-cookies
Maintainer: Federico Ceratto <federico@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep:
dh-python,
python-all (>= 2.7),
python-pytest,
python-setuptools,
python3-all,
python3-pytest,
python3-setuptools,
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: https://gitlab.com/sashahart/cookies
Vcs-Git: git://anonscm.debian.org/collab-maint/python-cookies.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/python-cookies.git;a=summary
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.
|