# MT5 gRPC Proto
Protocol Buffers and gRPC service definitions for MetaTrader 5 RPC Server.
## Overview
This module contains the Protocol Buffer definitions and generated gRPC service code for interacting with MetaTrader 5 through a gRPC interface. It provides the contract between the MT5 gRPC server and its clients.
## Installatio n
```bash
pip install mt5-grpc-proto
```
## Features
The proto definitions cover the following MetaTrader 5 functionalities:
- Account operations
- Trading operations
- Market data retrieval
- Order management
- Position tracking
- Historical data access
- Terminal information
Raw data
{
"_id": null,
"home_page": "https://github.com/Starmel/Metatrader5-gRPC-server",
"name": "mt5-grpc-proto",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "metatrader, mt5, trading, grpc, protobuf, api",
"author": "starmel",
"author_email": "slava.kornienko16@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/95/3a/0d8cd6ed3bebad29d5b5e9546ba89db07cc276d27e6a9f922d07ec6d63c4/mt5_grpc_proto-0.1.0.tar.gz",
"platform": null,
"description": "# MT5 gRPC Proto\n\nProtocol Buffers and gRPC service definitions for MetaTrader 5 RPC Server.\n\n## Overview\nThis module contains the Protocol Buffer definitions and generated gRPC service code for interacting with MetaTrader 5 through a gRPC interface. It provides the contract between the MT5 gRPC server and its clients.\n\n## Installatio n\n\n```bash\npip install mt5-grpc-proto\n```\n\n## Features\n\nThe proto definitions cover the following MetaTrader 5 functionalities:\n- Account operations\n- Trading operations\n- Market data retrieval\n- Order management\n- Position tracking\n- Historical data access\n- Terminal information\n",
"bugtrack_url": null,
"license": null,
"summary": "Protocol Buffers and gRPC service definitions for MetaTrader 5 RPC Server",
"version": "0.1.0",
"project_urls": {
"Documentation": "https://github.com/Starmel/Metatrader5-gRPC-server/tree/main/docs",
"Homepage": "https://github.com/Starmel/Metatrader5-gRPC-server",
"Source": "https://github.com/Starmel/Metatrader5-gRPC-server",
"Tracker": "https://github.com/Starmel/Metatrader5-gRPC-server/issues"
},
"split_keywords": [
"metatrader",
" mt5",
" trading",
" grpc",
" protobuf",
" api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "faa037a06da560a1cf2f3fa67733cf8076a14ce5621cfd626119e84f2f58075f",
"md5": "283279636c06565e16edf37d4e932871",
"sha256": "38e11922d21211d199b9c7ff483e1b58559e7f3904f66e552e58e7c28c5d81ef"
},
"downloads": -1,
"filename": "mt5_grpc_proto-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "283279636c06565e16edf37d4e932871",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 45616,
"upload_time": "2024-12-25T21:42:07",
"upload_time_iso_8601": "2024-12-25T21:42:07.085815Z",
"url": "https://files.pythonhosted.org/packages/fa/a0/37a06da560a1cf2f3fa67733cf8076a14ce5621cfd626119e84f2f58075f/mt5_grpc_proto-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "953a0d8cd6ed3bebad29d5b5e9546ba89db07cc276d27e6a9f922d07ec6d63c4",
"md5": "693bf6ecba3cebd171f8237715906c6f",
"sha256": "acb0000b1b99fb16f615b4131f230454a34ad09e94a7b65fb66948f777b0a169"
},
"downloads": -1,
"filename": "mt5_grpc_proto-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "693bf6ecba3cebd171f8237715906c6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 17856,
"upload_time": "2024-12-25T21:42:09",
"upload_time_iso_8601": "2024-12-25T21:42:09.860107Z",
"url": "https://files.pythonhosted.org/packages/95/3a/0d8cd6ed3bebad29d5b5e9546ba89db07cc276d27e6a9f922d07ec6d63c4/mt5_grpc_proto-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-25 21:42:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Starmel",
"github_project": "Metatrader5-gRPC-server",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "grpcio",
"specs": [
[
"==",
"1.68.1"
]
]
},
{
"name": "grpcio-tools",
"specs": [
[
"==",
"1.68.1"
]
]
},
{
"name": "protobuf",
"specs": [
[
"==",
"5.29.2"
]
]
},
{
"name": "pytz",
"specs": [
[
"~=",
"2024.2"
]
]
},
{
"name": "mt5-grpc-proto",
"specs": [
[
"==",
"0.1.0"
]
]
}
],
"lcname": "mt5-grpc-proto"
}