Metadata-Version: 2.1
Name: ac-websocket-server
Version: 0.1.dev13
Summary: Assetto Corsa Websockets Server
Author: Mark Hannon
Author-email: mark.hannon@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# AC-WEBSOCKETS-SERVER

The ac-websockets-server is a python based server to control a local Assetto Corsa dedicated server via a websockets connection from a remote host.

## Installation

You can install ac-websockets-server from PyPi:

```
pip install ac-websockets-server
```

The module is only supported in python3.

## How to use

TBA
