Metadata-Version: 1.1
Name: SimpleTorrentStreaming
Version: 0.1.2
Summary: Simple libtorrent-based bittorrent streaming module
Home-page: https://github.com/XayOn/SimpleTorrentStreaming
Author: David Francos
Author-email: me@davidfrancos.net
License: BSD
Description: ==================================
        Simple libtorrent streaming module
        ==================================
        
        Simple libtorrent-based bittorrent streaming module
        
        This is a small-as-it-gets python library able to handle
        multiple bittorrent downloads and bittorrent streaming
        (even multiple bittorrent streaming, theoretically, but who whould want that?)
        
        Dependences
        -----------
        Requires libtorrent for python2 to be installed.
        
        In debian and derivatives, this is accomplished by:
        
        ::
        
            apt-get install python-libtorrent
        
        * Free software: GPL 2+
        * Documentation: https://python-SimpleTorrentStreaming.readthedocs.org.
        
        Features
        --------
        
        * Play torrents in stream with mplayer
        * Very few lines of code
        * Multiple download of torrents
        
        Usage
        -----
        
        ::
        
            from SimpleTorrentStreaming import SimpleTorrentStreaming 
        
        Or, if you only want to play a torrent with mplayer:
        
        ::
        
            stream_torrent "<magnet_link>"
        
        
        
        
        History
        -------
        
        0.1.2
        -----
        
        * Major refactoring
        * Thread stops after player has exitted.
        * Passing all params from get_parallel_magnets to get_blocking_magnet
        
        
        0.1.1
        -----
        
        * Fixed some major bugs
        * Replaced magnet dependency for a urllib call
        
        0.1.0 (2015-04-12)
        ---------------------
        
        * First release on PyPI.
        
Keywords: SimpleTorrentStreaming
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
