文件名称:woothee-python:Woothee python实现
文件大小:25KB
文件格式:ZIP
更新时间:2024-03-05 23:17:55
Python
WootheePython Project Woothee的Python实现,它是多语言的用户代理字符串解析器。 安装 $ pip install woothee 用法 解析用户代理 import woothee woothee . parse ( "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)" ) # => {'name': 'Internet Explorer', 'category': 'pc', 'os': 'Windows 7', 'version': '8.0', 'vendor': 'Microsoft', 'os_version': 'NT 6.1'} 解析用户代理字符串,并返回具有键name , category , os , version , vendor和os_version 。
【文件预览】:
woothee-python-master
----MANIFEST.in(129B)
----README.rst(5KB)
----.gitmodules(84B)
----.github()
--------workflows()
----tests()
--------test.py(10KB)
--------__init__.py(0B)
----tox.ini(391B)
----mypy.ini(103B)
----setup.cfg(217B)
----setup.py(2KB)
----.gitignore(127B)
----lib()
--------woothee()
----Makefile(315B)
----scripts()
--------dataset_yaml2py.py(3KB)
----woothee()