Metadata-Version: 2.1
Name: spreadsheetui
Version: 1.0.0
Summary: Media Streaming Server
Home-page: https://github.com/JohnDoee/spreadsheetui
Author: Anders Jensen
Author-email: jd@tridentstream.org
License: MIT
Description: ================================
        Spreadsheet UI
        ================================
        
        This is a web frontend that can combine multiple torrent clients into one.
        
        The interface is based on ag-grid to provide stellar performance even with a large amount of torrents.
        As a plus it will also look a bit like a spreadsheet.
        
        Requirements
        --------------------------------
        
        * Python 3.7 or higher
        
        
        Installation
        --------------------------------
        
        Linux
        ````````````````````````````````
        
        .. code-block:: bash
        
            # Create a folder to put it all into
            mkdir spreadsheetui
            cd spreadsheetui
        
            # Create a python virtual environment and install spreadsheetui into it
            python3 -m venv env
            env/bin/pip install spreadsheetui
        
            # Download an example config file, remember to modify it
            curl -L -o config.toml https://github.com/JohnDoee/spreadsheetui/raw/master/config.toml.example
        
            # Start the UI
            env/bin/twistd spreadsheetui
        
        
        Docker
        ````````````````````````````````
        
        .. code-block:: bash
        
            # Create a folder to put it all into
            mkdir spreadsheetui
            cd spreadsheetui
        
            # Download an example config file, remember to modify it
            curl -L -o config.toml https://github.com/JohnDoee/spreadsheetui/raw/master/config.toml.example
        
            curl -L -o docker-compose.yml https://github.com/JohnDoee/spreadsheetui/raw/master/docker-compose.yml
            docker-compose up -d
        
        
        Configuration
        --------------------------------
        
        Edit config.toml to fit your needs.
        
        Remember to change username, password. The secret_key should also be changed, anything random will do.
        
        You can add as many clients as you want, see the provided examples for syntax.
        
        Features
        --------------------------------
        
        Clients:
        
        * rtorrent
        * Deluge
        * Transmission
        
        Methods:
        
        * List all torrents
        
        Logo / icon
        --------------------------------
        
        spreadsheet by Adrien Coquet from the Noun Project
        
        License
        ---------------------------------
        
        MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Twisted
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/x-rst
