at-python:适用于Python的API

时间:2024-05-27 18:41:51
【文件属性】:

文件名称:at-python:适用于Python的API

文件大小:353KB

文件格式:ZIP

更新时间:2024-05-27 18:41:51

Python

学术洪流Python API 该存储库是用Python编写的BitTorrent协议的实现,可以作为pip模块下载。 您可以通过两行代码从AcademicTorrents.com下载数据集: import academictorrents as at path_of_giant_dataset = at.get("323a0048d87ca79b68f12a6350a57776b6a3b7fb") # Download mnist dataset 对于想要下载数据集的人 我们与Python版本兼容:2.7、3.4、3.5、3.6 要安装: pip install academictorrents 该软件包可与Academictorrents跟踪器一起使用。 您可以添加一个哈希你的洪流,和下载数据集到项目中。 这是一个小例子(如果您想使用我们的源代码,可以在examples/bas


【文件预览】:
at-python-master
----.gitignore(1KB)
----academictorrents()
--------academictorrents.py(2KB)
--------PeerManager.py(6KB)
--------Piece.py(5KB)
--------RarestPieces.py(1KB)
--------PieceManager.py(5KB)
--------Client.py(3KB)
--------Torrent.py(5KB)
--------PeerSeeker.py(1KB)
--------HttpPeer.py(1KB)
--------utils.py(2KB)
--------Tracker.py(8KB)
--------__init__.py(82B)
--------Peer.py(5KB)
--------version.py(22B)
--------WebSeedManager.py(1KB)
--------Block.py(940B)
----README.md(3KB)
----tests()
--------test_piece.py(538B)
--------test_tracker.py(1KB)
--------test_academictorrents.py(1KB)
--------test_utils.py(3KB)
--------test_pieces_manager.py(1KB)
--------__init__.py(0B)
--------test_torrent.py(665B)
--------test_peer_download.py(1KB)
--------test_http_peer.py(672B)
----docs()
--------make.bat(5KB)
--------conf.py(8KB)
--------index.rst(449B)
--------Makefile(5KB)
----examples()
--------simple_client.py(443B)
--------art-style-transfer-lasagne.ipynb(413KB)
--------basic_test.py(349B)
--------lasagne-mnist.ipynb(26KB)
----LICENSE(1KB)
----requirements.txt(110B)
----setup.py(1KB)
----.travis.yml(1005B)
----.codecov.yml(379B)
----Makefile(115B)

网友评论