Skip to main content

Extracts OS Browser etc information from http user agent string

Project description

>>> import httpagentparser
>>> s = "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9"
>>> print httpagentparser.simple_detect(s)
('Linux', 'Chrome 5.0.307.11')
>>> print httpagentparser.detect(s)
{'os': {'name': 'Linux'},
 'browser': {'version': '5.0.307.11', 'name': 'Chrome'}}

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

httpagentparser-0.9.9.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file httpagentparser-0.9.9.tar.gz.

File metadata

File hashes

Hashes for httpagentparser-0.9.9.tar.gz
Algorithm Hash digest
SHA256 e13a11f1daed4143d86d2148701e51559ea475c4ee34d9614b40d97bed84afa9
MD5 2391ac74cb6c0a51ad91ab6351467356
BLAKE2b-256 b935901cb75a0c302e2121770c2c9c74c728bcc731a5030b8e20f6a2f512eb22

See more details on using hashes here.

Supported by

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