[ 源代码: python-user-agents ]
软件包:python3-user-agents(1.1.0-1)
python3-user-agents 的相关链接
Debian 的资源:
下载源码包 python-user-agents:
- [python-user-agents_1.1.0-1.dsc]
- [python-user-agents_1.1.0.orig.tar.gz]
- [python-user-agents_1.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Pure Python implementation for detecting which user agent is used
This is a Python library that provides an easy way to identify/detect devices like mobile phones, tablets and their capabilities by parsing (browser/HTTP) user agent strings. The goal is to reliably detect whether:
- User agent is a mobile, tablet or PC based device - User agent has touch capabilities (has touch screen)
其他与 python3-user-agents 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-ua-parser
- Python module for parsing HTTP User-Agent strings