talhusain / SlothTorrent

8 stars 3 forks source link

Partial Implementation of Torrent Client #69

Closed badstreff closed 7 years ago

badstreff commented 7 years ago

Changes to the structure of the project: bencoding package was moved to the TorrentClient package. torrent.py was moved to the TorrentClient package. sample_torrents/ was moved the the TorrentClient package.

The previous modules were left in place (for compatibility purposes) but future work on them should cease and begin on the new modules.

squidmin commented 7 years ago

I like it.

-- snek :snake:

samliska commented 7 years ago

Looks good to me

badstreff commented 7 years ago

This is completed enough to merge. Writing to disk will be a separate PR.