Python binding initial checkin.

This commit is contained in:
Daniel Wallin
2007-01-10 16:11:43 +00:00
parent 87f7b186b0
commit aa3ce54455
24 changed files with 2440 additions and 0 deletions

27
bindings/python/Jamfile Executable file
View File

@@ -0,0 +1,27 @@
import python ;
python-extension libtorrent
: src/module.cpp
src/big_number.cpp
src/fingerprint.cpp
src/utility.cpp
src/session.cpp
src/entry.cpp
src/torrent_info.cpp
src/filesystem.cpp
src/torrent_handle.cpp
src/torrent_status.cpp
src/session_settings.cpp
src/version.cpp
src/alert.cpp
src/datetime.cpp
src/extensions.cpp
src/peer_plugin.cpp
src/docstrings.cpp
src/torrent.cpp
src/peer_info.cpp
/torrent//torrent
/boost/python//boost_python
: <include>src
;