Metadata-Version: 1.2
Name: pyraco
Version: 0.1.0
Summary: A python library for interacting with the retroarch network command interface.
Home-page: https://github.com/sopoforic/pyraco
Author: Tracy Poff
Author-email: tracy.poff@gmail.com
License: MIT license
Description: # pyraco
        
        A python library for interacting with the retroarch network command interface.
        
        * Free software: MIT license
        
        ## Installation
        
        Use pip to install:
        
        ```
        pip install pyraco
        ```
        
        ## Usage
        
        The network command interface must be enabled (`network_cmd_enable = "true"` in retroarch.cfg).
        
        A simple CLI is included, `pyraco`, which can test whether the connection is working.
        
        **The current version is barely a proof of concept! Most commands are not supported.**
        
        
        =======
        History
        =======
        
        0.1.0 (2021-05-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyraco
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
