Skip to main content

detects browsers capabilities and features like css, java, javascript etc.

Project description

pybrowscap is a python port of PHP function get_browser(). It tells what the user browser is capable of. It detects browsers capabilities and features like css, java, javascript etc. It works on top of browscap data file.

Requirements

  • python 2.6+

  • browscap.csv (browscap data file in csv format)

Instalation

Install via pipy or copy this module into your project or into your PYTHON_PATH. Download latest version of browscap.csv file from http://browsers.garykeith.com/downloads.asp.

Example

from pybrowscap.loader.csv import load_file
browscap = load_file(path_to_browscap_csv)
browser  = browscap.search(user_agent_string)
browser.is_crawler()

Automatic updates

from pybrowscap.loader import Downloader
from pybrowscap.loader.csv import URL
Downloader(URL).get(save_to_filepath)

Tests

Tested on evnironment

  • Xubuntu Linux 11.04 natty 64-bit

  • python 2.7.1+

  • python unitest

  • browscap.csv from Wed, 22 Jun 2011 23:26:51 -0000

Running tests

To run the test run command:

$ python test.py

Author

char0n (Vladimír Gorej, CodeScale s.r.o.)

Credits

Special thanks to these projects for inspiration:

References

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

pybrowscap-1.0.tar.gz (4.9 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