Metadata-Version: 1.1
Name: rasplivestation
Version: 0.0.1
Summary: It's a usefull little package to launch a stream via the command-line utility Livestreamer : http://docs.livestreamer.io/index.html on a Raspberry Pi
Home-page: UNKNOWN
Author: Krounet
Author-email: krounet@gmail.com
License: WTFPL
Description: RaspLiveStation : a little usefull package to launch at distance a stream on your Raspberry Pi by Krounet
        =========================================================================================================
        
        This package use paramiko and livestreamer Python 2.7 packages.
        
        Paramiko is a Python implementation of the SSHv2 protocol : http://www.paramiko.org/
        Livestreamer is a command-line utility use to watch streams into a video player (player, omxplayer,etc...) with an API which can work with Python : http://docs.livestreamer.io/
        
        To install Paramiko : pip install paramiko
        
        ***Warning***
        
        It would be a little difficult to install paramiko, because this package have a dependance with the package cryptography, which use any C libraries bindings(OpenSSL). Check https://cryptography.io/en/latest/installation/
        and https://cryptography.io/en/latest/hazmat/bindings/ to have more information about this. On windows, it could be interesting to install environment like python(x,y) which include paramiko.
        
        To install Livestreamer on Debian/Ubuntu (on your Raspberry) : apt-get install livestreamer
        To install Livestreamer Python package: pip install livestreamer
        
        To install RaspLiveStation package : pip install rasplivestation
        
        Enjoy :)
        
        This package is under WTFPL licence.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia
