Metadata-Version: 1.1
Name: transmission-rpc
Version: 0.1.0
Summary: Python module that implements the Transmission bittorent client RPC protocol.
Home-page: https://github.com/Trim21/transmission-rpc
Author: Trim21 <trim21me@hotmail.com>
Author-email: trim21me@hotmail.com
License: UNKNOWN
Description-Content-Type: text/markdown
Description: # TransmissionRPC Readme
        
        ## 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 or Python >=2.7,<3.0
        * Six >= 1.1.0, https://pypi.python.org/pypi/six/
        
        ## 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/en/latest/>
        
        ## 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.
        
        this project is forked from https://bitbucket.org/blueluna/transmissionrpc/overview
        
Keywords: transmission rpc
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
