使用 Debian 在 Python 中进行 Bencode?

Bencode in Python with a Debian?

我正在尝试将 bencode 放在我的 debian 上以解码一些 bittorrent 数据,但我不知道如何从 link 做到这一点,例如: https://pypi.python.org/pypi/bencode/1.0

我下载了与我的版本相对应的软件包,即 py2.7,但除了解压缩之外我不知道如何处理这个 zip。

我的 objective 是在我的脚本中调用 bencode,例如使用 from bencode import * 并使用 "decode" 就像大多数网站展示的那样。不幸的是,它与 bencode 安装不同,因为 Internet 上没有它的教程。

感谢您的宝贵时间。

不要下载 zip 文件。直接从pypi安装:

pip install bencode

如果你没有pip,get it