apexnova-stubs


Nameapexnova-stubs JSON
Version 1.2.373 PyPI version JSON
download
home_pagehttps://github.com/apexnova-vc/proto
SummaryPython stubs generated from gRPC protobuf definitions for Apex Nova services.
upload_time2025-05-24 23:01:24
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.vc",
    "download_url": "https://files.pythonhosted.org/packages/b7/be/8d0ab944d70568adce51e29f0d7e4c91bdbff6fcc945c2b40e0615c5d325/apexnova_stubs-1.2.373.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\n\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.373",
    "project_urls": {
        "Homepage": "https://github.com/apexnova-vc/proto"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4af2a726d75e21d784c974a8fd703777de7c645faee0bdf0f970baabbb1ed2a2",
                "md5": "6f6030d886d3b42198d4de37f222ac5f",
                "sha256": "455a05db017ac5432eb624a48d8e32bd96a1507a6ebef5b3443d428fdbbe35ba"
            },
            "downloads": -1,
            "filename": "apexnova_stubs-1.2.373-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f6030d886d3b42198d4de37f222ac5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1661,
            "upload_time": "2025-05-24T23:01:23",
            "upload_time_iso_8601": "2025-05-24T23:01:23.292319Z",
            "url": "https://files.pythonhosted.org/packages/4a/f2/a726d75e21d784c974a8fd703777de7c645faee0bdf0f970baabbb1ed2a2/apexnova_stubs-1.2.373-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7be8d0ab944d70568adce51e29f0d7e4c91bdbff6fcc945c2b40e0615c5d325",
                "md5": "47b9edfcb3678c37bd8e1b000bbbeefa",
                "sha256": "ec14ccdf035c522d903f66dee82d2986cd3e2ebec58c2082aa83b5c76e363795"
            },
            "downloads": -1,
            "filename": "apexnova_stubs-1.2.373.tar.gz",
            "has_sig": false,
            "md5_digest": "47b9edfcb3678c37bd8e1b000bbbeefa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1965,
            "upload_time": "2025-05-24T23:01:24",
            "upload_time_iso_8601": "2025-05-24T23:01:24.320404Z",
            "url": "https://files.pythonhosted.org/packages/b7/be/8d0ab944d70568adce51e29f0d7e4c91bdbff6fcc945c2b40e0615c5d325/apexnova_stubs-1.2.373.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-05-24 23:01:24",
    "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.64634s