Metadata-Version: 1.2
Name: thomas
Version: 2.2.1
Summary: Thomas allows segmented downloads and is an alternative to Axel
Home-page: https://github.com/JohnDoee/thomas
Author: Anders Jensen
Author-email: johndoee+thomas@tidalstream.org
Maintainer: Anders Jensen
License: MIT
Description: Thomas
        ======
        
        Thomas is many things, among them:
        
        * A framework to build a streaming platform by inputting, processing and outputting files.
        * A segmented downloader that makes it possible to play file while downloading.
        
        Install
        -------
        
        From pypi (stable):
        ::
        
            pip install thomas
        
        
        From GitHub (develop):
        ::
        
            virtualenv thomas-env
            thomas-env/bin/pip install git+https://github.com/JohnDoee/thomas.git#develop
        
        
        Upgrade from previous version
        -----------------------------
        
        Upgrading from Github (develop)
        ::
        
            thomas-env/bin/pip install git+https://github.com/JohnDoee/thomas.git#develop --upgrade --force-reinstall
        
        Instructions
        ------------
        
        Start by installing.
        
        Then get downloading
        ::
            thomas http://rbx.proof.ovh.net/files/100Mio.dat
        
        See more commands by looking at ``thomas -h``
        
        License
        -------
        
        MIT, see LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: Other
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
