README.rst
setup.py
autoremove_torrents.egg-info/PKG-INFO
autoremove_torrents.egg-info/SOURCES.txt
autoremove_torrents.egg-info/dependency_links.txt
autoremove_torrents.egg-info/entry_points.txt
autoremove_torrents.egg-info/requires.txt
autoremove_torrents.egg-info/top_level.txt
autoremove_torrents.egg-info/zip-safe
autoremovetorrents/__init__.py
autoremovetorrents/clientstatus.py
autoremovetorrents/conditionlexer.py
autoremovetorrents/conditionparser.py
autoremovetorrents/logger.py
autoremovetorrents/main.py
autoremovetorrents/parsetab.py
autoremovetorrents/portstatus.py
autoremovetorrents/strategy.py
autoremovetorrents/task.py
autoremovetorrents/torrent.py
autoremovetorrents/torrentstatus.py
autoremovetorrents/version.py
autoremovetorrents/client/__init__.py
autoremovetorrents/client/deluge.py
autoremovetorrents/client/qbittorrent.py
autoremovetorrents/client/transmission.py
autoremovetorrents/client/utorrent.py
autoremovetorrents/compatibility/__init__.py
autoremovetorrents/compatibility/disk_usage_.py
autoremovetorrents/compatibility/open_.py
autoremovetorrents/compatibility/urlparse_.py
autoremovetorrents/condition/__init__.py
autoremovetorrents/condition/avgdownloadspeed.py
autoremovetorrents/condition/avguploadspeed.py
autoremovetorrents/condition/base.py
autoremovetorrents/condition/connectedleecher.py
autoremovetorrents/condition/connectedseeder.py
autoremovetorrents/condition/createtime.py
autoremovetorrents/condition/donothing.py
autoremovetorrents/condition/downloaded.py
autoremovetorrents/condition/downloadspeed.py
autoremovetorrents/condition/freespace.py
autoremovetorrents/condition/freespacebase.py
autoremovetorrents/condition/lastactivity.py
autoremovetorrents/condition/leecher.py
autoremovetorrents/condition/progress.py
autoremovetorrents/condition/ratio.py
autoremovetorrents/condition/remotefreespace.py
autoremovetorrents/condition/seeder.py
autoremovetorrents/condition/seedingtime.py
autoremovetorrents/condition/size.py
autoremovetorrents/condition/sortbase.py
autoremovetorrents/condition/torrentnumber.py
autoremovetorrents/condition/torrentsize.py
autoremovetorrents/condition/uploaded.py
autoremovetorrents/condition/uploadratio.py
autoremovetorrents/condition/uploadspeed.py
autoremovetorrents/exception/__init__.py
autoremovetorrents/exception/connectionfailure.py
autoremovetorrents/exception/illegalcharacter.py
autoremovetorrents/exception/incompatibleapi.py
autoremovetorrents/exception/loginfailure.py
autoremovetorrents/exception/nosuchclient.py
autoremovetorrents/exception/nosuchcondition.py
autoremovetorrents/exception/nosuchtorrent.py
autoremovetorrents/exception/remotefailure.py
autoremovetorrents/exception/syntaxerror.py
autoremovetorrents/exception/unsupportedproperty.py
autoremovetorrents/filter/__init__.py
autoremovetorrents/filter/category.py
autoremovetorrents/filter/filter.py
autoremovetorrents/filter/status.py
autoremovetorrents/filter/tracker.py
autoremovetorrents/util/__init__.py
autoremovetorrents/util/convertbytes.py
autoremovetorrents/util/convertseconds.py
autoremovetorrents/util/convertspeed.py
autoremovetorrents/util/converttimestamp.py