apexnova-python-stubs


Nameapexnova-python-stubs JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/apexnova-vc/proto
SummaryPython stubs __generated__ from gRPC protobuf definitions for Apex Nova services.
upload_time2024-09-07 03:00:17
maintainerNone
docs_urlNone
authorApex Nova
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements grpcio grpcio-tools protobuf setuptools twine build
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-python-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/26/1c/36385e9b92fb08e31af95092e483673ec2677719b5dcbbe173e9bafafa53/apexnova_python_stubs-0.1.2.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": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/apexnova-vc/proto"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2c5ce522d71b730f50262a360a5f36ea6f07b6e7ac7e4d05e26994ad7a46d05",
                "md5": "0376a66ecedf0152a36b3b9f54a6e517",
                "sha256": "57560bf9516c9fb4445af6ed57b296de09cebc139f6983d08c3245b9303f049e"
            },
            "downloads": -1,
            "filename": "apexnova_python_stubs-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0376a66ecedf0152a36b3b9f54a6e517",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1664,
            "upload_time": "2024-09-07T03:00:16",
            "upload_time_iso_8601": "2024-09-07T03:00:16.233410Z",
            "url": "https://files.pythonhosted.org/packages/d2/c5/ce522d71b730f50262a360a5f36ea6f07b6e7ac7e4d05e26994ad7a46d05/apexnova_python_stubs-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "261c36385e9b92fb08e31af95092e483673ec2677719b5dcbbe173e9bafafa53",
                "md5": "f62855a284b565860f1e26544d33cada",
                "sha256": "08a2ecdf96815d26c80c6186cb09b58c144220e78af3a0891410d6959c41dc05"
            },
            "downloads": -1,
            "filename": "apexnova_python_stubs-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f62855a284b565860f1e26544d33cada",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1751,
            "upload_time": "2024-09-07T03:00:17",
            "upload_time_iso_8601": "2024-09-07T03:00:17.574066Z",
            "url": "https://files.pythonhosted.org/packages/26/1c/36385e9b92fb08e31af95092e483673ec2677719b5dcbbe173e9bafafa53/apexnova_python_stubs-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-07 03:00:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apexnova-vc",
    "github_project": "proto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "grpcio",
            "specs": []
        },
        {
            "name": "grpcio-tools",
            "specs": []
        },
        {
            "name": "protobuf",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "build",
            "specs": []
        }
    ],
    "lcname": "apexnova-python-stubs"
}
        
Elapsed time: 0.61337s