apexnova-stubs


Nameapexnova-stubs JSON
Version 1.2.243 PyPI version JSON
download
home_pagehttps://github.com/apexnova-vc/proto
SummaryPython stubs generated from gRPC protobuf definitions for Apex Nova services.
upload_time2024-11-22 03:48:09
maintainerNone
docs_urlNone
authorApex Nova
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apexnova-vc/proto",
    "name": "apexnova-stubs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Apex Nova",
    "author_email": "damien_shen@apexnova.vc",
    "download_url": "https://files.pythonhosted.org/packages/ac/00/e96a113d31da81afea2bc3f8b6fe97a29e3f91304eeebb3fb7924e92192a/apexnova_stubs-1.2.243.tar.gz",
    "platform": null,
    "description": "# Apex Nova Python Stubs\n\nThis repository contains Python stubs generated from gRPC protobuf definitions for Apex Nova services.\n\n## Overview\n\nThe 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.\n\n## Directory Structure\nThe directory structure of this repository is as follows:\n\n```\npython-stub/\n\u251c\u2500\u2500 build.gradle.kts\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 src/\n\u2502   \u251c\u2500\u2500 apexnova/\n\u2502   \u2502   \u251c\u2500\u2500 __init__.py\n\u2502   \u251c\u2500\u2500 ...\n```\n\n## Usage\n\nTo use the stubs in your Python project, you can install them from PyPI using the following command:\n\n```\npip install apexnova-stubs\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python stubs generated from gRPC protobuf definitions for Apex Nova services.",
    "version": "1.2.243",
    "project_urls": {
        "Homepage": "https://github.com/apexnova-vc/proto"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de5fc72b846e43265135f0fd31f848896f4e8b99531ccd35af5e1c98cb92e542",
                "md5": "f81ea71f39c89d579c2e41f8011bc156",
                "sha256": "63d1973aabe8abf14363a9cab3078c8c4a72fa43997c007f17094f8ce9fcd4ab"
            },
            "downloads": -1,
            "filename": "apexnova_stubs-1.2.243-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f81ea71f39c89d579c2e41f8011bc156",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1612,
            "upload_time": "2024-11-22T03:48:08",
            "upload_time_iso_8601": "2024-11-22T03:48:08.357882Z",
            "url": "https://files.pythonhosted.org/packages/de/5f/c72b846e43265135f0fd31f848896f4e8b99531ccd35af5e1c98cb92e542/apexnova_stubs-1.2.243-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac00e96a113d31da81afea2bc3f8b6fe97a29e3f91304eeebb3fb7924e92192a",
                "md5": "5f74b10d628c4608fff1de5f6e091b17",
                "sha256": "e77fd877ae69b5d1be2420b3ed5267f911f41c9262f00915549e9d9b651aee86"
            },
            "downloads": -1,
            "filename": "apexnova_stubs-1.2.243.tar.gz",
            "has_sig": false,
            "md5_digest": "5f74b10d628c4608fff1de5f6e091b17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1913,
            "upload_time": "2024-11-22T03:48:09",
            "upload_time_iso_8601": "2024-11-22T03:48:09.252845Z",
            "url": "https://files.pythonhosted.org/packages/ac/00/e96a113d31da81afea2bc3f8b6fe97a29e3f91304eeebb3fb7924e92192a/apexnova_stubs-1.2.243.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 03:48:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apexnova-vc",
    "github_project": "proto",
    "github_not_found": true,
    "lcname": "apexnova-stubs"
}
        
Elapsed time: 0.42776s