Software Details:
Version: 1.2.1
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 28
httpagentparser is a Python module that extracts OS browser, etc. information from HTTP user agent string.
>>> import httpagentparser >>> s = "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-GB; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10" >>> print httpagentparser.detect(s)
Requirements:
- Python
Comments not found