Skip to main content

Biscuits

Low level API for handling cookies server side.

Install

pip install biscuits

API

# Parse a "Cookie:" header value:
from biscuits import parse
parse('some=value; and=more')
> {'some': 'value', 'and': 'more'}

# Generate a "Set-Cookie:" header value:
from biscuits import Cookie
cookie = Cookie(name='foo', value='bar', domain='www.example.org')
str(cookie)
> "foo=bar; Domain=www.example.org; Path=/"

Building from source

pip install cython
make compile
python setup.py develop

Testing

make test

Benchmark

benchmark

See Benchmark for more details.

Changelog

0.2

  • unescape antislash when parsing to be consistent with quoting (cf #3)
  • unescape octal ascii when parsing to be consistent with quoting (cf #4)

0.3

  • add support for the SameSite attribute (cf #8)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

biscuits-0.3.2.tar.gz (92.8 kB view details)

Uploaded Source

File details

Details for the file biscuits-0.3.2.tar.gz.

File metadata

  • Download URL: biscuits-0.3.2.tar.gz
  • Upload date:
  • Size: 92.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.7

File hashes

Hashes for biscuits-0.3.2.tar.gz
Algorithm Hash digest
SHA256 041ee6da5af6b0f1eb327a8b5d73930eddc5d9d8b3daf7fbe00301564abd9510
MD5 f2baf0cfbd526c6b59f4073a1dc6c07b
BLAKE2b-256 73f5894078ebebfea9b022bdfa0f0079cc570b5731ff42931ddaf57216d5ac54

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.2 This release

1 file

0.3.1

1 file

0.3.0

1 file

0.2.1

1 file

0.2.0

1 file

0.1.1

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page