aptos-indexer-protos


Nameaptos-indexer-protos JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/aptos-labs/aptos-indexer-processors/tree/main/python/aptos-indexer-protos
SummaryCode generated from protobuf definitions for the Aptos Indexer tech stack
upload_time2023-08-30 11:26:50
maintainer
docs_urlNone
authorAptos Labs
requires_python>=3.11,<4.0
licenseApache-2.0
keywords web3 aptos blockchain indexer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aptos Indexer Protos

This repository contains the protobuf definitions for the Aptos Indexer tech stack.

## Usage
Import generated classes like this:
```
from aptos_indexer_protos.aptos.transaction.v1.transaction_pb2 import Transaction
```

Then use them like this:
```
def parse(transaction: Transaction):
    # Parse the transaction.
```

## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aptos-labs/aptos-indexer-processors/tree/main/python/aptos-indexer-protos",
    "name": "aptos-indexer-protos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "web3,aptos,blockchain,indexer",
    "author": "Aptos Labs",
    "author_email": "opensource@aptoslabs.com",
    "download_url": "https://files.pythonhosted.org/packages/97/ba/022f7ff9e294a442c801c4f6d45b23c34cc63c3952a26e1417da25b02a38/aptos_indexer_protos-0.1.1.tar.gz",
    "platform": null,
    "description": "# Aptos Indexer Protos\n\nThis repository contains the protobuf definitions for the Aptos Indexer tech stack.\n\n## Usage\nImport generated classes like this:\n```\nfrom aptos_indexer_protos.aptos.transaction.v1.transaction_pb2 import Transaction\n```\n\nThen use them like this:\n```\ndef parse(transaction: Transaction):\n    # Parse the transaction.\n```\n\n## Contributing\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more information.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Code generated from protobuf definitions for the Aptos Indexer tech stack",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/aptos-labs/aptos-indexer-processors/tree/main/python/aptos-indexer-protos",
        "Repository": "https://github.com/aptos-labs/aptos-indexer-processors"
    },
    "split_keywords": [
        "web3",
        "aptos",
        "blockchain",
        "indexer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09ef39d03bd4f7ce6c01d2154123277b2a68f0351ab4b40e90e0ed1a1193e477",
                "md5": "aad47321e3a40ec811aed24ce6b79f94",
                "sha256": "38465079e568473de93c1970c55847d5455bf723faefc11eb2ec1bf374e2281f"
            },
            "downloads": -1,
            "filename": "aptos_indexer_protos-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aad47321e3a40ec811aed24ce6b79f94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 22793,
            "upload_time": "2023-08-30T11:26:49",
            "upload_time_iso_8601": "2023-08-30T11:26:49.341044Z",
            "url": "https://files.pythonhosted.org/packages/09/ef/39d03bd4f7ce6c01d2154123277b2a68f0351ab4b40e90e0ed1a1193e477/aptos_indexer_protos-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97ba022f7ff9e294a442c801c4f6d45b23c34cc63c3952a26e1417da25b02a38",
                "md5": "23ec76a012e261c9c0236d574ce0b07c",
                "sha256": "edebb45feb64bbc8a261f5a0aec960657fab3dd57a8e1900e04c1c79e4c216e3"
            },
            "downloads": -1,
            "filename": "aptos_indexer_protos-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "23ec76a012e261c9c0236d574ce0b07c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 15679,
            "upload_time": "2023-08-30T11:26:50",
            "upload_time_iso_8601": "2023-08-30T11:26:50.929991Z",
            "url": "https://files.pythonhosted.org/packages/97/ba/022f7ff9e294a442c801c4f6d45b23c34cc63c3952a26e1417da25b02a38/aptos_indexer_protos-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-30 11:26:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aptos-labs",
    "github_project": "aptos-indexer-processors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aptos-indexer-protos"
}
        
Elapsed time: 0.13020s