Metadata-Version: 2.4
Name: apexnova-stubs
Version: 1.2.244
Summary: Python stubs generated from gRPC protobuf definitions for Apex Nova services.
Home-page: https://github.com/apexnova-vc/proto
Author: Apex Nova
Author-email: damien_shen@apexnova.vc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: grpcio
Requires-Dist: protobuf
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Apex Nova Python Stubs

This repository contains Python stubs generated from gRPC protobuf definitions for Apex Nova services.

## Overview

The stubs are generated using `protoc` and the `grpc_tools` package, which provides the necessary tools to compile `.proto` files into Python code. These stubs include both the protocol buffer message classes and the gRPC service classes.

## Directory Structure
The directory structure of this repository is as follows:

```
python-stub/
├── build.gradle.kts
├── README.md
├── src/
│   ├── apexnova/
│   │   ├── __init__.py
│   ├── ...
```

## Usage

To use the stubs in your Python project, you can install them from PyPI using the following command:

```
pip install apexnova-stubs
```
