SCANIATM 830c6487c3 New Project 8 years ago
..
COPYING 830c6487c3 New Project 8 years ago
README 830c6487c3 New Project 8 years ago
__init__.py 830c6487c3 New Project 8 years ago
aztypes.py 830c6487c3 New Project 8 years ago
class_defs.py 830c6487c3 New Project 8 years ago
classes.py 830c6487c3 New Project 8 years ago
convert.py 830c6487c3 New Project 8 years ago
core.py 830c6487c3 New Project 8 years ago
debug.py 830c6487c3 New Project 8 years ago
errors.py 830c6487c3 New Project 8 years ago
interact.py 830c6487c3 New Project 8 years ago
logutils.py 830c6487c3 New Project 8 years ago
main.py 830c6487c3 New Project 8 years ago
obj_impl.py 830c6487c3 New Project 8 years ago
objects.py 830c6487c3 New Project 8 years ago
persistency.py 830c6487c3 New Project 8 years ago
scripting.py 830c6487c3 New Project 8 years ago
utils.py 830c6487c3 New Project 8 years ago
xmlutils.py 830c6487c3 New Project 8 years ago

README

DOPAL is a library to allow programs written in Python to easily communicate the Java BitTorrent client Azureus, via the XML/HTTP plugin (allowing communication over a network).

This software is released under the GNU Public License - see COPYING for more details.

Details and updates for this library can be found at http://dopal.sourceforge.net/

To determine the current version of the library, type the following line into a Python command prompt:

print __import__('dopal').__version_str__