Metadata-Version: 2.4
Name: db4v2x-simple
Version: 0.1.0
Summary: Simple Database Interface for V2X Systems
Author: Xinlong Zhao
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aioredis>=2.0
Requires-Dist: orjson
Requires-Dist: paho-mqtt
Requires-Dist: faststruct-simple

# db4v2x-simple

db4v2x-simple is a simple database interface for V2X systems, built on Redis Cluster.

It provides asynchronous access to local Redis data and supports request/response
mechanisms over MQTT for remote V2X nodes.

## Installation

pip install db4v2x-simple

## Usage

import db4v2x
