Skip to main content

Async wrapper for Pavlov VR RCON commands

Project description

async-pavlov

Async wrapper for pavlov RCON commands

Requirements

Python 3.7+

Install

pip install async-pavlov

Usage

import asyncio
from pavlov import PavlovRCON

async def main():
    pavlov = PavlovRCON("127.0.0.1", 9104, "password")
    data = await pavlov.send("ServerInfo")
    print(data)

asyncio.run(main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

async-pavlov-0.4.0.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

async_pavlov-0.4.0-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page