Metadata-Version: 1.1
Name: aio-dprcon
Version: 0.1.5
Summary: library and console client for DarkPlaces RCON protocol
Home-page: https://github.com/nsavch/aio_dprcon
Author: Nick Savchenko
Author-email: nsavch@gmail.com
License: GPLv3
Description-Content-Type: UNKNOWN
Description: aio-dprcon
        ==========
        
        A library and console client for DarkPlaces RCON protocol
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install aio-dprcon
        
        To use the console tool on windows please also install pyreadline
        
        .. code:: bash
        
            $ pip install pyreadline
        
        Console tool usage
        ------------------
        
        .. code:: bash
        
            $ dprcon add  # Add a server
            $ dprcon refresh SERVER_NAME  # Fill completion cache (optional)
            $ dprcon connect SERVER_NAME  # Launch interactive RCON shell 
        
        Or watch an ascii cast here - https://asciinema.org/a/148143
        
        Library API
        -----------
        
        To be written
        
Keywords: xonotic
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Games/Entertainment
