{ "info": { "author": "Pyrates", "author_email": "yohan.boniface@data.gouv.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python :: 3" ], "description": "# Biscuits\n\nLow level API for handling cookies server side.\n\n\n## Install\n\n pip install biscuits\n\n\n## API\n\n # Parse a \"Cookie:\" header value:\n from biscuits import parse\n parse('some=value; and=more')\n > {'some': 'value', 'and': 'more'}\n\n # Generate a \"Set-Cookie:\" header value:\n from biscuits import Cookie\n cookie = Cookie(name='foo', value='bar', domain='www.example.org')\n str(cookie)\n > \"foo=bar; Domain=www.example.org; Path=/\"\n\n\n## Building from source\n\n pip install cython\n make compile\n python setup.py develop\n\n## Testing\n\n make test\n\n## Benchmark\n\n![benchmark](benchmark.png)\n\nSee [Benchmark](https://github.com/pyrates/biscuits/wiki/Benchmark) for more\ndetails.\n\n\n## Changelog\n\n### 0.2\n\n- unescape antislash when parsing to be consistent with quoting (cf #3)\n- unescape octal ascii when parsing to be consistent with quoting (cf #4)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pyrates/biscuits", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "biscuits", "package_url": "https://pypi.org/project/biscuits/", "platform": "POSIX", "project_url": "https://pypi.org/project/biscuits/", "project_urls": { "Homepage": "https://github.com/pyrates/biscuits" }, "release_url": "https://pypi.org/project/biscuits/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "Fast and tasty cookies handling.", "version": "0.2.1" }, "last_serial": 4447321, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fa1d339467d64ecbc9bc61618d93be83", "sha256": "218acc9d734d8dec9e97a005df10845a9a2ec9755bc658b11dd3a74d69dfb194" }, "downloads": -1, "filename": "biscuits-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fa1d339467d64ecbc9bc61618d93be83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56417, "upload_time": "2017-11-27T15:24:39", "url": "https://files.pythonhosted.org/packages/cb/cf/99c94abab1dfcaf3139f925d0d1447b1d2f341dadf09e9a721106f44f4e4/biscuits-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "69694f8d427f90f5899e878d45cde54d", "sha256": "0efd110285574f72a2b2c00d7a86a0fc193ed2317296e4e08c8563b30430d13c" }, "downloads": -1, "filename": "biscuits-0.1.1.tar.gz", "has_sig": false, "md5_digest": "69694f8d427f90f5899e878d45cde54d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51031, "upload_time": "2017-11-27T15:26:47", "url": "https://files.pythonhosted.org/packages/98/83/5561ffd0d7651f05adaf332a598953d425a249ee5e251d363a2c3cace5a7/biscuits-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "c6b750145d97773677068f4ae8c0fc28", "sha256": "cb486d056589539638bc830f470913ee35e7e55c17918b7c92b5fb0c27aa2e37" }, "downloads": -1, "filename": "biscuits-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c6b750145d97773677068f4ae8c0fc28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56769, "upload_time": "2018-11-03T12:27:49", "url": "https://files.pythonhosted.org/packages/69/72/f1e8d8ae02b367bd4c28db4bbcd7ac7b62f68db2debf948e1e3ef97270bc/biscuits-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "79770bc56825a145ca63b9c6ca9e2d2b", "sha256": "e5863f4f1ad4ca32a663297bc60b3804b769c5b8476d5f3fb2a72f9660711cf4" }, "downloads": -1, "filename": "biscuits-0.2.1.tar.gz", "has_sig": false, "md5_digest": "79770bc56825a145ca63b9c6ca9e2d2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56764, "upload_time": "2018-11-03T12:31:04", "url": "https://files.pythonhosted.org/packages/a5/41/0849dc7f804da4951dfad945f0ecac19bd297b306cada5735478eb793f35/biscuits-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79770bc56825a145ca63b9c6ca9e2d2b", "sha256": "e5863f4f1ad4ca32a663297bc60b3804b769c5b8476d5f3fb2a72f9660711cf4" }, "downloads": -1, "filename": "biscuits-0.2.1.tar.gz", "has_sig": false, "md5_digest": "79770bc56825a145ca63b9c6ca9e2d2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56764, "upload_time": "2018-11-03T12:31:04", "url": "https://files.pythonhosted.org/packages/a5/41/0849dc7f804da4951dfad945f0ecac19bd297b306cada5735478eb793f35/biscuits-0.2.1.tar.gz" } ] }