Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-cookies | Distribution: openSUSE Tumbleweed |
Version: 2.2.1 | Vendor: openSUSE |
Release: 6.10 | Build date: Wed May 31 14:38:53 2023 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 163818 | Source RPM: python-cookies-2.2.1-6.10.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/sashahart/cookies | |
Summary: Friendlier RFC 6265-compliant cookie parser/renderer |
cookies.py is a Python module for working with HTTP cookies: parsing and rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, 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). * Rendering according to RFC 6265. It uses URL encoding to represent non-ASCII by default, like many other languages' libraries. * Liberal parsing, incorporating many complaints about Cookie.py barfing on common cookie formats which can be reliably parsed * Documented code, with chapter and verse from RFCs * A test suite with 100% test coverage * Unlike Cookie.py, it doesn't lock all implementation inside its own classes. You can suppress minor parse exceptions with parameters rather than subclass wrappers. You can plug in your own parsers, renderers and validators for new or existing cookie attributes. You can render the data out in a dict. You can use the underlying imperative API or even lift the parser's regexps for your own parser or project. While this is intended to be a good module for handling cookies, it does not even try to do any of the following: * Backward compatibility with Cookie.py * Implementation of RFC 2109 or 2965 * Handle every conceivable output from legacy applications * Provide a means to store pickled Python objects in cookie values This does not compete with the cookielib (http.cookiejar) module in the Python standard library.
MIT
* Wed May 31 2023 Matej Cepl <mcepl@suse.com> - Clean up SPEC file * Fri Apr 21 2023 Dirk Müller <dmueller@suse.com> - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 Matej Cepl <mcepl@suse.com> - Make calling of %{sle15modernpython} optional. * Fri Feb 01 2019 Tomáš Chvátal <tchvatal@suse.com> - Apply patch to fix build on python3.7: * python37.patch * Thu Oct 18 2018 Tomáš Chvátal <tchvatal@suse.com> - Upstream moved to gitlab * Wed Aug 29 2018 tchvatal@suse.com - Add license - Run the tests in a way to work on 42.3 * Mon Apr 10 2017 alarrosa@suse.com - Update for singlespec - Add do-not-install-test_cookies.diff so test_cookies.py is not installed in the system. * Tue Feb 21 2017 jengelh@inai.de - Trim long description * Mon Feb 20 2017 alarrosa@suse.com - Use py.test in %check to fix "setup.py test" not working with python 3.6 * Thu Jan 19 2017 alarrosa@suse.com - Initial release
/usr/lib/python3.11/site-packages/__pycache__/cookies.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/__pycache__/cookies.cpython-311.pyc /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info/INSTALLER /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info/LICENSE /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info/METADATA /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info/RECORD /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info/REQUESTED /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info/WHEEL /usr/lib/python3.11/site-packages/cookies-2.2.1.dist-info/top_level.txt /usr/lib/python3.11/site-packages/cookies.py /usr/share/doc/packages/python311-cookies /usr/share/doc/packages/python311-cookies/README /usr/share/licenses/python311-cookies /usr/share/licenses/python311-cookies/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 00:30:25 2025