pyshorteners:一个纯 Python URL 缩短库-python

时间:2024-07-08 15:09:25
【文件属性】:

文件名称:pyshorteners:一个纯 Python URL 缩短库-python

文件大小:64KB

文件格式:ZIP

更新时间:2024-07-08 15:09:25

URL处理

pyshorteners:一个纯 Python URL 缩短库 pyshorteners 描述 一个简单的 URL 缩短 Python 库,实现了最著名的缩短器。 安装您可以通过 pip 或克隆/分叉存储库安装 pythorteners,只需键入安装 pip pip install pyshorteners 使用克隆/下载的代码安装 git clone https://github.com/ellisonleao/pyshorteners.git cd pyshorteners python setup.py install 安装最新而不克隆 pip install -e git+git@github.com:ellisonleao/pyshorteners.git#egg=pyshorteners 测试 make test 用法 创建一个 Shortener 实例,将引擎作为参数传递。 如果没有传递引擎参数,Google Shortener 是默认引擎。 来自 pyshorteners 的 kwargs 需要 Goo.gl Shortener api_key import Sh


【文件预览】:
pyshorteners-main
----setup.py(1KB)
----.gitignore(1KB)
----Makefile(740B)
----CHANGELOG(2KB)
----.readthedocs.yml(168B)
----MANIFEST.in(18B)
----.pre-commit-config.yaml(196B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(34KB)
----setup.cfg(176B)
----.github()
--------stale.yml(684B)
--------ISSUE_TEMPLATE()
--------FUNDING.yml(19B)
--------workflows()
----example.py(830B)
----README.md(789B)
----tests()
--------test_isgd.py(975B)
--------test_post.py(926B)
--------__init__.py(0B)
--------test_chilpit.py(946B)
--------test_shortcm.py(2KB)
--------test_owly.py(3KB)
--------test_osdb.py(2KB)
--------test_tinycc.py(3KB)
--------test_tinyurl.py(833B)
--------test_adfly.py(1KB)
--------test_cuttly.py(966B)
--------test_base.py(2KB)
--------test_bitly.py(3KB)
--------test_qpsru.py(928B)
--------test_clckru.py(942B)
--------test_dagd.py(840B)
--------test_nullpointer.py(775B)
----pyshorteners()
--------__init__.py(1KB)
--------base.py(5KB)
--------shorteners()
--------exceptions.py(659B)
----docs()
--------Makefile(610B)
--------index.rst(571B)
--------conf.py(6KB)
--------_static()
--------apis.rst(2KB)
--------.DS_Store(6KB)
--------apis()
--------contributing.rst(3KB)

网友评论