furl 解析操作URL的小型python库

furl简介

furl,小型Python库,可用于轻松解析和操作URL。

furl应用实例

>>> from furl import furl
>>> f = furl('http://www.example.example/?one=1&two=2')
>>> f /= 'path'
>>> del f.args['one']
>>> f.args['three'] = '3'
>>> f.url
'http://www.example.example/path?two=2&three=3'

furl Github统计数据

Unlicense: This is free and unencumbered software released into the public domain.

Github 2.5k stars

furl安装命令

pip install furl

furl Python版本要求

Python2.7 3.4 3.5 3.6 3.7 3.8 3.9

免责声明:内容编辑自网络,仅供参考,不保证正确性,不作任何决策依据!!以上数据皆截止于博文的写稿日期。


行业导航 / Python指南 :
























Copyright © 2022-2024 笨鸟工具 x1y1z1.com All Rights Reserved.