Metadata-Version: 1.1
Name: aio-dprcon
Version: 0.1.0
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
        
        ```bash
        $ pip install aio-dprcon
        ```
        
        
        ## Console tool usage
        
        
        ```bash
        $ dprcon add  # Add a server
        $ dprcon refresh SERVER_NAME  # Fill completion cache (optional)
        $ dprcon connect SERVER_NAME  # Launch interactive RCON shell 
        ```
        
        
        ## 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
