deluge/library
Alon Zakai 460dfd76a5 2006-12-08 10:17:50 +00:00
..
include/libtorrent directory restructuring 2006-12-01 18:07:03 +00:00
kademlia directory restructuring 2006-12-01 18:07:03 +00:00
INSTALL 2006-12-05 19:20:05 +00:00
LICENSE 2006-12-01 20:52:33 +00:00
Makefile.libtorrent-only.am 2006-12-05 19:20:05 +00:00
Makefile.libtorrent-only.in 2006-12-05 19:20:05 +00:00
README readme 2006-12-07 20:11:00 +00:00
alert.cpp directory restructuring 2006-12-01 18:07:03 +00:00
allocate_resources.cpp directory restructuring 2006-12-01 18:07:03 +00:00
bt_peer_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
control branding changed to 'pytorrent' 2006-12-02 10:32:57 +00:00
debianit branding changed to 'pytorrent' 2006-12-02 10:32:57 +00:00
entry.cpp directory restructuring 2006-12-01 18:07:03 +00:00
escape_string.cpp directory restructuring 2006-12-01 18:07:03 +00:00
file.cpp directory restructuring 2006-12-01 18:07:03 +00:00
http_tracker_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
identify_client.cpp directory restructuring 2006-12-01 18:07:03 +00:00
installit directory restructuring 2006-12-01 18:07:03 +00:00
ip_filter.cpp directory restructuring 2006-12-01 18:07:03 +00:00
makeit directory restructuring 2006-12-01 18:07:03 +00:00
peer_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
piece_picker.cpp directory restructuring 2006-12-01 18:07:03 +00:00
policy.cpp directory restructuring 2006-12-01 18:07:03 +00:00
pytorrent.py 2006-12-08 10:17:50 +00:00
pytorrent_core.cpp 2006-12-08 10:17:50 +00:00
session.cpp directory restructuring 2006-12-01 18:07:03 +00:00
session_impl.cpp directory restructuring 2006-12-01 18:07:03 +00:00
setup.py optimize size 2006-12-05 09:32:31 +00:00
setup_naive.py 2006-12-05 09:24:37 +00:00
sha1.cpp directory restructuring 2006-12-01 18:07:03 +00:00
stat.cpp directory restructuring 2006-12-01 18:07:03 +00:00
state.txt directory restructuring 2006-12-01 18:07:03 +00:00
storage.cpp directory restructuring 2006-12-01 18:07:03 +00:00
test.py 2006-12-05 17:25:30 +00:00
testit directory restructuring 2006-12-01 18:07:03 +00:00
torrent.cpp directory restructuring 2006-12-01 18:07:03 +00:00
torrent_handle.cpp directory restructuring 2006-12-01 18:07:03 +00:00
torrent_info.cpp directory restructuring 2006-12-01 18:07:03 +00:00
tracker_manager.cpp directory restructuring 2006-12-01 18:07:03 +00:00
udp_tracker_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
web_peer_connection.cpp directory restructuring 2006-12-01 18:07:03 +00:00
webui.py 2006-12-07 08:19:24 +00:00
xubuntu-6.10-desktop-i386.iso.torrent 2006-12-05 14:34:01 +00:00

README

=================
pytorrent
=================

You may compile the code with the script 'makeit'. The
script 'installit' will install the pytorrent_core package
to the central package store, so that it can be imported inside
pytorrent.py (which is required).

Currently the scripts do NOT copy pytorrent.py to the central
package store, as Deluge imports pytorrent.py by "import
library.pytorrent"

You can check whether pytorrent works by running

python test.py

This does a simple torrent download. Note that the torrent file
used for this test may have expired, so you may need to use a
current one.