Metadata-Version: 2.1
Name: transmission-rpc
Version: 2.0.4
Summary: Python module that implements the Transmission bittorent client RPC protocol
Home-page: https://github.com/Trim21/transmission-rpc
Author: Trim21
Author-email: i@trim21.me
License: UNKNOWN
Description: # Transmission-rpc Readme
        
        this project is forked from https://bitbucket.org/blueluna/transmissionrpc/overview
        
        ## Introduction
        
        `transmission-rpc` is a python module implementing the json-rpc client protocol for the BitTorrent client Transmission.
        
        ## Requirements
        
        transmission_rpc requires:
        
        * Python >= 3.4
        * requests
        
        ## Install
        
        ### install from pypi
        
        ```bash
        $ pip install transmission-rpc
        ```
        
        ### install from source
        
        ```bash
        $ pip install https://github.com/Trim21/transmission-rpc/tarball/master
        ```
        
        NOTE: You might need administrator privileges to install python modules.
        
        <!-- The setup program will take care of the simple json requirement. -->
        
        ## Documents
        
        <https://transmission-rpc.readthedocs.io/>
        
        ## Break change
        
        ## Developer
        
        transmission-rpc is hosted by GitHub at [github.com/Trim21/transmission-rpc](https://github.com/Trim21/transmission-rpc)
        
        `transmission-rpc` is licensed under the MIT license.
        
        Copyright (c) 2018 Trim21.
        Copyright (c) 2008-2014 Erik Svensson
        
Platform: UNKNOWN
Requires-Python: >=3.5,<4.0
Provides-Extra: docs
