Metadata-Version: 1.1
Name: torrentcheck
Version: 0.1
Summary: Check the integrity of torrent downloads.
Home-page: https://github.com/clee704/torrentcheck
Author: Choongmin Lee
Author-email: choongmin@me.com
License: MIT
Description: torrentcheck is a command line tool that checks the integrity of torrent
        downloads. It can also delete files that is not part of the download.
        
        torrentcheck is a Python package. You can install it with pip by typing
        `pip install torrentcheck`. Then type `torrentcheck --help` to see the help.
        
Keywords: torrent
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
