caniuse:我可以在PyPI上的python包中使用此名称吗?

时间:2021-04-30 21:16:44
【文件属性】:
文件名称:caniuse:我可以在PyPI上的python包中使用此名称吗?
文件大小:35KB
文件格式:ZIP
更新时间:2021-04-30 21:16:44
Python 我可以用吗 我可以在PyPI上的python包中使用此名称吗? 检查软件包名称是否已在PyPI上使用。 安装 $ pip install caniuse 用法 原料药 >>> from caniuse.main import check >>> check('requests') u'Sorry, this package name has been registered :(\nHave a look at it: http://pypi.python.org/pypi/requests' >>> >>> check('you_will_never_use_this_name') u'Congratulations! You can use it :)' 命令行界面 $ caniuse requests Sorry, this package name has been regist
【文件预览】:
caniuse-master
----MANIFEST.in(71B)
----caniuse()
--------main.py(504B)
--------__init__.py(390B)
--------cli.py(383B)
----.travis.yml(237B)
----tox.ini(468B)
----LICENSE(1KB)
----setup.cfg(28B)
----setup.py(1KB)
----README.md(1KB)
----Makefile(180B)
----tests()
--------test_caniuse.py(2KB)
--------responses()
--------conftest.py(1KB)
----.gitignore(910B)
----dev-requirements.txt(67B)
----ChangeLog(388B)

网友评论