Metadata-Version: 1.0
Name: pyrcon
Version: 0.0.3
Summary: A stupidly simple RCON library
Home-page: https://github.com/clearskies/pyrcon
Author: Anthony Nguyen
Author-email: anknguyen@gmail.com
License: MIT
Description: pyrcon
        ======
        
        A stupidly simple RCON library
        
        About
        -----
        
        Yeah, just use it.
        
        Installation
        ------------
        
        ``python setup.py install``
        
        Usage
        -----
        
        .. code:: python
        
            import pyrcon
            conn = pyrcon.RConnection("example.com", 123, "password")
            conn.send("command")
        
        
        License
        -------
        MIT licensed. See LICENSE.
        
Platform: UNKNOWN
