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.0.tar.gz (3.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for httpagentparser-0.9.0.tar.gz
Algorithm Hash digest
SHA256 11c52dc56d5a1ffa1faa01073e1b0ff0ba1ab0cc382a52611604b615e27b1ea7
MD5 43b5ce685c38a6ca3bfbe54c5dd3d666
BLAKE2b-256 f4444ecd4ee9a7875d5e44038d0f4b582925a89d1e46628f9174788839a52ed7

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