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

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__