You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-22Lines changed: 26 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ Python User Agents
3
3
4
4
`user_agents` 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:
5
5
6
-
- User agent is a mobile, tablet or PC based device
7
-
- User agent has touch capabilities (has touch screen)
6
+
* User agent is a mobile, tablet or PC based device
7
+
* User agent has touch capabilities (has touch screen)
8
8
9
9
`user_agents` relies on the excellent [ua-parser](https://github.com/ua-parser/uap-python) to do the actual parsing of the raw user agent string.
0 commit comments