Skip to main content

Monkey patches for setting user-agent header.

Project description

Monkey patches for setting user-agent header.

# Importing hooks automatically handles monkey patching
from setuseragent import hooks
# We can set to a specific value
hooks.set_user_agent("my-new-user-agent")
# Or we can set it with a package version
hooks.set_distribution('my-package')
# or using meta package name
hooks.set_distribution(__package__)

If using Django, can optionally set the site name as part of the package

# in settings.py

INSTALLED_APPS = [
    ...,
    "setuseragent.django",
    "django.contrib.sites",
]

# Optionally can configure a specific package to lookup.
# otherwise defaults to the value of DJANGO_SETTINGS_MODULE
USER_AGENT_DISTRIBUTION = __package__

Project details


Download files

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

Source Distribution

setuseragent-0.6.0.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

setuseragent-0.6.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file setuseragent-0.6.0.tar.gz.

File metadata

  • Download URL: setuseragent-0.6.0.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.8

File hashes

Hashes for setuseragent-0.6.0.tar.gz
Algorithm Hash digest
SHA256 6cae5700ccf9ff7684aba429448842cd342234785158f8a9f8203e541d429548
MD5 cc20d9a88d2638d7dc6b4c13ee7d2cdc
BLAKE2b-256 8c7a931daa909c86ecd4f2cf04f177c528066334831fd48e154ac6369990ada8

See more details on using hashes here.

File details

Details for the file setuseragent-0.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for setuseragent-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7d6994238155ede81459439e93815829271e600ac02c6d242820433fc434f438
MD5 511502f8b63f4aa3553e5b0331432d3e
BLAKE2b-256 7b93d4bc54cb17c90b49669b1e060ab3dcfaf5afbcd4ed1d6b331ad408262a3c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page