文件名称:internetarchive:到Archive.org的Python和命令行界面
文件大小:175KB
文件格式:ZIP
更新时间:2024-05-02 12:02:30
Python
到Archive.org的Python和命令行界面 该软件包安装了一个名为ia的命令行工具,用于从命令行使用Archive.org。 它还安装了internetarchive Python模块,以编程方式访问archive.org。 请报告上的所有错误和问题。 安装 您可以通过pip安装此模块: $ pip install internetarchive 命令行工具的二进制文件也可用: $ curl -LO https://archive.org/download/ia-pex/ia $ chmod +x ia $ ./ia help 文献资料 可从获取文档。 贡献 欢迎所有贡献。 有关更多详细信息,请参阅 。
【文件预览】:
internetarchive-master
----MANIFEST.in(69B)
----.travis.yml(218B)
----README.rst(1KB)
----docs()
--------make.bat(7KB)
--------requirements.txt(46B)
--------Makefile(7KB)
--------source()
----AUTHORS.rst(355B)
----pex-requirements.txt(129B)
----CONTRIBUTING.rst(3KB)
----tests()
--------test_session.py(3KB)
--------test_utils.py(3KB)
--------data()
--------conftest.py(3KB)
--------test_config.py(5KB)
--------test_bad_data.py(418B)
--------__init__.py(0B)
--------test_item.py(26KB)
--------test_api.py(14KB)
--------requirements.txt(109B)
--------test_exceptions.py(247B)
--------ia.ini(31B)
--------cli()
----tox.ini(406B)
----LICENSE(34KB)
----HISTORY.rst(26KB)
----setup.cfg(341B)
----setup.py(2KB)
----.gitignore(211B)
----snap()
--------snapcraft.yaml(417B)
----Makefile(1KB)
----internetarchive()
--------catalog.py(12KB)
--------auth.py(3KB)
--------utils.py(11KB)
--------search.py(9KB)
--------iarequest.py(19KB)
--------item.py(50KB)
--------__init__.py(2KB)
--------config.py(5KB)
--------api.py(22KB)
--------exceptions.py(1KB)
--------files.py(15KB)
--------cli()
--------session.py(22KB)