Skip to main content

API wrapper for browser-info.net - retrieve UA strings

Project description

A lightwight python wrapper for browser-info.net to retrieve UA strings

Build Status Downloads Documentation Status

What does browserinfo do?

It allows you to retrieve user agent strings, sorted by popularity or most recent.

Usage example

>>> import browserinfo
>>> browserinfo.recent(1)
['Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85 Safari/537.36\n']
>>> browserinfo.popular(1)
['Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FSL 7.0.6.01001)']

Installation

Use pip:

pip install -U browserinfo

Building doc

From the root of the directory run:

sphinx-apidoc -o docs/ browserinfo -f && cd docs && make html && cd ..

Building Dist Package

To build a distributable package run:

python setup.py sdist

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

browserinfo-0.2.0.tar.gz (3.0 kB view hashes)

Uploaded Source

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