LICENSE
MANIFEST.in
README.md
README.rst
setup.py
autoremove_torrents_hnr.egg-info/PKG-INFO
autoremove_torrents_hnr.egg-info/SOURCES.txt
autoremove_torrents_hnr.egg-info/dependency_links.txt
autoremove_torrents_hnr.egg-info/entry_points.txt
autoremove_torrents_hnr.egg-info/requires.txt
autoremove_torrents_hnr.egg-info/top_level.txt
autoremove_torrents_hnr.egg-info/zip-safe
autoremovetorrents/__init__.py
autoremovetorrents/clientstatus.py
autoremovetorrents/conditionlexer.py
autoremovetorrents/conditionparser.py
autoremovetorrents/lextab.py
autoremovetorrents/logger.py
autoremovetorrents/main.py
autoremovetorrents/parser.out
autoremovetorrents/parsetab.py
autoremovetorrents/strategy.py
autoremovetorrents/task.py
autoremovetorrents/torrent.py
autoremovetorrents/torrentstatus.py
autoremovetorrents/version.py
autoremovetorrents/__pycache__/__init__.cpython-311.pyc
autoremovetorrents/__pycache__/clientstatus.cpython-311.pyc
autoremovetorrents/__pycache__/conditionlexer.cpython-311.pyc
autoremovetorrents/__pycache__/conditionparser.cpython-311.pyc
autoremovetorrents/__pycache__/logger.cpython-311.pyc
autoremovetorrents/__pycache__/main.cpython-311.pyc
autoremovetorrents/__pycache__/parsetab.cpython-311.pyc
autoremovetorrents/__pycache__/strategy.cpython-311.pyc
autoremovetorrents/__pycache__/task.cpython-311.pyc
autoremovetorrents/__pycache__/torrent.cpython-311.pyc
autoremovetorrents/__pycache__/torrentstatus.cpython-311.pyc
autoremovetorrents/__pycache__/version.cpython-311.pyc
autoremovetorrents/client/__init__.py
autoremovetorrents/client/deluge.py
autoremovetorrents/client/hnr_api.py
autoremovetorrents/client/qbittorrent.py
autoremovetorrents/client/transmission.py
autoremovetorrents/client/utorrent.py
autoremovetorrents/client/__pycache__/__init__.cpython-311.pyc
autoremovetorrents/client/__pycache__/deluge.cpython-311.pyc
autoremovetorrents/client/__pycache__/hnr_api.cpython-311.pyc
autoremovetorrents/client/__pycache__/qbittorrent.cpython-311.pyc
autoremovetorrents/client/__pycache__/transmission.cpython-311.pyc
autoremovetorrents/client/__pycache__/utorrent.cpython-311.pyc
autoremovetorrents/compatibility/__init__.py
autoremovetorrents/compatibility/disk_usage_.py
autoremovetorrents/compatibility/inf_.py
autoremovetorrents/compatibility/open_.py
autoremovetorrents/compatibility/pyyaml_version_.py
autoremovetorrents/compatibility/urlparse_.py
autoremovetorrents/compatibility/__pycache__/__init__.cpython-311.pyc
autoremovetorrents/compatibility/__pycache__/disk_usage_.cpython-311.pyc
autoremovetorrents/compatibility/__pycache__/inf_.cpython-311.pyc
autoremovetorrents/compatibility/__pycache__/open_.cpython-311.pyc
autoremovetorrents/compatibility/__pycache__/pyyaml_version_.cpython-311.pyc
autoremovetorrents/compatibility/__pycache__/urlparse_.cpython-311.pyc
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/downloadingtime.py
autoremovetorrents/condition/downloadspeed.py
autoremovetorrents/condition/freespace.py
autoremovetorrents/condition/freespacebase.py
autoremovetorrents/condition/hnr.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/condition/__pycache__/__init__.cpython-311.pyc
autoremovetorrents/condition/__pycache__/avgdownloadspeed.cpython-311.pyc
autoremovetorrents/condition/__pycache__/avguploadspeed.cpython-311.pyc
autoremovetorrents/condition/__pycache__/base.cpython-311.pyc
autoremovetorrents/condition/__pycache__/connectedleecher.cpython-311.pyc
autoremovetorrents/condition/__pycache__/connectedseeder.cpython-311.pyc
autoremovetorrents/condition/__pycache__/createtime.cpython-311.pyc
autoremovetorrents/condition/__pycache__/donothing.cpython-311.pyc
autoremovetorrents/condition/__pycache__/downloaded.cpython-311.pyc
autoremovetorrents/condition/__pycache__/downloadingtime.cpython-311.pyc
autoremovetorrents/condition/__pycache__/downloadspeed.cpython-311.pyc
autoremovetorrents/condition/__pycache__/freespace.cpython-311.pyc
autoremovetorrents/condition/__pycache__/freespacebase.cpython-311.pyc
autoremovetorrents/condition/__pycache__/hnr.cpython-311.pyc
autoremovetorrents/condition/__pycache__/lastactivity.cpython-311.pyc
autoremovetorrents/condition/__pycache__/leecher.cpython-311.pyc
autoremovetorrents/condition/__pycache__/progress.cpython-311.pyc
autoremovetorrents/condition/__pycache__/ratio.cpython-311.pyc
autoremovetorrents/condition/__pycache__/remotefreespace.cpython-311.pyc
autoremovetorrents/condition/__pycache__/seeder.cpython-311.pyc
autoremovetorrents/condition/__pycache__/seedingtime.cpython-311.pyc
autoremovetorrents/condition/__pycache__/size.cpython-311.pyc
autoremovetorrents/condition/__pycache__/sortbase.cpython-311.pyc
autoremovetorrents/condition/__pycache__/torrentnumber.cpython-311.pyc
autoremovetorrents/condition/__pycache__/torrentsize.cpython-311.pyc
autoremovetorrents/condition/__pycache__/uploaded.cpython-311.pyc
autoremovetorrents/condition/__pycache__/uploadratio.cpython-311.pyc
autoremovetorrents/condition/__pycache__/uploadspeed.cpython-311.pyc
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/exception/__pycache__/__init__.cpython-311.pyc
autoremovetorrents/exception/__pycache__/connectionfailure.cpython-311.pyc
autoremovetorrents/exception/__pycache__/illegalcharacter.cpython-311.pyc
autoremovetorrents/exception/__pycache__/incompatibleapi.cpython-311.pyc
autoremovetorrents/exception/__pycache__/loginfailure.cpython-311.pyc
autoremovetorrents/exception/__pycache__/nosuchclient.cpython-311.pyc
autoremovetorrents/exception/__pycache__/nosuchcondition.cpython-311.pyc
autoremovetorrents/exception/__pycache__/nosuchtorrent.cpython-311.pyc
autoremovetorrents/exception/__pycache__/remotefailure.cpython-311.pyc
autoremovetorrents/exception/__pycache__/syntaxerror.cpython-311.pyc
autoremovetorrents/exception/__pycache__/unsupportedproperty.cpython-311.pyc
autoremovetorrents/filter/__init__.py
autoremovetorrents/filter/category.py
autoremovetorrents/filter/filter.py
autoremovetorrents/filter/status.py
autoremovetorrents/filter/tracker.py
autoremovetorrents/filter/__pycache__/__init__.cpython-311.pyc
autoremovetorrents/filter/__pycache__/category.cpython-311.pyc
autoremovetorrents/filter/__pycache__/filter.cpython-311.pyc
autoremovetorrents/filter/__pycache__/status.cpython-311.pyc
autoremovetorrents/filter/__pycache__/tracker.cpython-311.pyc
autoremovetorrents/util/__init__.py
autoremovetorrents/util/convertbytes.py
autoremovetorrents/util/convertseconds.py
autoremovetorrents/util/convertspeed.py
autoremovetorrents/util/converttimestamp.py
autoremovetorrents/util/__pycache__/__init__.cpython-311.pyc
autoremovetorrents/util/__pycache__/convertbytes.cpython-311.pyc
autoremovetorrents/util/__pycache__/convertseconds.cpython-311.pyc
autoremovetorrents/util/__pycache__/convertspeed.cpython-311.pyc
autoremovetorrents/util/__pycache__/converttimestamp.cpython-311.pyc